Skip to content

Commit

Permalink
chore: version bump to 2.6.x
Browse files Browse the repository at this point in the history
changes:
- modified `Directory.Build.props` file
  • Loading branch information
BoBoBaSs84 authored Sep 24, 2024
1 parent c383c60 commit f2bec77
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>5</VersionMinor>
<VersionMinor>6</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 f2bec77

Please # to comment.