Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Releases: TestCentric/TestCentric.Extensibility

TestCentric Extensibility 3.2.0

02 Aug 09:38
1d08661

Choose a tag to compare

As part of this release we had 2 issues closed.

Bug

  • #55 Extension throwing in constructor should be reported clearly and flagged.

Enhancement

  • #56 Port changes from NUnit

SHA256 Hashes of the release artifacts

  • bc3206fd0fa4b4aa35f6d997f7d63cda762acde731ed864568772d55160f0cf9 TestCentric.Extensibility.3.2.0.nupkg
  • 85856deb785c1ca54066d56989a7d6f0ab8d92ae584305d1108de964b11063bf TestCentric.Extensibility.Api.3.2.0.nupkg

TestCentric Extensibility 3.1.0

17 Jul 09:19
151abde

Choose a tag to compare

As part of this release we had 4 issues closed.

Bug

  • #51 Get tests working for the .NetStandard 2.0 build

Build

  • #26 Add source package

Documentation

  • #34 Package has incorrect README file

Enhancement

  • #49 Modify signature of FindExtensionPoints and FindExtensions

SHA256 Hashes of the release artifacts

  • 46d2d0e21bb169ddfa28676fe3ce3eae9d3f16854ff0532eeef3814160952f34 TestCentric.Extensibility.3.1.0.nupkg
  • 121ab6dbf1a492f6bfb09009aa2a5c2fc628e9fe2af87aa8ed77d69c77e12153 TestCentric.Extensibility.Api.3.1.0.nupkg

TestCentric Extensibility 3.0.2

14 Oct 11:27

Choose a tag to compare

As part of this release we had 1 issue closed.

Build

  • #47 Update CI workflow

SHA256 Hashes of the release artifacts

  • 77e33836da3a1b93d1750d25e03fbd5a9787fb1509db4c0da74197ec8d353921 TestCentric.Extensibility.3.0.2.nupkg
  • 085661ddb200475d697d0cd0007741ccbbd7f482b0ffa339f4cd94be04fee691 TestCentric.Extensibility.Api.3.0.2.nupkg

TestCentric Extensibility 3.0.1

12 Oct 14:45
0f61979

Choose a tag to compare

As part of this release we had 1 issue closed.

Build

  • !46 Add CI Workflow

SHA256 Hashes of the release artifacts

  • 330a3827c83ca205a73a4a426129a13742936a5e23667be8c1316f8c98ac4111 TestCentric.Extensibility.3.0.1.nupkg
  • 11117c6b227451751974e5f78ddfbc530be23de18da9f6f3cba683a148861cad TestCentric.Extensibility.Api.3.0.1.nupkg

TestCentric Extensibility 3.0.0

25 Feb 19:54
cc74fa8

Choose a tag to compare

As part of this release we had 22 commits which resulted in 3 issues being closed.

Breaking Change

  • #30 Change Assembly name to TestCentric.Extensibility

Build

  • #38 Use version 1.1.0 of TestCentric.Cake.Recipe
  • #40 Update to use latest references...

TestCentric Extensibility 2.0.0

21 Oct 17:34
05d998e

Choose a tag to compare

As part of this release we had 10 issues closed.

Breaking Changes

  • #5 Switch to use version of the assembly being extended rather than NUnit for min version checks
  • #7 Eliminate use of NUnitEngineException by ExtensionManager
  • #11 Remove all references to NUnit.Engine

Bugs

  • #1 Minimum engine version value may cause crash
  • #8 Restore Initialize method

Build

  • #12 Move InternalTrace and related logging classes to a separate project

Features

  • #2 Update to handle arbitrarily named extension assemblies
  • #4 Provide a parameter to specify path prefix for TypeExtensionPoints
  • #14 Create an Api assembly for extensibility interfaces and attributes
  • #17 Handle extensions written for NUnit