Skip to content

Commit

Permalink
Update program version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinematics committed Aug 29, 2023
1 parent 934de84 commit 51f80fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NetTally.Avalonia/NetTally.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionPrefix>4.0.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion NetTally.Console/NetTally.Console.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionPrefix>4.0.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<AssemblyName>nettally</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion NetTally.Core/NetTally.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionPrefix>4.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
<PropertyGroup Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion NetTally/NetTally.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionPrefix>4.0.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand Down

0 comments on commit 51f80fc

Please sign in to comment.