From 4b324248de1b412e5db470b282d044c73e23bfe5 Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Tue, 15 Aug 2023 22:17:58 +0300 Subject: [PATCH 1/2] docs: add more example usages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a307dc2..dafb9045 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,4 @@ dotnet test --configuration Release --filter 'TestCategory=Completed' ## Example Usages - https://github.com/SonarSource/sonar-dotnet/pull/2072 - https://github.com/microsoft/component-detection/pull/634 +- https://github.com/microsoft/onefuzz/pull/3314 From 652f4155ce05c25f526fcdd9aaf2911100233993 Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Tue, 15 Aug 2023 22:20:07 +0300 Subject: [PATCH 2/2] Update README.md add @TheCakeIsNaOH https://github.com/chocolatey/choco/pull/2908 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dafb9045..cae6905b 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,4 @@ dotnet test --configuration Release --filter 'TestCategory=Completed' - https://github.com/SonarSource/sonar-dotnet/pull/2072 - https://github.com/microsoft/component-detection/pull/634 - https://github.com/microsoft/onefuzz/pull/3314 +- https://github.com/chocolatey/choco/pull/2908