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.
 
 
 
 

30 regels
1.5 KiB

  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>* Updated to MQTTnet 2.8.0.
  14. </releaseNotes>
  15. <copyright>Copyright Christian Kratky 2016-2018</copyright>
  16. <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>
  17. <dependencies>
  18. <dependency id="MQTTnet" version="2.8.0" />
  19. <dependency id="Microsoft.AspNetCore.Connections.Abstractions" version="2.1.0" />
  20. <dependency id="Microsoft.AspNetCore.WebSockets" version="2.0.1" />
  21. <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="2.0.1" />
  22. </dependencies>
  23. </metadata>
  24. <files>
  25. <!-- .NET Standard 2.0 -->
  26. <file src="..\Source\MQTTnet.AspNetCore\bin\Release\netstandard2.0\MQTTnet.AspNetCore.*" target="lib\netstandard2.0\"/>
  27. </files>
  28. </package>