Skip to content

Latest commit

 

History

History
125 lines (69 loc) · 2.44 KB

File metadata and controls

125 lines (69 loc) · 2.44 KB

Changelog

2.9.306

update infrastructure and xUnit analyzers / runner

2.9.305

target .NET 4.7.2 and .NET 8.0, 'best-effort' support for netstandard 2.0

2.9.304

multi-target .NET 4.7.2 and .NET 6.0

2.9.303

multi-target .NET 4.7.2 and .NET 8.0

2.9.302

add strong name by @thomaslevesque

2.9.301

update infrastructure and xUnit runner

2.9.300

2.9.200

xUnit 2.9.2

2.9.2

cleanup suppressions (mostly)

2.9.1

support injecting ITestOutputHelper (with some Gotchas)

2.9.0

2.8.100

2.8.1

  • support default parameters
  • bump source dependencies

2.8.0

2.7.100

2.7.0

  • xUnit 2.7.0
  • update infrastructure (GH actions, test dependencies)

2.6.600

  • xUnit 2.6.6
  • update infrastructure (xUnit now internal, removed Xunit.XunitAssert)

2.6.500

xUnit 2.6.5

2.6.300

xUnit 2.6.3

2.6.201

  • Deterministic build
  • use global.json .NET version for CI

2.6.200

2.5.100

xUnit 2.5.1

2.5.3

  • platform independent execution dll
  • use locked-mode restore in CI

2.5.2

Infrastructure maintenance release

2.5.1

Fixed running tests from VS Test Explorer

2.5.0

Updated to xunit.core 2.5.0

2.4.200

  • Updated to xunit.core 2.4.2
  • Removed desktop (net462) specifics

2.4.100

First version, for easier migration. Based on xBehave.net