Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Releases: nunit/dotnet-new-nunit

v1.9.0 .NET 6.0 Support

31 Mar 14:15
5007c6d
Compare
Choose a tag to compare
  • Add .NET 6.0 and make the default
  • update NUnit3TestAdapter to v4.2.1 on .NET Core 2.1+
  • update NUnit to v3.13.3
  • update Microsoft.NET.Test.Sdk to v7.1.0 on .NET 6.0+
  • Removed EOL .NET Core versions

use `net5.0` instead of `netcoreapp5.0`

15 Apr 08:54
2171f45
Compare
Choose a tag to compare

Replaced netcoreapp5.0 to net5.0 due to changes in 5.0.100-preview.2.20176.6 version of .NET Core SDK (#38)

v1.8.0: Merge pull request #37 from halex2005/net5support

27 Mar 07:37
8f33cdf
Compare
Choose a tag to compare
  • add new --framework supported parameters:
    • netcoreapp5.0

Update Dependencies

16 Mar 07:40
21dea15
Compare
Choose a tag to compare
  • update NUnit3TestAdapter to v3.16.1 (supported for .NET Core 2.1+)
  • update Microsoft.NET.Test.Sdk dependency to v16.5.0 (supported for .NET Core 2.0+)

v1.7.1: Merge pull request #33 from halex2005/master

12 Nov 11:40
a7ad8ce
Compare
Choose a tag to compare
  • update Microsoft.NET.Test.Sdk dependency to v16.4.0
  • fix condition to include latest version of Microsoft.NET.Test.Sdk for netcoreapp2 and higher

v1.6.5

12 Nov 11:35
Compare
Choose a tag to compare
  • update Microsoft.NET.Test.Sdk dependency to v16.4.0
  • fix condition to include latest version of Microsoft.NET.Test.Sdk for netcoreapp2 and higher

Add targeting to .NET Core 3.1

25 Oct 14:05
Compare
Choose a tag to compare
  • add new --framework supported parameters:
    • .NET Core 3.1 version netcoreapp3.1
  • update all project templates to default to .NET Core 3.1 (netcoreapp3.1). Other frameworks can still be selected with the --framework command line option.

Update Dependencies

25 Oct 11:02
Compare
Choose a tag to compare
  • update NUnit3TestAdapter to v3.15.1
  • update Microsoft.NET.Test.Sdk to v16.3.0

Note: Microsoft.NET.Test.Sdk v16.3.0 has dropped support for .NET Core 1., therefore, when you targeting .NET Core 1., you'll stay with Microsoft.NET.Test.Sdk to v16.2.0.

v1.6.3

06 Aug 09:02
Compare
Choose a tag to compare
  • update nunit dependency to v3.12.0
  • update Microsoft.NET.Test.Sdk dependency to v16.2.0
  • F# unit test templates are made module based instead of class based (thanks to @zanaptak, #27)

v1.6.2

09 Apr 10:05
Compare
Choose a tag to compare
  • fix default namespace based on project name
  • update NUnit3TestAdapter dependency to v3.13.0
  • update Microsoft.NET.Test.Sdk dependency to v16.0.1