Skip to content

Commit 1049f24

Browse files
authored
Fix preview version given we have shipped 3 previews already (#5504)
1 parent 6db273b commit 1049f24

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
@@ -5,7 +5,7 @@
55
<MinorVersion>0</MinorVersion>
66
<PatchVersion>0</PatchVersion>
77
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
8-
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
8+
<PreReleaseVersionLabel>preview.4</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
1111
version of each package. The following property points to the package version that should be used as baseline.

0 commit comments

Comments
 (0)