From 67e507ba955fee2b3dbbb084a2ea527c8efd241f Mon Sep 17 00:00:00 2001 From: Daniel Larsen Date: Thu, 10 Jan 2019 21:43:53 +1300 Subject: [PATCH] Packing 2.3.8 --- CONTRIB.md | 4 ++-- src/SpotifyApi.NetCore/SpotifyApi.NetCore.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ SpotifyApi.NetCore Spotify Web API .NET Core Lightweight .NET Core client wrapper for the Spotify Web API - 2.3.7 + 2.3.8 Daniel Larsen and contributors Ringobot Copyright 2019 Daniel Larsen and contributors