Skip to content

Commit

Permalink
Update to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDoubleD committed May 14, 2023
1 parent 4b10719 commit b6713f4
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -32,5 +32,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.2.0")]
[assembly: AssemblyFileVersion("0.0.2.0")]
[assembly: AssemblyVersion("0.0.3.0")]
[assembly: AssemblyFileVersion("0.0.3.0")]
6 changes: 3 additions & 3 deletions QobuzApiSharp/QobuzApiSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<description>$description$</description>
<projectUrl>https://github.com/DJDoubleD/QobuzApiSharp</projectUrl>
<repository type="git" url="https://github.com/DJDoubleD/QobuzApiSharp" />
<releaseNotes>Bugfix release to fix usage of X-App-Id header:
- Don't set X-App-Id header again for each request
- Also add X-App-Id default header when not spoofing Web Player
<releaseNotes>Bugfix release to fix Album JSON parse error:
- Add Area model object
- Add Period model object
</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Qobuz API c#</tags>
Expand Down

0 comments on commit b6713f4

Please sign in to comment.