CoAPnet.Extensions.DTLS by The contributors of CoAPnet

<PackageReference Include="CoAPnet.Extensions.DTLS" Version="1.0.9" />

 CoAPnet.Extensions.DTLS 1.0.9

This is an extension library which provides a wrapper to use _BouncyCastle_ as the transport layer.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>CoAPnet.Extensions.DTLS</id>
    <version>1.0.9</version>
    <authors>The contributors of CoAPnet</authors>
    <owners>Christian Kratky</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>images\Logo_128x128.png</icon>
    <projectUrl>https://github.com/chkr1011/CoAPnet</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/chkr1011/CoAPnet/master/Images/Logo_128x128.png</iconUrl>
    <description>This is an extension library which provides a wrapper to use _BouncyCastle_ as the transport layer.</description>
    <releaseNotes>For release notes please go to CoAPnet release notes (https://www.nuget.org/packages/CoAPnet/).</releaseNotes>
    <copyright>Copyright Christian Kratky 2019-2020</copyright>
    <tags>CoAP HTTP DTLS Message Telemetry Transport CoAPClient CoAPServer NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="CoAPnet" version="1.0.9" />
        <dependency id="NETStandard.Library" version="2.0.0" />
        <dependency id="Portable.BouncyCastle" version="1.8.6.7" />
      </group>
      <group targetFramework=".NETFramework4.5.2">
        <dependency id="Portable.BouncyCastle" version="1.8.6.7" />
      </group>
    </dependencies>
  </metadata>
</package>