Skip to content

Commit

Permalink
Update version.props
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang authored May 7, 2022
1 parent 30e2b52 commit f6fd7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/version.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<VersionMajor>2</VersionMajor>
<VersionMinor>3</VersionMinor>
<VersionPatch>7</VersionPatch>
<VersionMinor>4</VersionMinor>
<VersionPatch>0-preview.0</VersionPatch>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
</PropertyGroup>
</Project>

0 comments on commit f6fd7bd

Please sign in to comment.