From 016631c87c85c4ab2b4a8ceca95c4743cffbd526 Mon Sep 17 00:00:00 2001 From: Zachary Gramana Date: Mon, 1 Aug 2016 16:50:32 -0700 Subject: [PATCH] Fixes PCL targets in nuspec. The PCL targets specified in the nuspec files are not in cannonical form. As a result, nuget thinks that Xamarin.iOS is not supported, for example, so the nupkg cannot be added. This fixes that. --- src/Zlib.Portable.Signed.nuspec | 6 +++--- src/Zlib.Portable.nuspec | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Zlib.Portable.Signed.nuspec b/src/Zlib.Portable.Signed.nuspec index 2128df1..bc6987c 100644 --- a/src/Zlib.Portable.Signed.nuspec +++ b/src/Zlib.Portable.Signed.nuspec @@ -32,9 +32,9 @@ zip gzip deflate dotnetzip bzip2 lzma portable compression - - - + + + \ No newline at end of file diff --git a/src/Zlib.Portable.nuspec b/src/Zlib.Portable.nuspec index 20a3888..e9884fc 100644 --- a/src/Zlib.Portable.nuspec +++ b/src/Zlib.Portable.nuspec @@ -31,9 +31,8 @@ zip gzip deflate dotnetzip bzip2 lzma portable compression - - - - + + + \ No newline at end of file