Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 328 Bytes

how-to-pack.md

File metadata and controls

10 lines (8 loc) · 328 Bytes

How to Pack

To pack the SharpXMPP and publish it to NuGet, use the following command:

$ rm -r SharpXMPP.Shared/bin/Release
$ dotnet pack -c Release SharpXMPP.Shared
$ dotnet nuget push SharpXMPP.Shared/bin/Release/SharpXMPP.<version>.nupkg -k <NuGet API key> -s https://www.nuget.org/api/v2/package