diff --git a/_pages/about.md b/_pages/about.md index 787455b..d71c198 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -9,7 +9,7 @@ image: assets/images/reqnroll-logo-bubbles.jpg Reqnroll enables writing executable specifications for BDD using [Gherkin](https://cucumber.io/docs/gherkin/), the widely-accepted _feature file_ specification format. With that you can define the requirements using _Given-When-Then_ style _scenarios_ and turn them to automated tests in order to verify their implementation. -Reqnroll works on all major operating systems (Windows, Linux, macOS), on all commonly used .NET implementations (including .NET Framework 4.6.2+ and .NET 8.0). For executing the automated scenarios, Reqnroll can use [MsTest](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-mstest), [NUnit](https://nunit.org/) or [xUnit](https://xunit.net/). You can work on Reqnroll projects using Visual Studio 2022, Visual Studio Core and Rider, but you can also use Reqnroll without any IDE. +Reqnroll works on all major operating systems (Windows, Linux, macOS), on all commonly used .NET implementations (including .NET Framework 4.6.2+ and .NET 8.0). For executing the automated scenarios, Reqnroll can use [MsTest](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-mstest), [NUnit](https://nunit.org/) or [xUnit](https://xunit.net/). You can work on Reqnroll projects using Visual Studio 2022, Visual Studio Code and Rider, but you can also use Reqnroll without any IDE. The Reqnroll project has been initiated by Gaspar Nagy, the creator and main contributor of SpecFlow. Gaspar's company, [Spec Solutions](https://www.specsolutions.eu/) has been sponsoring his efforts, but **Reqnroll is an independent project that is owned and supported by the community**. The legal assets of the project are going to be transferred to a foundation, but Gaspar is committed to keep working on the project. @@ -43,4 +43,4 @@ To discuss, ideas, comments, feedback about the project sustainability strategy ## Contact -Please check out our [contact page]({{ site.url }}/contact/) for details. \ No newline at end of file +Please check out our [contact page]({{ site.url }}/contact/) for details.