Skip to content

Commit

Permalink
chore(*): prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
PulsarBlow authored and pulsarblow committed Mar 6, 2019
1 parent a29e288 commit 508dd26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build/packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageReleaseNotes>
* 1.0.0: Initial version
* 1.0.1
- Add support for net461 (as per dotnet standard guidelines)
- Upgrade external dependencies
* 1.0.0
- Initial version
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<Version Condition=" '$(BuildMetadata)' != '' ">$(VersionPrefix)-$(VersionSuffix)+$(BuildMetadata)</Version>
</PropertyGroup>
Expand Down

0 comments on commit 508dd26

Please sign in to comment.