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.
2 parents 4315c0c + 60fc911 commit f49b4e5Copy full SHA for f49b4e5
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionPrefix>0.5.0</VersionPrefix>
+ <VersionPrefix>0.6.0</VersionPrefix>
4
<VersionSuffix Condition="'$(BuildNumber)' == ''">dev</VersionSuffix>
5
<VersionSuffix Condition="'$(BuildNumber)' != ''">preview$([System.String]::Format('{0:00000}', $([MSBuild]::Add($(BuildNumber), 0))))</VersionSuffix>
6
<PackageVersion>$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
0 commit comments