Skip to content

Commit

Permalink
Update version number to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinematics committed May 8, 2024
1 parent 91827f9 commit f1ab846
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>5.0.1</VersionPrefix>
<VersionPrefix>5.0.2</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>NetTally</AssemblyName>
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>5.0.1</VersionPrefix>
<VersionPrefix>5.0.2</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>5.0.1</VersionPrefix>
<VersionPrefix>5.0.2</VersionPrefix>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<RootNamespace>NetTally</RootNamespace>
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>5.0.1</VersionPrefix>
<VersionPrefix>5.0.2</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand Down

0 comments on commit f1ab846

Please sign in to comment.