From 5c4f2c9f93b4b63b68a4447eadf93a03fd06e11f Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Mon, 27 Feb 2023 20:13:47 +0100 Subject: [PATCH] Fixes for issues #1065 and #1066 --- NUnit3TestAdapter.sln | 6 ++++++ build.cake | 4 ++-- nuget.config | 2 +- nuget/NUnit3TestAdapter.nuspec | 8 ++++---- src/NUnitTestAdapter/NUnit.TestAdapter.csproj | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/NUnit3TestAdapter.sln b/NUnit3TestAdapter.sln index 8dcaba4d..880d2f99 100644 --- a/NUnit3TestAdapter.sln +++ b/NUnit3TestAdapter.sln @@ -62,6 +62,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "netcoreapp3.1", "netcoreapp nuget\netcoreapp3.1\NUnit3TestAdapter.props = nuget\netcoreapp3.1\NUnit3TestAdapter.props EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{3D1159FD-FC4D-4750-87EA-F477B3912B3C}" + ProjectSection(SolutionItems) = preProject + images\nunit_256.png = images\nunit_256.png + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -101,6 +106,7 @@ Global {062B1763-73C8-4B5A-92DF-C66A36C43CE1} = {7CE30108-5D81-4850-BE6B-C8BCA35D3592} {7D708804-B2F1-4A31-A9FB-85A0C7433200} = {062B1763-73C8-4B5A-92DF-C66A36C43CE1} {2F940513-5B8F-45A5-A188-7C5D03D1B50D} = {DE347D88-F6ED-4031-AFC2-318F63E39BC9} + {3D1159FD-FC4D-4750-87EA-F477B3912B3C} = {7CE30108-5D81-4850-BE6B-C8BCA35D3592} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {8EF03474-188E-44A8-8C76-9FBCF9A382EC} diff --git a/build.cake b/build.cake index 3f90bd0b..bfc32646 100644 --- a/build.cake +++ b/build.cake @@ -12,8 +12,8 @@ var configuration = Argument("configuration", "Release"); // SET PACKAGE VERSION ////////////////////////////////////////////////////////////////////// -var version = "4.4.0"; -var modifier = ""; +var version = "4.4.1"; +var modifier = "-alpha.1"; var dbgSuffix = configuration.ToLower() == "debug" ? "-dbg" : ""; diff --git a/nuget.config b/nuget.config index 44d04257..485a6c6e 100644 --- a/nuget.config +++ b/nuget.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/nuget/NUnit3TestAdapter.nuspec b/nuget/NUnit3TestAdapter.nuspec index 7e7be88d..fe70321d 100644 --- a/nuget/NUnit3TestAdapter.nuspec +++ b/nuget/NUnit3TestAdapter.nuspec @@ -8,8 +8,8 @@ MIT https://docs.nunit.org/articles/vs-test-adapter/Index.html - images\nunit_256.png - README.md + nunit_256.png + docs\README.md false NUnit3 adapter for running tests in Visual Studio and DotNet. Works with NUnit 3.x, use the NUnit 2 adapter for 2.x tests. @@ -26,8 +26,8 @@ false - - + + diff --git a/src/NUnitTestAdapter/NUnit.TestAdapter.csproj b/src/NUnitTestAdapter/NUnit.TestAdapter.csproj index 6cd5423d..51689a32 100644 --- a/src/NUnitTestAdapter/NUnit.TestAdapter.csproj +++ b/src/NUnitTestAdapter/NUnit.TestAdapter.csproj @@ -24,7 +24,7 @@ - +