Skip to content

Releases: nunit/nunit-project-loader

NUnit Project Loader 3.8.0

15 Jul 19:13
Compare
Choose a tag to compare

As part of this release we had 8 issues closed.

Bug

  • #54 NuGet description incorrect for project loader

Build

  • #56 Rename main branch to version4 and create a new main based on the 3.7.1 tag
  • #63 Clear log files as part of clean
  • #65 Invalid release notes link for NuGet package
  • #67 Standardize scripts across console and extension repos
  • #69 Update build to use newly created NUnit.Cake.Recipe

Features

  • #55 NUnit project loader requires nunit.engine.api to be present but nuget package does not provide it
  • #61 Add support for use by the .NET Core runner

Packages

There are two different packages available for the extension.

  • For a chocolatey install: nunit-extension-nunit-v2-result-writer.3.8.0.nupkg
  • For a nuget install: NUnit.Extension.NUnitV2ResultWriter.3.8.0.nupkg
You may also download the extension from chocolatey.org or nuget.org.

SHA256 Hashes of the release artifacts

  • 00d97cb9d4b4bade9b6d6fd497bef9ddc320e01a457971a98172c377913cca87 NUnit.Extension.NUnitProjectLoader.3.8.0.nupkg
  • ba794f60c705fe756aaba1dc8ea349d03fa583ffbcb426f1d263e2698797bdb4 nunit-extension-nunit-project-loader.3.8.0.nupkg

NUnit Project Loader Extension 3.7.1

17 Sep 20:33
0b99a41
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

This release serves as a final test of our build automation. There are no changes other than those related to the build.

Build

  • #41 Automate the GitHub release process
  • #38 Standardize build scripts for extensions
  • #37 Change default branch from master to main
  • #35 Update Cake to version 1.2.0

Packages

There are two different packages available for the extension.

  • For a chocolatey install: nunit-extension-nunit-v2-result-writer.3.7.1.nupkg
  • For a nuget install: NUnit.Extension.NUnitV2ResultWriter.3.7.1.nupkg
You may also download the extension from chocolatey.org or nuget.org.

SHA256 Hashes of the release artifacts

  • fff96c3eef858cee5381e061f91a6b8fb23ff4884d1d67e72990b1819d531170 NUnit.Extension.NUnitProjectLoader.3.7.1.nupkg
  • 210c156bbb544f910d346ccb83bf019efa1822a6c9fb51808789ef3888f70424 nunit-extension-nunit-project-loader.3.7.1.nupkg

NUnit Project Loader Extension v3.7

30 Aug 05:56
b4c9a84
Compare
Choose a tag to compare

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 v3.6

26 Jul 14:12
Compare
Choose a tag to compare

This release fixes some packaging errors and adds a new chocolatey package.

Note that there are two .nupkg files:

  • NUnit.Extension.NUnitProjectLoader.nupkg is the package for nuget installation.
  • nunit-extension-nunit-project-loader.nupkg is the package for chocolatey installation.

NUnit Project Loader Extension v3.5

06 Oct 00:41
Compare
Choose a tag to compare

This is the first release of the extension since splitting the extensions out to their own repository.