diff --git a/CONTRIB.md b/CONTRIB.md
index d11bf2f..201ea99 100644
--- a/CONTRIB.md
+++ b/CONTRIB.md
@@ -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.
\ No newline at end of file
diff --git a/src/SpotifyApi.NetCore/SpotifyApi.NetCore.csproj b/src/SpotifyApi.NetCore/SpotifyApi.NetCore.csproj
index 2c2c139..7f40434 100644
--- a/src/SpotifyApi.NetCore/SpotifyApi.NetCore.csproj
+++ b/src/SpotifyApi.NetCore/SpotifyApi.NetCore.csproj
@@ -4,7 +4,7 @@