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 f5d9f80 commit 13d1770Copy full SHA for 13d1770
eng/Versions.props
@@ -4,7 +4,7 @@
4
<MajorVersion>9</MajorVersion>
5
<MinorVersion>0</MinorVersion>
6
<PatchVersion>0</PatchVersion>
7
- <VersionPrefix>9.0.0</VersionPrefix>
+ <VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
8
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
9
<!--
10
When running package validation as part of the build, we want to ensure we didn't break the API against the previous
0 commit comments