Skip to content

Commit

Permalink
chore: version bump to 2.9.x
Browse files Browse the repository at this point in the history
changes:
- updated the `Directory.Build.props` file
  • Loading branch information
BoBoBaSs84 authored Dec 25, 2024
1 parent 9781797 commit 7208d00
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>8</VersionMinor>
<VersionMinor>9</VersionMinor>
<VersionPatch>$([System.DateTime]::UtcNow.ToString("MMdd"))</VersionPatch>
<VersionRevision>$([System.DateTime]::UtcNow.TimeOfDay.TotalHours.ToString("0"))</VersionRevision>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)</VersionPrefix>
Expand Down

0 comments on commit 7208d00

Please sign in to comment.