52 строки
3.0 KiB
XML
52 строки
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>Bond.Runtime.CSharp</id>
|
|
<title>Bond C# runtime</title>
|
|
<version>$version$</version>
|
|
<authors>Microsoft</authors>
|
|
<owners>Microsoft</owners>
|
|
<projectUrl>https://github.com/Microsoft/bond/</projectUrl>
|
|
<licenseUrl>https://github.com/Microsoft/bond/blob/master/LICENSE</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<iconUrl>https://raw.githubusercontent.com/Microsoft/bond/master/doc/src/logos/bond-logo-64x64-transparent.png</iconUrl>
|
|
<summary>Bond is an open source, cross-platform, cross-language framework for working with schematized data.</summary>
|
|
<description>
|
|
Bond is an open source, cross-platform framework for working with schematized data. It supports cross-language serialization/deserialization and powerful generic mechanisms for efficiently manipulating data.
|
|
|
|
Bond is published on GitHub at https://github.com/Microsoft/bond/
|
|
|
|
The C# documentation is available at https://microsoft.github.io/bond/manual/bond_cs.html
|
|
|
|
This package contains Bond runtime assemblies and can be specified as a dependency for other NuGet packages using Bond. The full Bond C# distribution is in the Bond.CSharp package.
|
|
</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<tags>Bond .NET C# serialization</tags>
|
|
<dependencies>
|
|
<dependency id="Newtonsoft.Json" version="9.0.1" />
|
|
<dependency id="Bond.Core.CSharp" version ="[$version$] "/>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file target="lib\net45" src="net45-nonportable\Bond.JSON.dll" />
|
|
<file target="lib\net45" src="net45-nonportable\Bond.JSON.pdb" />
|
|
<file target="lib\net45" src="net45-nonportable\Bond.JSON.xml" />
|
|
|
|
<file target="lib\netstandard1.0" src="netstandard1.0\Bond.JSON.dll" />
|
|
<file target="lib\netstandard1.0" src="netstandard1.0\Bond.JSON.pdb" />
|
|
<file target="lib\netstandard1.0" src="netstandard1.0\Bond.JSON.xml" />
|
|
|
|
<file target="lib\netstandard1.3" src="netstandard1.0\Bond.JSON.dll" />
|
|
<file target="lib\netstandard1.3" src="netstandard1.0\Bond.JSON.pdb" />
|
|
<file target="lib\netstandard1.3" src="netstandard1.0\Bond.JSON.xml" />
|
|
|
|
<file target="lib\netstandard1.6" src="netstandard1.6\Bond.JSON.dll" />
|
|
<file target="lib\netstandard1.6" src="netstandard1.6\Bond.JSON.pdb" />
|
|
<file target="lib\netstandard1.6" src="netstandard1.6\Bond.JSON.xml" />
|
|
|
|
<file target="lib\portable-net45+wp80+win8+wpa81+dnxcore50" src="net45\Bond.JSON.dll" />
|
|
<file target="lib\portable-net45+wp80+win8+wpa81+dnxcore50" src="net45\Bond.JSON.pdb" />
|
|
<file target="lib\portable-net45+wp80+win8+wpa81+dnxcore50" src="net45\Bond.JSON.xml" />
|
|
</files>
|
|
</package>
|