Skip to content

Commit

Permalink
1.0.7 - Publish to github package
Browse files Browse the repository at this point in the history
  • Loading branch information
csinkers committed Aug 15, 2020
1 parent 95a99b1 commit 74c3a01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build_nuget.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/ADLMidi.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/CSinkers/AdlMidi.NET</RepositoryUrl>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<version>1.0.6</version>
<version>1.0.7</version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 74c3a01

Please sign in to comment.