diff --git a/LICENSE.txt b/LICENSE.txt
index 97265c85..51926513 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2019 Charlie Poole, 2014-2019 Terje Sandstrom
+Copyright (c) 2011-2019 Charlie Poole, 2014-2020 Terje Sandstrom
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 0b164e4c..da2fd059 100644
--- a/README.md
+++ b/README.md
@@ -55,4 +55,5 @@ If you’re in the middle of a debugging session and realize you’d like to be
set breakpoints and watch variables, [follow these steps](https://github.com/nunit/docs/wiki/Adapter-Source-Stepping).
## Announcement
-From version 3.9 the NUnit3TestAdapter will stop supporting Visual Studio 2012 RTM (!), note only RTM, the later updates will still be supported fully. If you're using VS 2012 and want to update NUnit3TestAdapter, please update your Visual Studio RTM to any of the subsequent updates (Update 1-5)
+* From version 3.9 the NUnit3TestAdapter will stop supporting Visual Studio 2012 RTM (!), note only RTM, the later updates will still be supported fully. If you're using VS 2012 and want to update NUnit3TestAdapter, please update your Visual Studio RTM to any of the subsequent updates (Update 1-5)
+* From version 3.16 the NUnit3TestAdapter will stop supporting .net core 1
diff --git a/nuget/NUnit3TestAdapter.nuspec b/nuget/NUnit3TestAdapter.nuspec
index 060d9773..f881b7ea 100644
--- a/nuget/NUnit3TestAdapter.nuspec
+++ b/nuget/NUnit3TestAdapter.nuspec
@@ -19,9 +19,9 @@
The package works with Visual Studio 2012 and newer.
This release works with NUnit 3.0 and higher only. Also see https://github.com/nunit/docs/wiki/Adapter-Release-Notes
- Copyright (c) 2011-2019 Charlie Poole, 2014-2019 Terje Sandstrom
+ Copyright (c) 2011-2020 Charlie Poole, 2014-2020 Terje Sandstrom
en-US
- test visualstudio testadapter nunit nunit3
+ test visualstudio testadapter nunit nunit3 dotnet
true
diff --git a/src/NUnit.TestAdapter.Tests.Acceptance/NUnit.TestAdapter.Tests.Acceptance.csproj b/src/NUnit.TestAdapter.Tests.Acceptance/NUnit.TestAdapter.Tests.Acceptance.csproj
index 1bb4825f..cade2dba 100644
--- a/src/NUnit.TestAdapter.Tests.Acceptance/NUnit.TestAdapter.Tests.Acceptance.csproj
+++ b/src/NUnit.TestAdapter.Tests.Acceptance/NUnit.TestAdapter.Tests.Acceptance.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/src/NUnit3TestAdapterInstall/license.rtf b/src/NUnit3TestAdapterInstall/license.rtf
index c3a6e0ea..7e6caace 100644
Binary files a/src/NUnit3TestAdapterInstall/license.rtf and b/src/NUnit3TestAdapterInstall/license.rtf differ
diff --git a/src/NUnit3TestAdapterInstall/source.extension.vsixmanifest b/src/NUnit3TestAdapterInstall/source.extension.vsixmanifest
index 247989fd..c9c03383 100644
--- a/src/NUnit3TestAdapterInstall/source.extension.vsixmanifest
+++ b/src/NUnit3TestAdapterInstall/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
-
+
NUnit 3 Test Adapter
NUnit 3 adapter for running tests in Visual Studio. Works with NUnit 3.x.
For running NUnit 2 tests, use the NUnit 2 adapter.
diff --git a/src/NUnitTestAdapter/Properties/AssemblyInfo.cs b/src/NUnitTestAdapter/Properties/AssemblyInfo.cs
index 6aedab63..1e4fdadd 100644
--- a/src/NUnitTestAdapter/Properties/AssemblyInfo.cs
+++ b/src/NUnitTestAdapter/Properties/AssemblyInfo.cs
@@ -12,7 +12,7 @@
[assembly: AssemblyDescription("A package containing the NUnit 3 TestAdapter for Visual Studio 2012 onwards. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server.\r\n \r\nNote that this package ONLY contains the adapter, not the NUnit framework. You must also get the framework. You only need one such package for a solution. \r\n\r\nThe package works with Visual Studio 2012 and newer.\r\n")]
[assembly: AssemblyCompany("NUnit Project")]
[assembly: AssemblyProduct("NUnit3TestAdapter")]
-[assembly: AssemblyCopyright("Copyright © 2011-2019 Charlie Poole, 2014-2019 Terje Sandstrom")]
+[assembly: AssemblyCopyright("Copyright © 2011-2020 Charlie Poole, 2014-2020 Terje Sandstrom")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(false)]
diff --git a/src/NUnitTestAdapterTests/NUnit.TestAdapter.Tests.csproj b/src/NUnitTestAdapterTests/NUnit.TestAdapter.Tests.csproj
index a4834379..15985366 100644
--- a/src/NUnitTestAdapterTests/NUnit.TestAdapter.Tests.csproj
+++ b/src/NUnitTestAdapterTests/NUnit.TestAdapter.Tests.csproj
@@ -21,8 +21,8 @@
-
-
+
+