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 61ced27 commit bd43a69Copy full SHA for bd43a69
version.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionPrefix>2.1.1</VersionPrefix>
+ <VersionPrefix>2.1.2</VersionPrefix>
4
<VersionSuffix>rtm</VersionSuffix>
5
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
6
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
0 commit comments