Releases: Zastai/MetaBrainz.MusicBrainz
Releases · Zastai/MetaBrainz.MusicBrainz
2.0
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.
- Switched to
System.Text.Json
(instead ofNewtonSoft.Json
). - Use
MetaBrainz.Common.Json
. - Doc fixes.
- Use nullable reference types.
- OAuth2:
- Split
AuthorizationToken
intoInterfaces.IAuthorizationToken
andObjects.AuthorizationToken
. - Added async versions of
GetBearerToken()
andRefreshBearerToken()
. - These now also return non-null values (an exception is thrown when no data is received).
- Split
- Fixed issue #5.
- Added a
TargetId
property toIRelationship
. - MBS-10072: Adjust "begin/end area" handling for Artist.
- Adjusted the stringification of
INameCredit
.