Mobius/csharp/SparkCLR.nuspec

31 строка
1.8 KiB
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.SparkCLR</id>
<version>2.0.200-SNAPSHOT</version>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<licenseUrl>https://github.com/Microsoft/Mobius/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Microsoft/Mobius</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>C# language binding and extensions to Apache Spark</description>
<releaseNotes>See release notes on GitHub https://github.com/Microsoft/Mobius/releases</releaseNotes>
<copyright>Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.</copyright>
<tags>C# .NET Apache Spark RDD DataFrame Streaming SparkCLR Mobius</tags>
<dependencies>
<dependency id="Razorvine.Pyrolite" version="4.10.0" />
<dependency id="Razorvine.Serpent" version="1.12.0" />
<dependency id="log4net" version="2.0.5" />
<dependency id="Newtonsoft.Json" version="7.0.1" />
</dependencies>
</metadata>
<files>
<file src="Adapter\Microsoft.Spark.CSharp\bin\Release\Microsoft.Spark.CSharp.Adapter.dll" target="lib\net45" />
<file src="Adapter\Microsoft.Spark.CSharp\bin\Release\Microsoft.Spark.CSharp.Adapter.pdb" target="lib\net45" />
<file src="Worker\Microsoft.Spark.CSharp\bin\Release\CSharpWorker.exe" target="lib\net45" />
<file src="Worker\Microsoft.Spark.CSharp\bin\Release\CSharpWorker.pdb" target="lib\net45" />
<file src="Worker\Microsoft.Spark.CSharp\bin\Release\CSharpWorker.exe.config" target="lib\net45" />
<file src="**\*.cs" target="src" />
</files>
</package>