Skip to content

Commit

Permalink
bump version to 0.4.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Dec 28, 2018
1 parent 25e5591 commit 6801756
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
Expand Up @@ -18,7 +18,7 @@
<EnableSourceLink Condition=" '$(OS)' != 'Windows_NT' AND '$(MSBuildRuntimeType)' != 'Core' ">false</EnableSourceLink>
<EnableSourceControlManagerQueries>$(EnableSourceLink)</EnableSourceControlManagerQueries>

<Version Condition=" '$(Version)' == '' ">0.4.0-alpha2$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">0.4.0-alpha3$(VersionSuffix)</Version>

<NoWarn>$(NoWarn);FS2003</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit 6801756

Please sign in to comment.