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

Commit

Permalink
adjust version on nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
halex2005 committed Oct 25, 2019
1 parent 8a34706 commit bd52090
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
25 October 2019, 1.7.0
----------------------

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

23 October 2019, 1.6.4
----------------------

Expand Down
4 changes: 3 additions & 1 deletion nunit-template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>NUnit3.DotNetNew.Template</id>
<title>NUnit 3 template for dotnet-new</title>
<version>1.6.4</version>
<version>1.7.0</version>
<description>Project and item templates containing basic NUnit 3 Test Project.</description>
<tags>NUnit dotnet core</tags>
<authors>akharlov</authors>
Expand All @@ -19,6 +19,8 @@
- NUnit v3.12.0
- NUnit3TestAdapter v3.15.1
- Microsoft.NET.Test.Sdk v16.3.0
- 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.
</releaseNotes>
</metadata>
<files>
Expand Down

0 comments on commit bd52090

Please sign in to comment.