amqpnetlite/nuspec/AMQPNetLite.WebSockets.nuspec

34 строки
1.9 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
2016-06-25 02:29:42 +03:00
<metadata>
2016-07-12 04:02:39 +03:00
<id>AMQPNetLite.WebSockets</id>
<title>AMQP.Net Lite WebSockets Client on .Net Core</title>
2016-06-25 02:29:42 +03:00
<version>0.0.0</version>
<authors>xinchen</authors>
<license type="expression">Apache-2.0</license>
2016-06-25 02:29:42 +03:00
<projectUrl>https://github.com/Azure/amqpnetlite</projectUrl>
<repository type="git" url="https://github.com/Azure/amqpnetlite" />
2016-06-25 02:29:42 +03:00
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2019-08-22 21:48:17 +03:00
<description>This package provides the WebSockets client transport of AMQP.Net Lite for netstandard.</description>
2016-06-25 02:29:42 +03:00
<releaseNotes>[PLACEHOLDER]</releaseNotes>
<copyright>Copyright 2014</copyright>
2019-08-22 21:48:17 +03:00
<tags>AMQP coreclr netstandard WebSockets</tags>
2016-06-25 02:29:42 +03:00
<dependencies>
2019-08-22 21:48:17 +03:00
<group targetFramework="netstandard2.0">
<dependency id="AMQPNetLite.Core" version="$version$" />
</group>
2016-06-25 02:29:42 +03:00
<group targetFramework="netstandard1.3">
2021-05-05 01:49:21 +03:00
<dependency id="System.Net.WebSockets.Client" version="4.3.2" />
2019-03-06 22:13:20 +03:00
<dependency id="AMQPNetLite.Core" version="$version$" />
2016-06-25 02:29:42 +03:00
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\Amqp.WebSockets.Client\netstandard1.3\Amqp.WebSockets.Client.dll" target="lib\netstandard1.3" />
<file src="bin\Release\Amqp.WebSockets.Client\netstandard1.3\Amqp.WebSockets.Client.pdb" target="lib\netstandard1.3" />
<file src="bin\Release\Amqp.WebSockets.Client\netstandard1.3\Amqp.WebSockets.Client.xml" target="lib\netstandard1.3" />
2019-08-22 21:48:17 +03:00
<file src="bin\Release\Amqp.WebSockets.Client\netstandard2.0\Amqp.WebSockets.Client.dll" target="lib\netstandard2.0" />
<file src="bin\Release\Amqp.WebSockets.Client\netstandard2.0\Amqp.WebSockets.Client.pdb" target="lib\netstandard2.0" />
<file src="bin\Release\Amqp.WebSockets.Client\netstandard2.0\Amqp.WebSockets.Client.xml" target="lib\netstandard2.0" />
2016-06-25 02:29:42 +03:00
</files>
</package>