Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinematics committed May 8, 2024
1 parent bc5c507 commit c9a0d21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0</VersionPrefix>
<VersionPrefix>5.0.1</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.0</VersionPrefix>
<VersionPrefix>5.0.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<AssemblyName>nettally</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion NetTally.Core/Configure/QuestsInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void RepositionQuest(Quest? quest)

if (newIndex >= Quests.Count)
newIndex = Quests.Count - 1;

if (index == newIndex)
return;

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.0</VersionPrefix>
<VersionPrefix>5.0.1</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.0</VersionPrefix>
<VersionPrefix>5.0.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand Down

0 comments on commit c9a0d21

Please sign in to comment.