Skip to content

Commit

Permalink
update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cwinland committed May 29, 2022
1 parent 4cb13ca commit 1169164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastMoq/FastMoq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Target Name="SetPackageVersion">
<PropertyGroup>
<!-- You can customize the format and the rule about how version increases here. -->
<PackageVersion>1.$([System.DateTime]::Now.ToString("yy.MM.ddHH"))</PackageVersion>
<PackageVersion>1.$([System.DateTime]::Now.ToString("yy.MMdd.HHmm"))</PackageVersion>
</PropertyGroup>
</Target>

Expand Down

0 comments on commit 1169164

Please sign in to comment.