diff --git a/PackProj.PushPackages.ps1 b/PackProj.PushPackages.ps1 deleted file mode 100644 index c6c3e52..0000000 --- a/PackProj.PushPackages.ps1 +++ /dev/null @@ -1,12 +0,0 @@ -$fakeExe = (gci .\packages\FAKE.*\tools\FAKE.exe)[0] -$scriptPath = (gci .\packages\PackProj.*\scripts\push-all.fsx)[0] - -# If you use `nuget setApiKey` then set -$apiKey = "" -# else -# $apikey = "XXXXXXXXXXX" -if ($apiKey) { $apiKeyArg = "-ev api-key $apiKey" } else { $apiKeyArg = "" } - -$source = "https://api.nuget.org/v3/index.json" - -& $fakeExe $scriptPath -ev source $source $apiKeyArg diff --git a/System.DoubleNumerics/System.Numerics.DoubleVectors.nuspec b/System.DoubleNumerics/System.Numerics.DoubleVectors.nuspec deleted file mode 100644 index bae6f71..0000000 --- a/System.DoubleNumerics/System.Numerics.DoubleVectors.nuspec +++ /dev/null @@ -1,17 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - https://opensource.org/licenses/MIT - https://github.com/Weingartner/System.Numerics.DoubleVectors - false - Copy of System.Numerics.Vectors except using double types - Moved into own namespace so as not to collide with System.Numerics - Copyright 2016 - math numerics - - \ No newline at end of file diff --git a/System.DoubleNumerics/tools/nuget.exe b/System.DoubleNumerics/tools/nuget.exe new file mode 100644 index 0000000..6679457 Binary files /dev/null and b/System.DoubleNumerics/tools/nuget.exe differ