Skip to content

Commit

Permalink
bump version number to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingBallyhoo committed Feb 16, 2024
1 parent f0fbea1 commit 6245933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataTool/DataTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<LangVersion>preview</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>2.8.1.0</Version>
<Version>2.9.0.0</Version>
<Configurations>Debug;Release;ReleasePublish;DebugPublish</Configurations>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'DebugPublish' ">
Expand Down
2 changes: 1 addition & 1 deletion TankView/TankView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<NoWarn>CA1416</NoWarn>
<Version>2.8.1.0</Version>
<Version>2.9.0.0</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'ReleasePublish' ">
Expand Down

0 comments on commit 6245933

Please sign in to comment.