Skip to content

Commit 768f34c

Browse files
Remove version suffix
Remove the version suffix to generate 2.2.0 packages.
1 parent bf220fc commit 768f34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>2.2.0</VersionPrefix>
5-
<VersionSuffix>preview</VersionSuffix>
5+
<VersionSuffix></VersionSuffix>
66
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)