Skip to content

Commit

Permalink
bump WilsonCurrentVersion (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyyangsong committed May 13, 2024
1 parent a7d9c89 commit a1530a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<!-- Wilson version -->
<PropertyGroup>
<WilsonCurrentVersion>7.5.2</WilsonCurrentVersion>
<WilsonCurrentVersion>7.5.3</WilsonCurrentVersion>

<PreviewVersionSuffix Condition="'$(PreviewVersionSuffix)' == '' and '$(BuildingInsideVisualStudio)' != 'true'">preview-$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMddHHmmss"))</PreviewVersionSuffix>
<!--VS re-evaluates the variables, so having seconds or minutes creates an infinite loop of package updates-->
Expand Down

0 comments on commit a1530a0

Please sign in to comment.