forked from Azure/azure-iot-protocol-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProtocolGateway.nuspec
29 lines (29 loc) · 1.67 KB
/
ProtocolGateway.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.Devices.ProtocolGateway</id>
<version>1.0.0-preview-002</version>
<title>Microsoft Azure IoT protocol gateway framework</title>
<authors>Microsoft Azure</authors>
<owners>Microsoft Azure</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl><![CDATA[http://go.microsoft.com/fwlink/?LinkId=536623]]></licenseUrl>
<description>this library contains the core components of Azure IoT protocol gateway that enables protocol translation for Azure IoT Hub.</description>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
<language>en-US</language>
<dependencies>
<group targetFramework="net451" >
<dependency id="DotNetty.Codecs.Mqtt" version="0.1.3" />
<dependency id="DotNetty.Handlers" version="0.1.3" />
<dependency id="Microsoft.Azure.Devices.Client" version="1.0.0-preview-002" />
<dependency id="WindowsAzure.Storage" version="4.3.0" />
<dependency id="Newtonsoft.Json" version="6.0.8" />
<dependency id="murmurhash-signed" version="1.0.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\ProtocolGateway.Core\bin\Release\Microsoft.Azure.Devices.ProtocolGateway.Core.dll" target="lib\net451\Microsoft.Azure.Devices.ProtocolGateway.Core.dll" />
<file src="src\ProtocolGateway.Providers.CloudStorage\bin\Release\Microsoft.Azure.Devices.ProtocolGateway.Providers.CloudStorage.dll" target="lib\net451\Microsoft.Azure.Devices.ProtocolGateway.Providers.CloudStorage.dll" />
</files>
</package>