Skip to content

Commit

Permalink
Update to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDoubleD committed May 30, 2023
1 parent 241e0c0 commit 631d483
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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.6.0")]
[assembly: AssemblyFileVersion("0.0.6.0")]
[assembly: AssemblyVersion("0.0.7.0")]
[assembly: AssemblyFileVersion("0.0.7.0")]
10 changes: 8 additions & 2 deletions QobuzApiSharp/QobuzApiSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@
<description>$description$</description>
<projectUrl>https://github.com/DJDoubleD/QobuzApiSharp</projectUrl>
<repository type="git" url="https://github.com/DJDoubleD/QobuzApiSharp" />
<releaseNotes>Bugfix - Fix Playlist data model:
- track_ids should normally be just a List of numbers
<releaseNotes> Support both types of Playlist track_ids contents
- track_ids can be a list of numbers in JSON (most common)
e.g.: track_ids":[19512577, 36681027]
Example playlist: https://play.qobuz.com/playlist/5887115
- track_ids can also be a list of string:number combination in JSON
e.g.: track_ids":{"0":63353139,"1":53197054,"2":53207301}
Example playlist: https://play.qobuz.com/playlist/14888891
- Added a converter to parse both types to List&lt;long&gt;
</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Qobuz API c#</tags>
Expand Down

0 comments on commit 631d483

Please sign in to comment.