Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS committed Feb 1, 2024
1 parent 9247e27 commit 79830be
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions @Installers/Setup.Iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Setup]
;-- Main Setup Information
AppName = Katzebase Server
AppVerName = Katzebase Server 0.8.0.0
AppVerName = Katzebase Server 0.9.0.0
AppCopyright = Copyright © 2024 NetworkDLS.
DefaultDirName = {commonpf}\NetworkDLS\Katzebase\Server
DefaultGroupName = NetworkDLS\Katzebase
Expand All @@ -19,7 +19,7 @@
AppPublisher = NetworkDLS
AppPublisherURL = http://www.NetworkDLS.com/
AppUpdatesURL = http://www.NetworkDLS.com/
AppVersion = 0.8.0.0
AppVersion = 0.9.0.0

[Files]
Source: "..\NTDLS.Katzebase.Server\bin\Release\net8.0\runtimes\*.*"; DestDir: "{app}\runtimes"; Flags: IgnoreVersion recursesubdirs;
Expand Down
2 changes: 1 addition & 1 deletion NTDLS.Katzebase.Engine/NTDLS.Katzebase.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>0.8.0.0</Version>
<Version>0.9.0.0</Version>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion NTDLS.Katzebase.Server.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NugetTest", "TestApplicatio
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installer", "Installer", "{E15F84FB-63C7-47E4-B894-CFC6B4FBB2A0}"
ProjectSection(SolutionItems) = preProject
@Installers\Server.Iss = @Installers\Server.Iss
@Installers\Setup.Iss = @Installers\Setup.Iss
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NTDLS.Katzebase.Server", "NTDLS.Katzebase.Server\NTDLS.Katzebase.Server.csproj", "{6BCF1E2A-EA51-452A-8CE0-1E975F57C285}"
Expand Down
2 changes: 1 addition & 1 deletion NTDLS.Katzebase.Server/NTDLS.Katzebase.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>0.8.0.0</Version>
<Version>0.9.0.0</Version>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<OutputType>Exe</OutputType>
Expand Down
1 change: 1 addition & 0 deletions NTDLS.Katzebase.Shared/NTDLS.Katzebase.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<Version>0.9.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions TestApplications/Benchmark/Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion TestApplications/ClientTest/ClientTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<Nullable>enable</Nullable>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>1.0.0.0</Version>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions TestApplications/NugetTest/NugetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>

Expand Down

0 comments on commit 79830be

Please sign in to comment.