Skip to content

Commit

Permalink
Set the version to 3.0.2 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 May 21, 2020
1 parent 19b4fcc commit 589623e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Release Notes

## v3.0.2 (2020-05-21)

### GitHub Issues

- [#4](/../../issues/4): Browse results no deserialize correctly.

## v3.0.1 (2020-05-05)

### GitHub Issues

- [#3](https://github.com/Zastai/MetaBrainz.MusicBrainz/issues/3): `null` values for a recording or track's length caused
- [#3](/../../issues/3): `null` values for a recording or track's length caused
exceptions, as did `null` values for the status ID of a release. Both cases should now be handled properly.

## v3.0.0 (2020-04-26)
Expand Down Expand Up @@ -117,20 +123,18 @@ Note that there are several breaking API changes in this release (hence the majo
- MetaBrainz.Common.Json → 3.0.0
- System.Text.Json → 4.7.1


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

### GitHub Issues

- [#1](https://github.com/Zastai/MetaBrainz.MusicBrainz/issues/1): a workaround has been applied for
- [#1](/../../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 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>3.0.2-pre</Version>
<Version>3.0.2</Version>
</PropertyGroup>

<PropertyGroup>
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: 3.0.2-appveyor.{build}
version: 3.0.2
image: Visual Studio 2019
configuration: Debug
install:
Expand Down

0 comments on commit 589623e

Please sign in to comment.