Skip to content

Commit

Permalink
Merge branch 'main' into scenario-level-parallel-prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy authored Oct 14, 2024
2 parents 89760f7 + cda0318 commit ba07c63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

## Bug fixes:

*Contributors of this release (in alphabetical order):* @gasparnagy, @obligaron

# v2.1.1 - 2024-10-08

## Bug fixes:

* Fix: Rule Backgounds cause External Data Plugin to fail (#119, #271)
* Fix: VersionInfo class might provide the version of the runner instead of the version of Reqnroll (#248)
* Fix: Reqnroll.CustomPlugin NuGet package has a version mismatch for the System.CodeDom dependency (#244)
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>
<VersionPrefix>2.1.1</VersionPrefix>
<VersionPrefix>2.1.2</VersionPrefix>
<VersionSuffix>local</VersionSuffix>
<AssemblyVersion>2.0.0</AssemblyVersion>
<CompatibilityVersionUpperRange>3</CompatibilityVersionUpperRange>
Expand Down
2 changes: 1 addition & 1 deletion docs/ide-integrations/vscode/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reqnroll Visual Studio integration
# Reqnroll Visual Studio Code integration

For setting up Reqnroll Visual Studio Code integration using the VSCode Cucumber plugin, please check the related [Setup Visual Studio Code](../../installation/setup-ide.md#setup-vscode) section of our IDE setup guide.

Expand Down

0 comments on commit ba07c63

Please sign in to comment.