Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# [vNext]

* Renamed to Reqnroll for Visual Studio 2022 & 2026 #136

## Improvements:

## Bug fixes:

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

# v2025.2.359 - 2025-10-22

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<ReqnrollPackageDisplayName>Reqnroll for Visual Studio 2022</ReqnrollPackageDisplayName>
<ReqnrollPackageDisplayName>Reqnroll for Visual Studio 2022 &amp; 2026</ReqnrollPackageDisplayName>
</PropertyGroup>

<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Reqnroll is a .NET port of [Cucumber](https://cucumber.io/) and it is based on t

The Reqnroll Visual Studio extension supports the following Visual Studio versions:

* [Visual Studio 2022 (Community, Professional, Enterprise)](https://go.reqnroll.net/vs2022-extension)
* [Visual Studio 2022 & 2026 (Community, Professional, Enterprise)](https://go.reqnroll.net/vs2022-extension)

The extension can be used for the following frameworks:

Expand Down Expand Up @@ -42,4 +42,4 @@ Reqnroll for VisualStudio is licensed under the [BSD 3-Clause License](LICENSE).

Copyright (c) 2024 Reqnroll

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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void CheckForSpecFlowExtension()
{
_compatibilityAlertShown = true;
_ideScope.Actions.ShowProblem(
$"We detected that both the 'Reqnroll for Visual Studio 2022' and the 'SpecFlow for Visual Studio 2022' extension have been installed in this Visual Studio instance.{Environment.NewLine}For the proper behavior you need to uninstall or disable one of these extensions in the 'Extensions / Manage Extensions' dialog.");
$"We detected that both the 'Reqnroll for Visual Studio' and the 'SpecFlow for Visual Studio' extension have been installed in this Visual Studio instance.{Environment.NewLine}For the proper behavior you need to uninstall or disable one of these extensions in the 'Extensions / Manage Extensions' dialog.");

}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class WelcomeDialogViewModel : WizardViewModel
public const string TROUBLESHOOTING_TEXT = """
# Troubleshooting Tips

Reqnroll for Visual Studio 2022 is still new, so there might be some glitches, but **we are eager to hear about your feedback**.
Reqnroll for Visual Studio 2022 & 2026 is still new, so there might be some glitches, but **we are eager to hear about your feedback**.

* If you are in trouble, you should first check the **Reqnroll pane of the Output Window**.
You can open it by choosing *View / Output* from the Visual Studio menu and switch
Expand Down
Loading