RBXLegacy-src/Open.NAT/Open.Nat/Open.Nat.nuspec

52 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Open.NAT</id>
<version>$version$</version>
<title>Open.NAT</title>
<authors>Alan McGovern, Ben Motmans, Lucas Ontivero</authors>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/lontivero/Open.NAT</projectUrl>
<iconUrl>http://github.com/lontivero/Open.Nat/raw/gh-pages/images/logos/64.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Open.NAT is a lightweight and easy-to-use class library to allow port forwarding in NAT devices (Network Address Translator) that support Universal Plug and Play (UPNP) and/or Port Mapping Protocol (PMP).
</description>
<summary>Library to allow port forwarding in NAT devices that support UPNP and/or PMP.</summary>
<language>en-US</language>
<copyright>Please see LICENSE for more details.</copyright>
<tags>NAT TRANSVERSAL UPNP PMP PORT FORWARD</tags>
<releaseNotes>
**Version 2.0.8**
Fixes several defects. #10, #11, #12, #13 and #14
**2.0.0**
Thus version breaks backward compatibility with v1.
Changes the event-based discovery process' nature to an asynchronous one.
**1.1.0**
Fix for SSDP Location header.
After this version Open.NAT breaks backward compatibility.
**1.0.19**
Minor changes previous to v2.
**1.0.18**
Discovery timeout raises an event.
Permanent mappings are created when NAT only supports that kind of mappings.
Protocol to use in discovery process can be specified.
Automatic renew port mappings before expiration.
Add operations timeout after 4 seconds.
Add parameters validation in Mapping class.
Fix UnhandledException event was never raised.
**1.0.17**
Discovery timeout added.
Auto release ports opened in the session.
Fix NextSearch to use UtcNow (also performance)
Fix LocalIP property after add a port.
Tracing improvements
</releaseNotes>
</metadata>
</package>