Skip to content

Commit

Permalink
5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nabinked committed Mar 21, 2019
1 parent 77fff3e commit 665fdfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NToastNotify.csproj
Expand Up @@ -4,7 +4,7 @@
<Description>Dot Net abstraction of javascript toastr to create toast notification on ASP.NET Core MVC Projects</Description>
<Copyright>Nabin Karki Thapa</Copyright>
<AssemblyTitle>NToastNotify</AssemblyTitle>
<VersionPrefix>5.0.9</VersionPrefix>
<VersionPrefix>5.0.10</VersionPrefix>
<Authors>Nabin Kakri Thapa</Authors>
<PackageProjectUrl>https://github.com/nabinked/NToastNotify</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion src/nuget-push.ps1
Expand Up @@ -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

0 comments on commit 665fdfc

Please sign in to comment.