We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e6d61 commit fb9e01aCopy full SHA for fb9e01a
build/version.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionMajor>9</VersionMajor>
4
- <VersionMinor>3</VersionMinor>
+ <VersionMajor>10</VersionMajor>
+ <VersionMinor>0</VersionMinor>
5
<VersionPatch>0</VersionPatch>
6
<VersionRevision>0</VersionRevision>
7
<VersionPrefix Condition="'$(VersionRevision)'=='0' or '$(VersionRevision)'==''">$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
0 commit comments