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.
2 parents 30b4d41 + f79f618 commit 1d8cd13Copy full SHA for 1d8cd13
build/version.props
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<VersionMajor>8</VersionMajor>
4
<VersionMinor>0</VersionMinor>
5
- <VersionPatch>8</VersionPatch>
+ <VersionPatch>10</VersionPatch>
6
<VersionRevision>0</VersionRevision>
7
<VersionPrefix Condition="'$(VersionRevision)'=='0' or '$(VersionRevision)'==''">$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
8
<VersionPrefix Condition="'$(VersionRevision)'!='0'">$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)</VersionPrefix>
0 commit comments