Skip to content

Commit

Permalink
Set the version to 2.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 61e42d5 commit 79db633
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MetaBrainz.MusicBrainz/MetaBrainz.MusicBrainz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>MusicBrainz Web Service Client Library</Title>
<Description>This package provides classes for accessing the MusicBrainz web services (lookup, search and OAuth2).</Description>
<PackageTags>MusicBrainz music metadata libmusicbrainz OAuth2</PackageTags>
<Version>2.0.1-pre</Version>
<Version>2.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ This also contains OAuth2 functionality.

## Release Notes

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

#### GitHub Issues

- [#1](https:/Zastai/MetaBrainz.MusicBrainz/issues/1): a workaround has been applied for
[SEARCH-579](https://tickets.metabrainz.org/browse/SEARCH-579).

#### Other Changes

- `QueryException` now has its `HelpLink` field set to the contents of the `help` field in the JSON error response body.
- Fixed a build issue causing the XML documentation to be missing from the NuGet package.


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

- Target .NET Standard 2.0 and 2.1, .NET Core 2.1 and 3.1 (the current LTS releases) and .NET Framework 4.6.1, 4.7.2 and 4.8.
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: 2.0.1-appveyor.{build}
version: 2.0.1
image: Visual Studio 2019
configuration: Debug
install:
Expand Down

0 comments on commit 79db633

Please sign in to comment.