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 8058b36 commit 60fc911Copy full SHA for 60fc911
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