Skip to content

Releases: Zastai/MetaBrainz.MusicBrainz.DiscId

4.0.0

13 Dec 16:44
Compare
Choose a tag to compare

The only targets are now net6.0 and net8.0.
Note: this may mean that platform support is now practically limited to just Windows and Linux.

📦 Dependency Updates

  • Update JetBrains.Annotations to version 2023.3.0 (#19) @Zastai
  • Bump MetaBrainz.Build.Sdk from 2.1.1 to 2.1.2 (#14) @dependabot

👻 Maintenance

  • Update the build SDK to version 3.1.0 (#18) @Zastai

3.0.0

20 Nov 17:09
Compare
Choose a tag to compare

Please note that the package license has been changed from MS-PL to MIT.

💥 Breaking Changes

  • Renamed EBU.PortugeseEBU.Portuguese.
  • Update the SDK to version 2.1.1 (#12) @Zastai
    • This changes the target frameworks to net6.0, netstandard2.1, netstandard2.0 and net48.
    • The assembly is no longer marked as CLSCompliant.

📦 Dependency Updates

  • Switch to the MetaBrainz SDK, version 2.1.1 (#1, #2, #7, #12) @Zastai
    • JetBrains.Annotation → 2021.3.0
    • MetaBrainz.Build.Sdk → 2.1.1

👻 Maintenance

  • Update the SDK to version 2.1.1 (#12) @Zastai
    • Code uses more new C# language features.
    • The Windows device I/O routines now check structure sizes.

2.0.1

17 Apr 15:17
Compare
Choose a tag to compare

v2.0.1 (2020-04-17)

Fixed a build issue causing the XML documentation to be missing from the NuGet package.

2.0

22 Mar 16:21
Compare
Choose a tag to compare
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.
  • Minor doc fixes.
  • Use nullable reference types.