From 4b3bab48b5e7f6af7f7bd1425bbcf1ad75002dbc Mon Sep 17 00:00:00 2001 From: lmvysakh Date: Thu, 13 Aug 2026 16:06:29 +0530 Subject: [PATCH 1/3] Documentation updation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 264b7db05..ef9dd3c99 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ This action sets up a [.NET CLI](https://github.com/dotnet/sdk) environment for use in actions by: -- optionally downloading and caching a version(s) of dotnet by SDK version(s) and adding to PATH +- optionally downloading and installing version(s) of the .NET SDK by version(s) and adding it to PATH +- optionally caching NuGet packages (via the cache input) - registering problem matchers for error output - setting up authentication to private package sources like GitHub Packages From a44eefca08476d93dab24bb691c5e281b388c6a2 Mon Sep 17 00:00:00 2001 From: lmvysakh Date: Fri, 14 Aug 2026 13:25:50 +0530 Subject: [PATCH 2/3] doc update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ef9dd3c99..9773da052 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ This action sets up a [.NET CLI](https://github.com/dotnet/sdk) environment for use in actions by: -- optionally downloading and installing version(s) of the .NET SDK by version(s) and adding it to PATH -- optionally caching NuGet packages (via the cache input) +- optionally downloading and installing version(s) of dotnet by SDK version(s) and adding to PATH - registering problem matchers for error output - setting up authentication to private package sources like GitHub Packages From e0986461227506d66eee4fd78631fcd82de2ed02 Mon Sep 17 00:00:00 2001 From: lmvysakh Date: Wed, 19 Aug 2026 15:20:33 +0530 Subject: [PATCH 3/3] Documentation updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9773da052..dd73e9ea7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This action sets up a [.NET CLI](https://github.com/dotnet/sdk) environment for use in actions by: -- optionally downloading and installing version(s) of dotnet by SDK version(s) and adding to PATH +- optionally download and install the requested .NET SDK version(s) and add them to the PATH - registering problem matchers for error output - setting up authentication to private package sources like GitHub Packages