Skip to content

Commit

Permalink
Bump version to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Oct 12, 2023
1 parent df629d7 commit 3742a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<ProjectBaseVersion>5.0</ProjectBaseVersion>
<ProjectBaseVersion>6.0</ProjectBaseVersion>
<ProjectVersion Condition="'$(GITHUB_RUN_NUMBER)' != ''">$(ProjectBaseVersion).$(GITHUB_RUN_NUMBER)</ProjectVersion>
<ProjectVersion Condition="'$(GITHUB_RUN_NUMBER)' == ''">$(ProjectBaseVersion).0</ProjectVersion>
<DefineConstants Condition="'$(GITHUB_REF_TYPE)' == 'tag'">$(DefineConstants);CI_RELEASE_BUILD</DefineConstants>
Expand Down

0 comments on commit 3742a28

Please sign in to comment.