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 815bc93 + fa6a643 commit b79e75dCopy full SHA for b79e75d
build/version.props
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<VersionMajor>8</VersionMajor>
4
<VersionMinor>0</VersionMinor>
5
- <VersionPatch>7</VersionPatch>
+ <VersionPatch>8</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