From b4313e7287a466668e5d4a318ec8a7f94f51e1cf Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Mon, 5 Dec 2022 14:58:16 +0100 Subject: [PATCH] xunit.analyzers 1.1.0 (#12915) --- src/OrchardCore.Build/Dependencies.props | 2 +- src/docs/resources/libraries/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index 5872baf5fe8..0366b06afab 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -53,7 +53,7 @@ - + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 18929bc4c24..fd8bc881127 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -91,5 +91,5 @@ The below table lists the different Tests libraries: | [Cypress Orchard](https://www.npmjs.com/package/cypress-orchardcore) | A collection of cypress commands for Orchard Core. | 0.4.5 | MIT | | [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.4.0 | [MIT](https://github.com/microsoft/vstest/blob/master/LICENSE) | | [xUnit](https://github.com/xunit/xunit) | Free, open source, community-focused unit testing tool for the .NET Framework. | 2.4.2 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) | -| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.0.0 | [MIT](https://github.com/xunit/xunit.analyzers/blob/main/LICENSE) | +| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.1.0 | [MIT](https://github.com/xunit/xunit.analyzers/blob/main/LICENSE) | | [xUnit VS runner](https://github.com/xunit/visualstudio.xunit) | VSTest runner for xUnit.net. | 2.4.5 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |