Skip to content

Commit

Permalink
Updating libraries readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Feb 24, 2025
1 parent 3e5454d commit 4e6799c
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ The below table lists the different .NET libraries used in Orchard Core Commerce

| Library | Usage | Version | License |
|--- | --- | --- | --- |
| [Orchard Core](https://github.com/OrchardCMS/OrchardCore) | Modular and multi-tenant application framework. | 1.7.0 |[BSD-3-Clause](https://github.com/OrchardCMS/OrchardCore/blob/main/LICENSE) |
| [Shouldly](https://github.com/shouldly/shouldly) | Should testing for .NET | 4.1.0 |[BSD license](https://github.com/shouldly/shouldly/blob/master/LICENSE.txt) |
| [Stripe.net](https://github.com/shouldly/shouldly) | Portable class library for stripe.com | 40.4.0 |[Apache 2.0](https://github.com/shouldly/shouldly/blob/master/LICENSE.txt) |
| [Orchard Core](https://github.com/OrchardCMS/OrchardCore) | Modular and multi-tenant application framework. | 2.1.0 |[BSD-3-Clause](https://github.com/OrchardCMS/OrchardCore/blob/main/LICENSE) |
| [Shouldly](https://github.com/shouldly/shouldly) | Should testing for .NET | 4.2.1 |[BSD license](https://github.com/shouldly/shouldly/blob/master/LICENSE.txt) |
| [Stripe.net](https://github.com/shouldly/shouldly) | Portable class library for stripe.com | 44.13.0 |[Apache 2.0](https://github.com/shouldly/shouldly/blob/master/LICENSE.txt) |

The below table lists the different Tests libraries and code analyzers:

| Library | Usage | Version | License |
|--- | --- | --- | --- |
| [Lombiq.Analyzers](https://github.com/Lombiq/.NET-Analyzers) | .NET code analyzers and code convention settings | 3.0.0 | |
| [Lombiq.HelpfulLibraries.OrchardCore](https://github.com/Lombiq/Helpful-Libraries) | libraries that can be handy when developing for Orchard | 4.6.0 | [BSD-3-Clause](https://github.com/Lombiq/Helpful-Libraries/blob/dev/License.md) |
| [Lombiq.NodeJs.Extensions](https://github.com/Lombiq/.NET-Analyzers) | .NET code analyzers and code convention settings | 1.0.0-alpha.osoe-161.8 | [BSD-3-Clause](https://github.com/Lombiq/NodeJs-Extensions/blob/dev/License.md) |
| [Lombiq.Tests.UI](https://github.com/Lombiq/UI-Testing-Toolbox) | Web UI testing toolbox for Orchard Core applications with Selenium | 3.5.0 | [BSD-3-Clause](https://github.com/Lombiq/UI-Testing-Toolbox/blob/dev/License.md) |
| [Lombiq.Tests.UI.AppExtensions](https://github.com/Lombiq/UI-Testing-Toolbox) | Web UI testing toolbox for Orchard Core applications with Selenium | 3.5.0 | [BSD-3-Clause](https://github.com/Lombiq/UI-Testing-Toolbox/blob/dev/License.md) |
| [Lombiq.Tests.UI.Shortcuts](https://github.com/Lombiq/UI-Testing-Toolbox/tree/dev/Lombiq.Tests.UI.Shortcuts) | Web UI testing toolbox for Orchard Core applications with Selenium | 3.5.0 | [BSD-3-Clause](https://github.com/Lombiq/UI-Testing-Toolbox/blob/dev/License.md) |
| [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.3.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 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) |
| [Lombiq.Analyzers](https://github.com/Lombiq/.NET-Analyzers) | .NET code analyzers and code convention settings | 5.0.0 | [BSD-3-Clause](https://github.com/Lombiq/.NET-Analyzers/blob/dev/License.md) |
| [Lombiq.HelpfulLibraries](https://github.com/Lombiq/Helpful-Libraries) | libraries that can be handy when developing for Orchard | 12.1.0 | [BSD-3-Clause](https://github.com/Lombiq/Helpful-Libraries/blob/dev/License.md) |
| [Lombiq.NodeJs.Extensions](https://github.com/Lombiq/.NET-Analyzers) | .NET code analyzers and code convention settings | 2.1.1 | [BSD-3-Clause](https://github.com/Lombiq/NodeJs-Extensions/blob/dev/License.md) |
| [Lombiq.Tests.UI](https://github.com/Lombiq/UI-Testing-Toolbox) | Web UI testing toolbox for Orchard Core applications with Selenium | 12.1.0 | [BSD-3-Clause](https://github.com/Lombiq/UI-Testing-Toolbox/blob/dev/License.md) |
| [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.10.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.9.3 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) |
| [xUnit VS runner](https://github.com/xunit/visualstudio.xunit) | VSTest runner for xUnit.net. | 2.8.2 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |

0 comments on commit 4e6799c

Please sign in to comment.