Skip to content

Commit

Permalink
Packing 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLarsenNZ committed Jan 10, 2019
1 parent 8bc6629 commit 67e507b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIB.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Commit and push

Pack

dotnet pack src/SpotifyApi.NetCore
dotnet pack src/SpotifyApi.NetCore -c Release

Publish

dotnet nuget push .\src\SpotifyApi.NetCore\bin\Debug\SpotifyApi.NetCore.1.1.2.nupkg -k (api-key) -s https://api.nuget.org/v3/index.json
dotnet nuget push .\src\SpotifyApi.NetCore\bin\Release\SpotifyApi.NetCore.2.3.8.nupkg -k (api-key) -s https://api.nuget.org/v3/index.json

And then create a release label in Github.
2 changes: 1 addition & 1 deletion src/SpotifyApi.NetCore/SpotifyApi.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>SpotifyApi.NetCore</PackageId>
<Title>Spotify Web API .NET Core</Title>
<Description>Lightweight .NET Core client wrapper for the Spotify Web API</Description>
<Version>2.3.7</Version>
<Version>2.3.8</Version>
<Authors>Daniel Larsen and contributors</Authors>
<Company>Ringobot</Company>
<Copyright>Copyright 2019 Daniel Larsen and contributors</Copyright>
Expand Down

0 comments on commit 67e507b

Please sign in to comment.