Skip to content

Commit

Permalink
Bump version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Apr 27, 2024
1 parent 0c798cc commit c95d134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Package.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<PropertyGroup>
<Version Condition="'$(Version)' == ''">24.4.0</Version>
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview.4-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
<!--<Version Condition="'$(Version)' == ''">24.4.0</Version>-->
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview.1-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit c95d134

Please sign in to comment.