From f95e6abd461f303303ba617cdfdadbe3b85bcb2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:48:29 +0200 Subject: [PATCH 1/3] chore(deps): update dependency nunit3testadapter to 4.6.0 (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/NuGetUtility.Test/NuGetUtility.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/NuGetUtility.Test/NuGetUtility.Test.csproj b/tests/NuGetUtility.Test/NuGetUtility.Test.csproj index b6094084..a8ced93d 100644 --- a/tests/NuGetUtility.Test/NuGetUtility.Test.csproj +++ b/tests/NuGetUtility.Test/NuGetUtility.Test.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From a63ed68e181fda0e2e7dce19ea104fd3063f74b5 Mon Sep 17 00:00:00 2001 From: Simon Ensslen Date: Tue, 17 Sep 2024 12:31:06 +0200 Subject: [PATCH 2/3] Correct typo --- src/NuGetUtility/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NuGetUtility/Program.cs b/src/NuGetUtility/Program.cs index 280170d6..52087973 100644 --- a/src/NuGetUtility/Program.cs +++ b/src/NuGetUtility/Program.cs @@ -1,4 +1,4 @@ -// Licensed to the projects contributors. +// Licensed to the projects contributors. // The license conditions are provided in the LICENSE file located in the project root using System.Collections.Immutable; @@ -95,7 +95,7 @@ public class Program [Option(LongName = "target-framework", ShortName = "f", - Description = "This option allows to select a Target framework mockier (https://learn.microsoft.com/en-us/dotnet/standard/frameworks) for which to analyze dependencies.")] + Description = "This option allows to select a Target framework moniker (https://learn.microsoft.com/en-us/dotnet/standard/frameworks) for which to analyze dependencies.")] public string? TargetFramework { get; } = null; private static string GetVersion() From fe7de37516e532483113980a82d14c2625823914 Mon Sep 17 00:00:00 2001 From: Simon Ensslen Date: Tue, 17 Sep 2024 12:31:49 +0200 Subject: [PATCH 3/3] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15cdf2b7..e2110893 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Usage: nuget-license [options] | `-err\|--error-only` | If this option is set and there are license validation errors, only the errors are returned as result. Otherwise all validation results are always returned. | | `-include-ignored\|--include-ignored-packages` | If this option is set, the packages that are ignored from validation are still included in the output. | | `-exclude-projects\|--exclude-projects-matching ` | This option allows to specify project name(s) to exclude from the analysis. This can be useful to exclude test projects from the analysis when supplying a solution file as input. Wildcard characters (*) are supported to specify ranges of ignored projects. The input can either be a file name containing a list of project names in json format or a plain string that is then used as a single entry. | -| `-f\|--target-framework ` | This option allows to select a Target framework mockier (https://learn.microsoft.com/en-us/dotnet/standard/frameworks) for which to analyze dependencies. | +| `-f\|--target-framework ` | This option allows to select a Target framework moniker (https://learn.microsoft.com/en-us/dotnet/standard/frameworks) for which to analyze dependencies. | | `-?\|-h\|--help` | Show help information. | ## Example tool commands