From 2d953a435f1cc44e2bfdc28bd99635aa2896d9e8 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Mon, 23 Mar 2026 12:17:17 +0100 Subject: [PATCH] `NetOfficeFw/nuget-login` action v2.0.0 release --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9255469..8878815 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This GitHub Action enables secure, passwordless authentication to NuGet servers ```yaml - name: NuGet Login - uses: NetOfficeFw/nuget-login@v1 + uses: NetOfficeFw/nuget-login@v2 id: nuget_auth with: user: my-nuget-username @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@v6 - name: NuGet Login - uses: NetOfficeFw/nuget-login@v1 + uses: NetOfficeFw/nuget-login@v2 id: nuget_auth with: user: my-nuget-username diff --git a/package-lock.json b/package-lock.json index ec53208..be830d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netofficefw/nuget-login-action", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@netofficefw/nuget-login-action", - "version": "1.1.0", + "version": "2.0.0", "dependencies": { "@actions/core": "^3.0.0", "@actions/http-client": "^4.0.0" diff --git a/package.json b/package.json index 3c5e129..4ce3ced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netofficefw/nuget-login-action", - "version": "1.1.0", + "version": "2.0.0", "main": "dist/index.js", "type": "module", "engines": {