Skip to content

Commit

Permalink
Fix: Project and Package references of Reqnroll.Verify are inconsiste…
Browse files Browse the repository at this point in the history
…nt. (#446)
  • Loading branch information
gasparnagy committed Feb 11, 2025
1 parent 4fd4af6 commit 5d4dd68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* Fix: Error with NUnit 4: "Only static OneTimeSetUp and OneTimeTearDown are allowed for InstancePerTestCase mode" (#379)
* Fix: Reqnroll.Autofac: FeatureContext cannot be resolved in BeforeFeature/AfterFeature hooks (#340)
* Fix: Attempting to set the `ConcurrentObjectResolutionTimeout` value on the `ObjectContainer` to `TimeSpan.Zero` sometimes throws an exception if running multiple tests in parallel. (#440)
* Fix: Project and Package references of Reqnroll.Verify are inconsistent. (#446)

*Contributors of this release (in alphabetical order):* @Antwane, @clrudolphi, @gasparnagy, @obligaron, @olegKoshmeliuk, @SeanKilleen, @StefH

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
<title>Reqnroll.Verify</title>
<authors>$author$</authors>
<owners>$owner$</owners>
<description>Package to use Verify with Reqnroll</description>
<summary>Package to use Verify with Reqnroll</summary>
<description>Package to use Verify.Xunit with Reqnroll</description>
<summary>Package to use Verify.Xunit with Reqnroll</summary>
<language>en-US</language>
<projectUrl>https://www.reqnroll.net</projectUrl>
<repository type="git" url="https://github.com/reqnroll/Reqnroll.git" branch="$branch$" commit="$commit$" />
<icon>images\reqnroll-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">BSD-3-Clause</license>
<tags>reqnroll verify</tags>
<tags>reqnroll verify xunit</tags>
<copyright>$copyright$</copyright>

<dependencies>
<group targetFramework="net472">
<dependency id="Reqnroll" version="$CompatibilityVersionRange$" />
<dependency id="Verify" version="24.2.0" />
<dependency id="Verify.Xunit" version="24.2.0" />
</group>
<group targetFramework="net6.0">
<dependency id="Reqnroll" version="$CompatibilityVersionRange$" />
<dependency id="Verify" version="24.2.0" />
<dependency id="Verify.Xunit" version="24.2.0" />
</group>
</dependencies>

Expand Down

0 comments on commit 5d4dd68

Please sign in to comment.