Skip to content

Commit 13d1770

Browse files
authored
Reuse properties in VersionPrefix (#5443)
1 parent f5d9f80 commit 13d1770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<MajorVersion>9</MajorVersion>
55
<MinorVersion>0</MinorVersion>
66
<PatchVersion>0</PatchVersion>
7-
<VersionPrefix>9.0.0</VersionPrefix>
7+
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
88
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
99
<!--
1010
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

Comments
 (0)