From 665fdfc5d9f0d198cd21e27a2794492f5ac7e6fd Mon Sep 17 00:00:00 2001 From: Nabin Karki Thapa Date: Thu, 21 Mar 2019 19:03:02 +1100 Subject: [PATCH] 5.0.10 --- src/NToastNotify.csproj | 2 +- src/nuget-push.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NToastNotify.csproj b/src/NToastNotify.csproj index 3d7592e..db0e02e 100644 --- a/src/NToastNotify.csproj +++ b/src/NToastNotify.csproj @@ -4,7 +4,7 @@ Dot Net abstraction of javascript toastr to create toast notification on ASP.NET Core MVC Projects Nabin Karki Thapa NToastNotify - 5.0.9 + 5.0.10 Nabin Kakri Thapa https://github.com/nabinked/NToastNotify git diff --git a/src/nuget-push.ps1 b/src/nuget-push.ps1 index affa5a5..5cc3af0 100644 --- a/src/nuget-push.ps1 +++ b/src/nuget-push.ps1 @@ -8,5 +8,5 @@ dotnet pack -c Release --no-build -o .\temp-nuget-pack-folder if ([string]::IsNullOrEmpty($Env:nugetApiKey)) { throw "Nuget api key not found" } -dotnet nuget push .\temp-nuget-pack-folder\*.nupkg -k $Env:nugetApiKey -s "nuget.org" +dotnet nuget push .\temp-nuget-pack-folder\*.nupkg -k $Env:nugetApiKey -s "nuget.org" Remove-Item .\temp-nuget-pack-folder -r \ No newline at end of file