Skip to content

Commit

Permalink
chore: updated Directory.Build.props
Browse files Browse the repository at this point in the history
changes:
- version bump to `2.1.x`
  • Loading branch information
BoBoBaSs84 authored Aug 17, 2024
1 parent 3ee511a commit 4ff91fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 4ff91fb

Please sign in to comment.