Skip to content

Commit

Permalink
Merge pull request #36 from jsturtevant/release-0.2.0
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
jsturtevant authored Aug 15, 2024
2 parents 6b7be43 + d00ccf5 commit e102985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.2.0</VersionPrefix>
<VersionSuffix Condition="'$(BuildNumber)' == ''">dev</VersionSuffix>
<VersionSuffix Condition="'$(BuildNumber)' != ''">preview$([System.String]::Format('{0:00000}', $([MSBuild]::Add($(BuildNumber), 0))))</VersionSuffix>
<PackageVersion>$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
Expand Down

0 comments on commit e102985

Please sign in to comment.