Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Feb 15, 2024
1 parent 13bb60b commit d806fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xunit.nuspec
Expand Up @@ -19,7 +19,7 @@ Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.<
<dependencies>
<dependency id="xunit.core" version="[$PackageVersion$]" />
<dependency id="xunit.assert" version="$PackageVersion$" />
<dependency id="xunit.analyzers" version="1.10.0" />
<dependency id="xunit.analyzers" version="1.11.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion version.json
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.6.7-pre.{height}",
"version": "2.7.0",
"nuGetPackageVersion": {
"semVer": 2
},
Expand Down

0 comments on commit d806fa1

Please sign in to comment.