Skip to content

Commit

Permalink
Merge pull request #34 from nunit/release-3.7.0
Browse files Browse the repository at this point in the history
Prepare for 3.7.0 release
  • Loading branch information
CharliePoole authored Aug 30, 2021
2 parents 0ecf42d + 756004f commit b4c9a84
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
NUnit Project Loader Extension 3.7 - August 29, 2021

No new features or bug fixes but includes changes in the build script
to facilitate moving to the next major version of the extension, v4.0.

This is expected to be the final release of the 3.x series.

Issues Resolved

* 17 Add functional package tests to build
* 18 Automate publication of packages
* 20 Update Cake version and get build working again
* 23 Refactor Cake scripts
* 33 Specify console versions for each test separately

NUnit Project Loader Extension 3.6 - July 28, 2017

Fixes several packaging errors and adds a new chocolatey package. Runners and engines
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Charlie Poole
Copyright (c) 2016-2021 Charlie Poole

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions nunit-project-loader.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
CHANGES.txt = CHANGES.txt
FailingAssembly.nunit = FailingAssembly.nunit
GitVersion.yml = GitVersion.yml
LICENSE.txt = LICENSE.txt
nunit-project-loader.nuspec = nunit-project-loader.nuspec
PassingAssembly.nunit = PassingAssembly.nunit
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cake", "cake", "{1E689680-AB9D-497E-8FC3-B541A9A24EEC}"
Expand Down

0 comments on commit b4c9a84

Please sign in to comment.