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 May 14, 2023
1 parent 645d960 commit e3132a4
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)' == ''">23.5.0-preview.1</Version>
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview1-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
<!--<Version Condition="'$(Version)' == ''">23.5.0-preview.1</Version>-->
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview.2-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit e3132a4

Please sign in to comment.