We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2e7af commit b633809Copy full SHA for b633809
1 file changed
CurrentVersion.props
@@ -5,8 +5,8 @@
5
<MinorVersion>7</MinorVersion>
6
<MicroVersion>10</MicroVersion>
7
<!-- Allowed: alpha,beta,candidate,final -->
8
- <ReleaseLevel>candidate</ReleaseLevel>
9
- <ReleaseSerial>1</ReleaseSerial><!-- this should only be 0 when final -->
+ <ReleaseLevel>final</ReleaseLevel>
+ <ReleaseSerial>0</ReleaseSerial><!-- this should only be 0 when final -->
10
<AssemblyRevision>0</AssemblyRevision>
11
</PropertyGroup>
12
</Project>
0 commit comments