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 a360354 commit a942a14Copy full SHA for a942a14
Blazor.PWA.MSBuild.Tasks/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionPrefix>0.0.1</VersionPrefix>
+ <VersionPrefix>1.0.0</VersionPrefix>
4
<VersionSuffix>beta$([System.DateTime]::Now.ToString("yyyyMMdd-HHmmss"))</VersionSuffix>
5
- <VersionSuffix Condition="'$(Configuration)' == 'Release'">beta$([System.DateTime]::Now.ToString("yyyyMMdd-HH"))</VersionSuffix>
+ <VersionSuffix Condition="'$(Configuration)' == 'Release'"></VersionSuffix>
6
</PropertyGroup>
7
</Project>
0 commit comments