Skip to content

Commit

Permalink
Merge pull request #521 from nunit/chore/bump-version
Browse files Browse the repository at this point in the history
chore: Bump version to 3.7 (2.7)
  • Loading branch information
mikkelbu authored Feb 21, 2023
2 parents ec7c360 + daddf67 commit 0dda7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var isNetstandard16Build = targetFramework == "netstandard1.6";
var isNetstandard20Build = targetFramework == "netstandard2.0";

var version = isNetstandard20Build
? "3.6.0"
: "2.6.0";
? "3.7.0"
: "2.7.0";

var isAppveyor = BuildSystem.IsRunningOnAppVeyor;
var dbgSuffix = configuration == "Debug" ? "-dbg" : "";
Expand Down

0 comments on commit 0dda7a2

Please sign in to comment.