From 74c3a01449b4d6bd2b36be586422bd50919efbba Mon Sep 17 00:00:00 2001 From: Cam Sinclair Date: Sat, 15 Aug 2020 19:27:30 -0400 Subject: [PATCH] 1.0.7 - Publish to github package --- build_nuget.bat | 4 ++++ src/ADLMidi.NET.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build_nuget.bat b/build_nuget.bat index 32498a0..06e8e7d 100644 --- a/build_nuget.bat +++ b/build_nuget.bat @@ -4,3 +4,7 @@ dotnet clean -c Release rm -rf .\bin dotnet build -c Release dotnet pack -c Release src\ADLMidi.NET.csproj +:: dotnet nuget add source https://nuget.pkg.github.com/csinkers/index.json -n github -u username -p token +:: dotnet nuget push "bin/Release/AdlMidi.NET.VERSION.nupkg" --source "github" +:: dotnet nuget push "bin/Release/AdlMidi.NET.VERSION.nupkg" --source nuget.org -k NUGET_KEY +:: dotnet nuget remove source github diff --git a/src/ADLMidi.NET.csproj b/src/ADLMidi.NET.csproj index 3e53bdf..eb3de1b 100644 --- a/src/ADLMidi.NET.csproj +++ b/src/ADLMidi.NET.csproj @@ -14,7 +14,7 @@ Git https://github.com/CSinkers/AdlMidi.NET true - 1.0.6 + 1.0.7