Skip to content

Commit

Permalink
Update to version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDoubleD committed May 30, 2023
1 parent 81d611f commit 97790b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions QobuzApiSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.5.0")]
[assembly: AssemblyFileVersion("0.0.5.0")]
[assembly: AssemblyVersion("0.0.6.0")]
[assembly: AssemblyFileVersion("0.0.6.0")]
5 changes: 2 additions & 3 deletions QobuzApiSharp/QobuzApiSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
<description>$description$</description>
<projectUrl>https://github.com/DJDoubleD/QobuzApiSharp</projectUrl>
<repository type="git" url="https://github.com/DJDoubleD/QobuzApiSharp" />
<releaseNotes>Add new artist endpoint:
- Add artist/getReleasesList Endpoint method
- Add ReleaseList Model classes
<releaseNotes>Bugfix - Fix Playlist data model:
- track_ids should normally be just a List of numbers
</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Qobuz API c#</tags>
Expand Down

0 comments on commit 97790b4

Please sign in to comment.