Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards authored Jan 7, 2022
1 parent 92e6922 commit 7a4db7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.4.1</VersionPrefix>
<VersionSuffix Condition="'$(BuildNumber)' == ''">pre</VersionSuffix>
<VersionSuffix Condition="'$(BuildNumber)' != ''">pre.$(BuildNumber)</VersionSuffix>
<Authors>Damian Edwards</Authors>
Expand All @@ -16,4 +16,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
</Project>

0 comments on commit 7a4db7d

Please sign in to comment.