From 435715d5385041fc42c056c7d9376189d887143a Mon Sep 17 00:00:00 2001 From: Kori Francis Date: Thu, 21 Mar 2019 11:55:53 -0400 Subject: [PATCH] Version bump --- .nuget/NuGet.targets | 136 ------------------ Source/ChargifyDotNet/ChargifyDotNet.csproj | 4 +- .../ChargifyNetSample.Web.vbproj | 7 - version.json | 2 +- 4 files changed, 3 insertions(+), 146 deletions(-) delete mode 100644 .nuget/NuGet.targets diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets deleted file mode 100644 index a29924a..0000000 --- a/.nuget/NuGet.targets +++ /dev/null @@ -1,136 +0,0 @@ - - - - $(MSBuildProjectDirectory)\..\ - - - true - - - false - - - false - - - true - - - - - - - - - - - $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) - $([System.IO.Path]::Combine($(ProjectDir), "packages.config")) - - - - - $(SolutionDir).nuget - packages.config - - - - - $(NuGetToolsPath)\NuGet.exe - @(PackageSource) - - "$(NuGetExePath)" - mono --runtime=v4.0.30319 $(NuGetExePath) - - $(TargetDir.Trim('\\')) - - -RequireConsent - -NonInteractive - - "$(SolutionDir) " - "$(SolutionDir)" - - - $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir) - $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols - - - - RestorePackages; - $(BuildDependsOn); - - - - - $(BuildDependsOn); - BuildPackage; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/ChargifyDotNet/ChargifyDotNet.csproj b/Source/ChargifyDotNet/ChargifyDotNet.csproj index 7765c48..3094517 100644 --- a/Source/ChargifyDotNet/ChargifyDotNet.csproj +++ b/Source/ChargifyDotNet/ChargifyDotNet.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;net45;net40 @@ -19,9 +19,9 @@ true true + snupkg 1.2.5 - diff --git a/Source/ChargifyNetSample.Web/ChargifyNetSample.Web.vbproj b/Source/ChargifyNetSample.Web/ChargifyNetSample.Web.vbproj index e1f8eb2..85e7f6b 100644 --- a/Source/ChargifyNetSample.Web/ChargifyNetSample.Web.vbproj +++ b/Source/ChargifyNetSample.Web/ChargifyNetSample.Web.vbproj @@ -449,13 +449,6 @@ - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - -