Skip to content

Commit

Permalink
Bump package minor version from 3.0 to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wo80 committed Mar 24, 2024
1 parent 33be566 commit 49d01ff
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/Hqub.MusicBrainz/Hqub.MusicBrainz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<Authors>Boris Glebov, Christian Woltering</Authors>
<PackageProjectUrl>https://github.com/avatar29A/MusicBrainz</PackageProjectUrl>
<RepositoryUrl>https://github.com/avatar29A/MusicBrainz</RepositoryUrl>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<PackageTags>music musicbrainz brainz</PackageTags>
<Version>3.0.0</Version>
<Version>3.1.0</Version>
<AssemblyName>Hqub.MusicBrainz</AssemblyName>
<RootNamespace>Hqub.MusicBrainz</RootNamespace>
<Configurations>Debug;Release</Configurations>
Expand All @@ -26,8 +26,14 @@
<PackageReleaseNotes>
Hqub.MusicBrainz version 3 breaking changes:

* Removes the obsolete static API: fix by using the MusicBrainzClient class.
* Removes the ".API" suffix from assembly and namespaces: fix by removing the ".API" suffix in your using statements.
* Remove the obsolete static API: fix by using the MusicBrainzClient class.
* Remove the ".API" suffix from assembly and namespaces: fix by removing the ".API" suffix in your using statements.

Version 3.1 changes:

* Remove net6.0 target and add net8.0
* Improve cache interface (add Contains(request) method)
* Improve fluent API requests (add ToString() method returning the URL path of the request)
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 49d01ff

Please sign in to comment.