Skip to content

Commit

Permalink
fix: version fix applied
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 committed Aug 17, 2024
1 parent 4ff91fb commit 1916802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup Label="Versioning">
<VersionMajor>2</VersionMajor>
<VersionMinor>1</VersionMinor>
<VersionPatch>$([System.DateTime]::UtcNow.ToString("MMdd"))</VersionPatch>
<VersionRevision>$([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes.ToString("0"))</VersionRevision>
<VersionMinor>2</VersionMinor>
<VersionPatch>$([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes.ToString("0"))</VersionPatch>
<VersionRevision>$([System.DateTime]::UtcNow.ToString("MMdd"))</VersionRevision>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)</VersionPrefix>
<VersionSuffix Condition="$(Configuration.Equals('Debug'))">Development</VersionSuffix>
<FileVersion>$(VersionMajor).$(VersionMinor).$(VersionPatch)</FileVersion>
Expand Down

0 comments on commit 1916802

Please sign in to comment.