Updated nuget script.
This commit is contained in:
parent
12f3561c6e
commit
f7b26a4055
@ -1,4 +1,5 @@
|
||||
$apiKey = Read-Host "Please enter your nuget api key"
|
||||
Get-ChildItem -File -Filter SteamStorefrontAPI.*nupkg | Remove-Item -Force
|
||||
nuget pack .\SteamStorefrontAPI\SteamStorefrontAPI.csproj -Symbols -Prop Configuration=Release
|
||||
nuget push SteamStorefrontAPI.*.nupkg -ApiKey $apiKey -source nuget.org
|
||||
nuget push SteamStorefrontAPI.*.symbols.nupkg -ApiKey $apiKey -source https://nuget.smbsrc.net/
|
||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.1.0")]
|
||||
[assembly: AssemblyVersion("1.0.2.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user