From 0d96a4e888a0c91b8dbcb05b78b4145dd7c5d71e Mon Sep 17 00:00:00 2001 From: Lex Li Date: Mon, 24 Oct 2022 01:39:12 -0400 Subject: [PATCH] Switched to latest source URL. --- dist.publish2nugetdotorg.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.publish2nugetdotorg.bat b/dist.publish2nugetdotorg.bat index 71b40d93..13b051d2 100644 --- a/dist.publish2nugetdotorg.bat +++ b/dist.publish2nugetdotorg.bat @@ -1,2 +1,2 @@ .\nuget.exe update /self -for %%f in (.\*.nupkg) do .\nuget.exe push %%f -Source https://www.nuget.org/api/v2/package +for %%f in (.\*.nupkg) do .\nuget.exe push %%f -Source https://api.nuget.org/v3/index.json