We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a1307d + 75e499e commit 8f51689Copy full SHA for 8f51689
1 file changed
source/Directory.Build.props
@@ -14,7 +14,7 @@
14
<BlazorStatePatchVersion>0</BlazorStatePatchVersion>
15
<PreReleaseLabel>$(BlazorPreviewVersion)</PreReleaseLabel>
16
<VersionPrefix>$(BlazorStateMajorVersion).$(BlazorStateMinorVersion).$(BlazorStatePatchVersion)</VersionPrefix>
17
- <CurrentDate>$([System.DateTime]::Now.ToString(yyyyMMdd-hhmmss))</CurrentDate>
+ <CurrentDate>$([System.DateTime]::Now.ToString(yyyyMMdd-HHmmss))</CurrentDate>
18
<VersionSuffix>$(PreReleaseLabel)-$(CurrentDate)</VersionSuffix>
19
<PackageVersion>$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
20
</PropertyGroup>
0 commit comments