UNPKG

jquery-toad

Version:

jQuery TOAD - O velho e querido jQuery

15 lines (10 loc) 275 B
Operações com NUGET =================== ## pack ```powershell .\build\nuget.exe pack -OutputDirectory dist ``` # push ```powershell .\build\nuget.exe push .\dist\jquery-toad.${version}.nupkg -source https://api.nuget.org/v3/index.json -apikey ${api} ```