Skip to content

Commit

Permalink
DaJet 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichkin committed Oct 31, 2024
1 parent 25cc978 commit 416dc93
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/dajet-http-server/dajet-http-server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>DaJet.Http.Server</RootNamespace>
<AssemblyName>DaJet.Http.Server</AssemblyName>
<Version>3.8.3</Version>
<Version>3.8.4</Version>
<Authors>Zhichkin</Authors>
<Copyright>Zhichkin © 2022</Copyright>
<Description>DaJet HTTP server for 1C:Enterprise 8 databases</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/dajet-runtime/dajet-runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<AssemblyName>DaJet.Runtime</AssemblyName>
<Version>3.8.3</Version>
<Version>3.8.4</Version>
<Authors>Zhichkin</Authors>
<Copyright>Zhichkin © 2024</Copyright>
<PackageProjectUrl>https://zhichkin.github.io/</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/dajet-scripting/dajet-scripting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<AssemblyName>DaJet.Scripting</AssemblyName>
<Version>3.8.1</Version>
<Version>3.8.4</Version>
<Authors>Zhichkin</Authors>
<Description>DaJet SQL-like scripting language for back-end and integration</Description>
<Copyright>Zhichkin © 2022</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/dajet-studio/Index.razor
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@page "/"

<h6>DaJet Studio © 3.8.3</h6>
<h6>DaJet Studio © 3.8.4</h6>
2 changes: 1 addition & 1 deletion src/dajet-studio/dajet-studio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>DaJet.Studio</RootNamespace>
<PackageId>$(AssemblyName)</PackageId>
<AssemblyName>DaJet.Studio</AssemblyName>
<Version>3.8.3</Version>
<Version>3.8.4</Version>
<Authors>Zhichkin</Authors>
<Copyright>Zhichkin © 2022</Copyright>
<Description>DaJet HTTP server Blazor UI</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/dajet-studio/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DaJet Studio © 3.8.3</title>
<title>DaJet Studio © 3.8.4</title>
<link rel="icon" href="/img/vuk.png" type="image/png">
<base href="/" />
<link href="css/app.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion src/dajet/dajet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>DaJet</RootNamespace>
<Authors>Zhichkin</Authors>
<Copyright>Zhichkin © 2024</Copyright>
<Version>3.8.3</Version>
<Version>3.8.4</Version>
<Title>DaJet Script Utility</Title>
<PackageId>DaJet.Script.Utility</PackageId>
<Product>DaJet Script Utility</Product>
Expand Down

0 comments on commit 416dc93

Please sign in to comment.