Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
set 8.0.1 in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
valdisiljuconoks committed Mar 5, 2024
1 parent b4d1dec commit 2f91ab0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
11 changes: 7 additions & 4 deletions push-packages.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# nuget setapikey .... -Source https://www.nuget.org/api/v2/package
# nuget setapikey .... -Source https://www.nuget.org/api/v2/symbolpackage

cd .\.nuget

.\nuget.exe push LocalizationProvider.AspNetCore.8.0.0.nupkg -source https://api.nuget.org/v3/index.json
.\nuget.exe push LocalizationProvider.AdminUI.AspNetCore.Csv.8.0.0.nupkg -source https://api.nuget.org/v3/index.json
.\nuget.exe push LocalizationProvider.AdminUI.AspNetCore.Xliff.8.0.0.nupkg -source https://api.nuget.org/v3/index.json
.\nuget.exe push LocalizationProvider.AdminUI.AspNetCore.8.0.0.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AspNetCore.8.0.1.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AdminUI.AspNetCore.Csv.8.0.1.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AdminUI.AspNetCore.Xliff.8.0.1.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AdminUI.AspNetCore.8.0.1.nupkg -source https://api.nuget.org/v3/index.json

cd ..\

0 comments on commit 2f91ab0

Please sign in to comment.