Zastai / MetaBrainz.MusicBrainz

Native .NET implementation of libmusicbrainz
MIT License
37 stars 9 forks source link

Update the SDK to version 2.1.1 #26

Closed Zastai closed 2 years ago

Zastai commented 2 years ago

This also updates all "initial project contents", which adds GitHub actions and a build script (which now gets used by AppVeyor builds). Release notes are now managed on GitHub only, so the ChangeLog.md file has been dropped.

This changes the target frameworks to net6.0, netstandard2.1, netstandard2.0 and net48.

The package license has changed from MS-PL to MIT.

[CLSCompliant(true)] was dropped from the library. While this is unlikely to cause real issues, it is considered a breaking change, requiring a bump to the package's major version.

All new build files have been added to solution folders.

Dependency changes: