Skip to content

Commit

Permalink
Update to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley authored Feb 6, 2020
1 parent 5909f2c commit f632ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Common.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- set version for CI build -->
<Version Condition="$(Version) == '' AND $(BuildVersion) != ''">$(BuildVersion)</Version>

<Version Condition="$(Version) == ''">0.1.0-dev</Version>
<Version Condition="$(Version) == ''">0.2.0-dev</Version>
<Authors>Eto.Toolkit Authors</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/picoe/Eto.Toolkit</RepositoryUrl>
Expand Down

0 comments on commit f632ef0

Please sign in to comment.