Skip to content

Commit

Permalink
Set the version to 1.0.1 for release.
Browse files Browse the repository at this point in the history
Updated the release notes with the changes in this release.
  • Loading branch information
Zastai committed Apr 17, 2020
1 parent 203d20a commit 28e6c41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Once done, you can use `dotnet mbdiscid` to run it.

## Release Notes

### v1.0.1 (2020-04-17)

Fixed a build issue causing the XML documentation to be missing from the NuGet package.

### v1.0 (2020-03-22)

First release.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.1-appveyor.{build}
version: 1.0.1
image: Visual Studio 2019
configuration: Debug
install:
Expand Down
2 changes: 1 addition & 1 deletion dotnet-mbdiscid/dotnet-mbdiscid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>DiscID Utility</Title>
<Description>Small tool to get a disc's discid, MCN, ISRC and/or CD-TEXT.</Description>
<PackageTags>MusicBrainz discid audio cd cd-text isrc upc ean libdiscid</PackageTags>
<Version>1.0.1-pre</Version>
<Version>1.0.1</Version>
<PackAsTool>true</PackAsTool>
<PackageId>MetaBrainz.MusicBrainz.$(AssemblyName)</PackageId>
</PropertyGroup>
Expand Down

0 comments on commit 28e6c41

Please sign in to comment.