Skip to content

Commit 8f51689

Browse files
Merge pull request #138 from TimeWarpEngineering/Cramer-2019-05-15
Fix the TimeStamp in the package version
2 parents 5a1307d + 75e499e commit 8f51689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<BlazorStatePatchVersion>0</BlazorStatePatchVersion>
1515
<PreReleaseLabel>$(BlazorPreviewVersion)</PreReleaseLabel>
1616
<VersionPrefix>$(BlazorStateMajorVersion).$(BlazorStateMinorVersion).$(BlazorStatePatchVersion)</VersionPrefix>
17-
<CurrentDate>$([System.DateTime]::Now.ToString(yyyyMMdd-hhmmss))</CurrentDate>
17+
<CurrentDate>$([System.DateTime]::Now.ToString(yyyyMMdd-HHmmss))</CurrentDate>
1818
<VersionSuffix>$(PreReleaseLabel)-$(CurrentDate)</VersionSuffix>
1919
<PackageVersion>$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
2020
</PropertyGroup>

0 commit comments

Comments
 (0)