Skip to content

Commit

Permalink
Set the version to 3.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 May 5, 2020
1 parent 1f497cf commit 5d26c5a
Show file tree
Hide file tree
Showing 3 changed files with 11 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>3.0.1-pre</Version>
<Version>3.0.1</Version>
</PropertyGroup>

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

A [user guide](UserGuide.md) is available, which explains the main functionality of the library, with some examples.


## Release Notes

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

#### GitHub Issues

- [#3](https:/Zastai/MetaBrainz.MusicBrainz/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)

This release has a completely rewritten JSON backend, using custom converters for flexibility.
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.1-appveyor.{build}
version: 3.0.1
image: Visual Studio 2019
configuration: Debug
install:
Expand Down

0 comments on commit 5d26c5a

Please sign in to comment.