Skip to content

Commit

Permalink
build: configure version.props
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Feb 6, 2024
1 parent 9efa4d2 commit 99460cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
<VersionMinor>17</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug' AND '$(VersionSuffix)'==''">dev</VersionSuffix>
<InformationalVersion Condition="'$(VersionSuffix)'==''">$(VersionPrefix)</InformationalVersion>
<InformationalVersion Condition="'$(VersionSuffix)'!=''">$(VersionPrefix)-$(VersionSuffix)</InformationalVersion>
</PropertyGroup>
</Project>

0 comments on commit 99460cd

Please sign in to comment.