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 30, 2022
1 parent f3766c8 commit 442ebac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Package.props
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<PropertyGroup>
<Version Condition="'$(Version)' == ''">22.4.0</Version>
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview4-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
<!--<Version Condition="'$(Version)' == ''">22.4.0</Version>-->
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview1-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 442ebac

Please sign in to comment.