Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Bump the version to 4.2.0.
  • Loading branch information
martincostello committed Nov 10, 2020
1 parent 680b494 commit bbfffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<VersionPrefix>4.1.0</VersionPrefix>
<VersionPrefix>4.2.0</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(GITHUB_ACTIONS)' != '' ">beta$([System.Convert]::ToInt32(`$(GITHUB_RUN_NUMBER)`).ToString(`0000`))</VersionSuffix>
<VersionPrefix Condition=" $(GITHUB_REF.StartsWith(`refs/tags/v`)) ">$(GITHUB_REF.Replace('refs/tags/v', ''))</VersionPrefix>
<VersionSuffix Condition=" $(GITHUB_REF.StartsWith(`refs/tags/v`)) "></VersionSuffix>
Expand Down

0 comments on commit bbfffc8

Please sign in to comment.