We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b701d commit ba34e7aCopy full SHA for ba34e7a
build/version.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<VersionMajor>9</VersionMajor>
4
- <VersionMinor>2</VersionMinor>
+ <VersionMinor>3</VersionMinor>
5
<VersionPatch>0</VersionPatch>
6
<VersionRevision>0</VersionRevision>
7
<VersionPrefix Condition="'$(VersionRevision)'=='0' or '$(VersionRevision)'==''">$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
0 commit comments