Skip to content

Commit

Permalink
Merge pull request #484 from nunit/chore/bump-version
Browse files Browse the repository at this point in the history
chore: Bump version to 3.5 (2.5
  • Loading branch information
mikkelbu authored Oct 23, 2022
2 parents 13695ea + 4da72d5 commit ea69200
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.4.0"
: "2.4.0";
? "3.5.0"
: "2.5.0";

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

0 comments on commit ea69200

Please sign in to comment.