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 641e795 commit 57a79b8Copy full SHA for 57a79b8
version.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionPrefix>1.0.1</VersionPrefix>
4
- <VersionSuffix>beta</VersionSuffix>
+ <VersionPrefix>1.0.0</VersionPrefix>
+ <VersionSuffix>beta08</VersionSuffix>
5
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
6
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
7
</PropertyGroup>
0 commit comments