Dotnet New Nunit Versions Save

Project is being maintained by the .NET Team now

v1.6.1

5 years ago

v1.6.0

5 years ago
  • add new --framework supported parameters:
    • .NET Core 2.2 version netcoreapp2.2
    • .NET Core 3.0 version netcoreapp3.0
    • .NET Framework 4.8 version net48
  • update all project templates to default to .NET Core 2.2 (netcoreapp2.2). Other frameworks can still be selected with the --framework command line option.
  • update nunit dependency to v3.11.0
  • update NUnit3TestAdapter dependency to v3.11.0
  • update Microsoft.NET.Test.Sdk dependency to v15.9.0

v1.5.3

5 years ago

v1.5.2

5 years ago
  • open UnitTest.cs file when project created in Visual Studio (thanks to @jmarolf, #14)
  • update Microsoft.NET.Test.Sdk dependency to v15.8.0

v1.5.1

5 years ago

fixing regression #11

v1.5.0

5 years ago
  • add net472 framework parameter
  • update Microsoft.NET.Test.Sdk dependency to v15.7.2
  • add item templates

v1.4.0

6 years ago
  • update nunit dependency to v3.10.1
  • update NUnit3TestAdapter dependency to v3.10.0
  • update Microsoft.NET.Test.Sdk dependency to v15.6.1
  • add new --framework supported parameters:
    • .NET Framework versions (net35, net40, net45, net451, net452, net46, net461, net462, net47, net471)
    • .NET Core 2.1 (netcoreapp2.1)
  • add CI using travis-ci (linux, mac osx) and appveyor-ci (windows)