Skip to content

Commit

Permalink
Update version number suffix. (#467)
Browse files Browse the repository at this point in the history
Co-authored-by: Elin Fokine <ElinO@activesolution.se>
  • Loading branch information
elinohlsson and Elin Fokine authored Aug 27, 2024
1 parent 87fa5d2 commit aafc9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageId>$(AssemblyName)</PackageId>

<VersionPrefix>10.0.0</VersionPrefix>
<VersionSuffix>rc-1</VersionSuffix>
<VersionSuffix>rc-2</VersionSuffix>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion Condition="'$(BUILD_BUILDNUMBER)' == ''">$(VersionPrefix).0</FileVersion>
<FileVersion Condition="'$(BUILD_BUILDNUMBER)' != ''">$(VersionPrefix).$(BUILD_BUILDNUMBER)</FileVersion>
Expand Down

0 comments on commit aafc9ce

Please sign in to comment.