From f03d72c4a26323588e40e1982f1ba4d1878494c6 Mon Sep 17 00:00:00 2001 From: Christian Soltenborn Date: Sat, 29 Feb 2020 14:29:40 +0100 Subject: [PATCH] updated nuspec --- GoogleTestAdapter/Packaging.GTA/Packaging.GTA.csproj | 6 ++++-- GoogleTestAdapter/Packaging.GTA/VsPackage.nuspec | 11 ++++++++--- GoogleTestAdapter/Packaging.GTA/packages.config | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/GoogleTestAdapter/Packaging.GTA/Packaging.GTA.csproj b/GoogleTestAdapter/Packaging.GTA/Packaging.GTA.csproj index c80d781bc..d985aa810 100644 --- a/GoogleTestAdapter/Packaging.GTA/Packaging.GTA.csproj +++ b/GoogleTestAdapter/Packaging.GTA/Packaging.GTA.csproj @@ -91,7 +91,9 @@ PreserveNewest true - + + PreserveNewest + true PreserveNewest @@ -109,7 +111,7 @@ echo At least one file is needed within the lib/native folder to convince VS that our package can be installed into native C++ projects. >"$(TargetDir)_.txt" -$(NuGetPackages)NuGet.CommandLine.4.9.2\tools\nuget pack VsPackage.nuspec -NonInteractive +$(NuGetPackages)NuGet.CommandLine.5.4.0\tools\nuget pack VsPackage.nuspec -NonInteractive diff --git a/GoogleTestAdapter/Packaging.GTA/VsPackage.nuspec b/GoogleTestAdapter/Packaging.GTA/VsPackage.nuspec index 68ae49fd6..34259f355 100644 --- a/GoogleTestAdapter/Packaging.GTA/VsPackage.nuspec +++ b/GoogleTestAdapter/Packaging.GTA/VsPackage.nuspec @@ -11,11 +11,15 @@ en-US https://github.com/csoltenborn/GoogleTestAdapter https://github.com/csoltenborn/GoogleTestAdapter/raw/4e1957f62df47a2dad6b3e2fed1f790503cba399/GoogleTestAdapter/Packaging.GTA/Resources/gtest-logo.png - LICENSE.txt - false + gtest-logo.png + Apache-2.0 + false true - Copyright 2015-2019 Christian Soltenborn + Copyright 2015-2020 Christian Soltenborn native gtest Google Test adapter C++ unit integration automated testing + + + @@ -28,6 +32,7 @@ + \ No newline at end of file diff --git a/GoogleTestAdapter/Packaging.GTA/packages.config b/GoogleTestAdapter/Packaging.GTA/packages.config index 253b9b290..2c2d7e644 100644 --- a/GoogleTestAdapter/Packaging.GTA/packages.config +++ b/GoogleTestAdapter/Packaging.GTA/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file