From a1aa160759d222d160342b761a7a63413f1b4b2f Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Tue, 16 Oct 2018 18:52:31 +0200 Subject: [PATCH] Use https, SouceLink --- plist-cil/plist-cil.csproj | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/plist-cil/plist-cil.csproj b/plist-cil/plist-cil.csproj index a2b56c6..08ee184 100644 --- a/plist-cil/plist-cil.csproj +++ b/plist-cil/plist-cil.csproj @@ -2,20 +2,19 @@ netcoreapp1.0;netstandard1.3;netstandard1.4;netstandard1.6;netcoreapp2.0;netstandard2.0;netcoreapp2.1 - 1.50 + 1.50 Natalia Portillo Claunia.com MIT licensed C#/.NET parser and writer for Apple and GnuStep Property Lists, supporting ASCII, Binary and Xml formats, based on Java's dd-plist. © 2015-2018 Natalia Portillo https://raw.githubusercontent.com/claunia/plist-cil/master/LICENSE - http://www.github.com/claunia/plist-cil - http://www.github.com/claunia/plist-cil + https://www.github.com/claunia/plist-cil git apple propertylist property list gnustep plist Added support for .NETStandard2.0 and .NET Core 2.0. Added ParseString overloads. - Fix roundtrip/serialization of real with > 5 digits. + Fix roundtrip/serialization of real with > 5 digits. Correctly roundtrip long binary values. Fix XML serialization of binary values. Add support for Span<byte>. @@ -31,6 +30,10 @@ True True latest + + true + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -53,6 +56,10 @@ $(DefineConstants);NATIVE_SPAN + + + +