You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MQTTnet.AspNetCore.nuspec 1.6 KiB

6 years ago
6 years ago
123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>MQTTnet.AspNetCore</id>
  5. <version>0.0.0</version>
  6. <authors>Christian Kratky</authors>
  7. <owners>Christian Kratky</owners>
  8. <licenseUrl>https://github.com/chkr1011/MQTTnet/blob/master/LICENSE</licenseUrl>
  9. <projectUrl>https://github.com/chkr1011/MQTTnet</projectUrl>
  10. <iconUrl>https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>This is a support library to integrate MQTTnet into AspNetCore.</description>
  13. <releaseNotes>For release notes please go to MQTTnet release notes (https://www.nuget.org/packages/MQTTnet/).
  14. * fixed concurrent sends with Aspnetcore.Connections.Abstractions based transport
  15. </releaseNotes>
  16. <copyright>Copyright Christian Kratky 2016-2018</copyright>
  17. <tags>MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin</tags>
  18. <dependencies>
  19. <dependency id="MQTTnet" version="2.8.5-rc1" />
  20. <dependency id="Microsoft.AspNetCore.Connections.Abstractions" version="2.1.0" />
  21. <dependency id="Microsoft.AspNetCore.WebSockets" version="2.0.1" />
  22. <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="2.0.1" />
  23. </dependencies>
  24. </metadata>
  25. <files>
  26. <!-- .NET Standard 2.0 -->
  27. <file src="..\Source\MQTTnet.AspNetCore\bin\Release\netstandard2.0\MQTTnet.AspNetCore.*" target="lib\netstandard2.0\"/>
  28. </files>
  29. </package>