mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Update package version.
This commit is contained in:
@@ -2,23 +2,28 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>netcoreapp1.0;netstandard1.3;netstandard1.4;netstandard1.6;netcoreapp2.0;netstandard2.0;netcoreapp2.1</TargetFrameworks>
|
<TargetFrameworks>netcoreapp1.0;netstandard1.3;netstandard1.4;netstandard1.6;netcoreapp2.0;netstandard2.0;netcoreapp2.1</TargetFrameworks>
|
||||||
<Version>1.16</Version>
|
<Version>1.50</Version>
|
||||||
<Authors>Natalia Portillo</Authors>
|
<Authors>Natalia Portillo</Authors>
|
||||||
<Company>Claunia.com</Company>
|
<Company>Claunia.com</Company>
|
||||||
<Description>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.</Description>
|
<Description>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.</Description>
|
||||||
<Copyright>© 2015-2017 Natalia Portillo</Copyright>
|
<Copyright>© 2015-2018 Natalia Portillo</Copyright>
|
||||||
<PackageLicenseUrl>https://raw.githubusercontent.com/claunia/plist-cil/master/LICENSE</PackageLicenseUrl>
|
<PackageLicenseUrl>https://raw.githubusercontent.com/claunia/plist-cil/master/LICENSE</PackageLicenseUrl>
|
||||||
<PackageProjectUrl>http://www.github.com/claunia/plist-cil</PackageProjectUrl>
|
<PackageProjectUrl>http://www.github.com/claunia/plist-cil</PackageProjectUrl>
|
||||||
<RepositoryUrl>http://www.github.com/claunia/plist-cil</RepositoryUrl>
|
<RepositoryUrl>http://www.github.com/claunia/plist-cil</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<PackageTags>apple propertylist property list gnustep plist</PackageTags>
|
<PackageTags>apple propertylist property list gnustep plist</PackageTags>
|
||||||
<PackageReleaseNotes>
|
<PackageReleaseNotes>
|
||||||
Added support for .NETStandard1.4.
|
Added support for .NETStandard2.0 and .NET Core 2.0.
|
||||||
Enhanced binary compatibility with Apple.
|
Added ParseString overloads.
|
||||||
Correct opening of plists with unescaped UTF8 strings.
|
Fix roundtrip/serialization of real with > 5 digits.
|
||||||
Added support for parsing hex numbers.
|
Correctly roundtrip long binary values.
|
||||||
Added explicit casts for NSNumber, NSData, NSDate and NSString.
|
Fix XML serialization of binary values.
|
||||||
Added examples to README.
|
Add support for Span<byte>.
|
||||||
|
Fix serialization of UIDs.
|
||||||
|
Fix roundtripping binary data
|
||||||
|
Several performance improvements.
|
||||||
|
Reduced allocations.
|
||||||
|
Updated list of serialization primitives.
|
||||||
</PackageReleaseNotes>
|
</PackageReleaseNotes>
|
||||||
<NeutralLanguage>en-US</NeutralLanguage>
|
<NeutralLanguage>en-US</NeutralLanguage>
|
||||||
<SignAssembly>True</SignAssembly>
|
<SignAssembly>True</SignAssembly>
|
||||||
|
|||||||
@@ -1,33 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<package>
|
|
||||||
<metadata>
|
|
||||||
<id>plist-cil</id>
|
|
||||||
<version>1.16</version>
|
|
||||||
<title>plist-cil</title>
|
|
||||||
<authors>Natalia Portillo</authors>
|
|
||||||
<owners>Natalia Portillo</owners>
|
|
||||||
<licenseUrl>https://raw.githubusercontent.com/claunia/plist-cil/master/LICENSE</licenseUrl>
|
|
||||||
<projectUrl>https://github.com/claunia/plist-cil</projectUrl>
|
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
||||||
<description>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.</description>
|
|
||||||
<summary>MIT licensed C#/.NET parser and writer for Apple and GnuStep Property Lists, supporting ASCII, Binary and Xml formats.</summary>
|
|
||||||
<releaseNotes>
|
|
||||||
Added support for .NETStandard1.4.
|
|
||||||
Enhanced binary compatibility with Apple.
|
|
||||||
Correct opening of plists with unescaped UTF8 strings.
|
|
||||||
Added support for parsing hex numbers.
|
|
||||||
Added explicit casts for NSNumber, NSData, NSDate and NSString.
|
|
||||||
Added examples to README.
|
|
||||||
</releaseNotes>
|
|
||||||
<copyright>Copyright (C) 2015-2017 Natalia Portillo</copyright>
|
|
||||||
<tags>plist apple propertylist property list gnustep</tags>
|
|
||||||
</metadata>
|
|
||||||
<files>
|
|
||||||
<file src="bin/Release/*.dll" target="lib"/>
|
|
||||||
<file src="bin/Release/ChangeLog" target="content\docs\ChangeLog.txt"/>
|
|
||||||
<file src="bin/Release/LICENSE" target="content\docs\LICENSE.txt"/>
|
|
||||||
<file src="bin/Release/*.xml" target="lib"/>
|
|
||||||
<file src="bin/Release/README.md" target="content\docs\README.md"/>
|
|
||||||
<file src="bin/Release/docs/**/*.*" target="content\docs"/>
|
|
||||||
</files>
|
|
||||||
</package>
|
|
||||||
Reference in New Issue
Block a user