Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS committed Jan 4, 2025
1 parent e0b5ee4 commit fac3141
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.31.0
AppVerName = Katzebase Server 0.32.0
AppCopyright = Copyright © 2025 NetworkDLS.
DefaultDirName = {commonpf}\NetworkDLS\Katzebase
DefaultGroupName = Katzebase
Expand All @@ -17,7 +17,7 @@
AppPublisher = NetworkDLS
AppPublisherURL = http://www.NetworkDLS.com/
AppUpdatesURL = http://www.NetworkDLS.com/
AppVersion = 0.31.0
AppVersion = 0.32.0

[Components]
Name: "Server"; Description: "Server"; Types: Full Compact Custom;
Expand Down
2 changes: 1 addition & 1 deletion NTDLS.Katzebase.Api/NTDLS.Katzebase.Api.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 © 2025 NetworkDLS</Copyright>
<Version>0.31.0</Version>
<Version>0.32.0</Version>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Media\IconFull.ico</ApplicationIcon>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
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 © 2025 NetworkDLS</Copyright>
<Version>0.31.0</Version>
<Version>0.32.0</Version>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<UseWindowsForms>true</UseWindowsForms>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2025 NetworkDLS</Copyright>
<Version>0.31.0</Version>
<Version>0.32.0</Version>
<Authors>NetworkDLS</Authors>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<Version>0.31.0</Version>
<Version>0.32.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NTDLS.Katzebase.Parsers/NTDLS.Katzebase.Parsers.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 © 2025 NetworkDLS</Copyright>
<Version>0.31.0</Version>
<Version>0.32.0</Version>
<Authors>NetworkDLS</Authors>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2025 NetworkDLS</Copyright>
<Version>0.31.0</Version>
<Version>0.32.0</Version>
<Authors>NetworkDLS</Authors>

</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2025 NetworkDLS</Copyright>
<Version>0.31.0</Version>
<Version>0.32.0</Version>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<StartupObject>NTDLS.Katzebase.SQLServerMigration.Program</StartupObject>
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 © 2025 NetworkDLS</Copyright>
<Version>0.31.0</Version>
<Version>0.32.0</Version>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion NTDLS.Katzebase.Shared/NTDLS.Katzebase.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2025 NetworkDLS</Copyright>
<Version>0.31.0</Version>
<Version>0.32.0</Version>
<Authors>NetworkDLS</Authors>
</PropertyGroup>

Expand Down

0 comments on commit fac3141

Please sign in to comment.