Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Feb 23, 2024
1 parent e56f7a8 commit 04d1060
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Protest/Protest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<!--<AssemblyVersion>5.0.*</AssemblyVersion>-->

<verYear>$([System.DateTime]::UtcNow.ToString(yyyy))</verYear>
<verDoy>$([System.DateTime]::UtcNow.DayOfYear)</verDoy>
<verDoty>$([System.DateTime]::UtcNow.DayOfYear)</verDoty>

<VersionSuffix>5.0.$(verYear).$(verDoy)</VersionSuffix>
<VersionPrefix>5.0.$(verYear).$(verDoty)</VersionPrefix>
<!--<VersionSuffix>beta</VersionSuffix>-->
<AssemblyVersion>$(VersionSuffix)</AssemblyVersion>
<Version>$(VersionSuffix)</Version>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<Version>$(VersionPrefix)</Version>

<NoWarn>IDE0090</NoWarn>

Expand Down

0 comments on commit 04d1060

Please sign in to comment.