diff --git a/Push-nuget.ps1 b/Push-nuget.ps1 index 9ce2b79..32f580c 100644 --- a/Push-nuget.ps1 +++ b/Push-nuget.ps1 @@ -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/ diff --git a/SteamStorefrontAPI/Properties/AssemblyInfo.cs b/SteamStorefrontAPI/Properties/AssemblyInfo.cs index bd8d61e..a85b76d 100644 --- a/SteamStorefrontAPI/Properties/AssemblyInfo.cs +++ b/SteamStorefrontAPI/Properties/AssemblyInfo.cs @@ -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")]