Tftp.Net 1.3.0
A .NET# library that allows you to easily integrate a TFTP Client or TFTP Server in your application
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Tftp.Net</id>
<version>1.3.0</version>
<authors>Michael Baer</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MS-PL</license>
<licenseUrl>https://licenses.nuget.org/MS-PL</licenseUrl>
<projectUrl>https://github.com/Callisto82/tftp.net</projectUrl>
<description>A .NET# library that allows you to easily integrate a TFTP Client or TFTP Server in your application</description>
<releaseNotes>Various bugfixes</releaseNotes>
<tags>TFTP library</tags>
<dependencies>
<group targetFramework=".NETFramework3.5" />
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>