Skip to content

Commit

Permalink
Correct version update & prepare nuget publication
Browse files Browse the repository at this point in the history
Update to version 0.0.2 instead of 0.0.1.1
  • Loading branch information
DJDoubleD committed Apr 20, 2023
1 parent 023f112 commit 2df21da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.1.1")]
[assembly: AssemblyFileVersion("0.0.1.1")]
[assembly: AssemblyVersion("0.0.2.0")]
[assembly: AssemblyFileVersion("0.0.2.0")]
5 changes: 4 additions & 1 deletion QobuzApiSharp/QobuzApiSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<description>$description$</description>
<projectUrl>https://github.com/DJDoubleD/QobuzApiSharp</projectUrl>
<repository type="git" url="https://github.com/DJDoubleD/QobuzApiSharp" />
<releaseNotes>Initial release.</releaseNotes>
<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>
<copyright>$copyright$</copyright>
<tags>Qobuz API c#</tags>
<readme>docs\README.md</readme>
Expand Down

0 comments on commit 2df21da

Please sign in to comment.