Skip to content

Commit 9f793bd

Browse files
Update docs - .NET 10, TUnit, VS2026 (#138)
* Update copyright year and supported IDE versions * Update copyright year in README.md * Update CHANGELOG.md * Revise documentation update entry in CHANGELOG Updated documentation details for .NET 10, TUnit, and VS2026.
1 parent fb62e6a commit 9f793bd

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.marketplace/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Reqnroll is an open-source Cucumber-style BDD test automation framework for .NET
66

77
Reqnroll enables writing executable specifications for BDD using 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.
88

9-
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, NUnit or xUnit. Reqnroll projects can be authored using Visual Studio 2022, Visual Studio Core and Rider, but you can also use Reqnroll without any IDE.
9+
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+). For executing the automated scenarios, Reqnroll can use MsTest, NUnit, xUnit or TUnit. Reqnroll projects can be authored using Visual Studio 2022 and 2026, Visual Studio Core and Rider, but you can also use Reqnroll without any IDE.
1010

1111
Since Reqnroll is based on SpecFlow, you can use your SpecFlow knowledge to work with Reqnroll and it is also very easy to port an existing SpecFlow project to Reqnroll. You can check out our [detailed migration guide](https://go.reqnroll.net/guide-migrating-from-specflow).
1212

@@ -26,6 +26,6 @@ Read more on the [Reqnroll website](https://www.reqnroll.net).
2626

2727
Reqnroll is licensed under the [BSD-3-Clause license](https://go.reqnroll.net/license).
2828

29-
Copyright (c) 2024 Reqnroll
29+
Copyright (c) 2024-2025 Reqnroll
3030

31-
*The extension is built based on the [Deveroom for SpecFlow](https://github.com/specsolutions/deveroom-visualstudio) Visual Studio extension, created by Gaspar Nagy (Spec Solutions) and the [SpecFlow for Visual Studio 2022](https://github.com/SpecFlowOSS/SpecFlow.VS) extension, maintained by Tricentis.*
31+
*The extension is built based on the [Deveroom for SpecFlow](https://github.com/specsolutions/deveroom-visualstudio) Visual Studio extension, created by Gaspar Nagy (Spec Solutions) and the [SpecFlow for Visual Studio 2022](https://github.com/SpecFlowOSS/SpecFlow.VS) extension, maintained by Tricentis.*

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# [vNext]
22

3-
* Renamed to Reqnroll for Visual Studio 2022 & 2026 #136
3+
* Renamed to Reqnroll for Visual Studio 2022 & 2026 (#136)
44

55
## Improvements:
66

7+
* Update docs - .NET 10, TUnit, VS2026 (#138)
8+
79
## Bug fixes:
810

911
*Contributors of this release (in alphabetical order):* @304NotModified

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ All contributors are welcome! For more information see the [Contribution guideli
4040

4141
Reqnroll for VisualStudio is licensed under the [BSD 3-Clause License](LICENSE).
4242

43-
Copyright (c) 2024 Reqnroll
43+
Copyright (c) 2024-2025 Reqnroll
4444

4545
The extension is built based on the [Deveroom for SpecFlow](https://github.com/specsolutions/deveroom-visualstudio) Visual Studio extension, created by Gaspar Nagy (Spec Solutions) and the [SpecFlow for Visual Studio 2022](https://github.com/SpecFlowOSS/SpecFlow.VS) extension, maintained by Tricentis.

0 commit comments

Comments
 (0)