Skip to content

Commit

Permalink
Bump version (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOrneholm authored Jan 8, 2024
1 parent c6bdb56 commit 3a3b18a
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>8.0.0</VersionPrefix>
<VersionSuffix>alpha-1</VersionSuffix>
<VersionSuffix>beta-1</VersionSuffix>
<AssemblyVersion>8.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 3a3b18a

Please sign in to comment.