Open.Nat 2.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Open.Nat --version 2.0.8
NuGet\Install-Package Open.Nat -Version 2.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Open.Nat" Version="2.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Open.Nat --version 2.0.8
#r "nuget: Open.Nat, 2.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Open.Nat as a Cake Addin
#addin nuget:?package=Open.Nat&version=2.0.8

// Install Open.Nat as a Cake Tool
#tool nuget:?package=Open.Nat&version=2.0.8

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).

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Open.Nat:

Package Downloads
RakDotNet

C# 100% RakNet Library

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on Open.Nat:

Repository Stars
quasar/Quasar
Remote Administration Tool for Windows
NebulaModTeam/nebula
A multiplayer mod for the game Dyson Sphere Program
CitiesSkylinesMultiplayer/CSM
Source code for the Cities: Skylines Multiplayer mod (CSM)
Ulterius/server
[WIP] Ulterius™ server where all the magic happens :rocket: :feelsgood:
ciribob/DCS-SimpleRadioStandalone
An open source Stand alone Radio for DCS integrating with all clickable cockpits and FC3 Aircraft
Version Downloads Last updated
2.1.0 509,119 7/30/2016
2.0.16 3,293 4/8/2016
2.0.15 2,157 1/28/2016
2.0.14 2,315 10/10/2015
2.0.13 2,595 4/30/2015
2.0.12 2,366 4/22/2015
2.0.11 2,051 3/22/2015
2.0.10 2,037 3/10/2015
2.0.9 2,556 8/23/2014
2.0.8 2,089 8/13/2014
2.0.6 2,100 8/8/2014
2.0.5 2,141 7/10/2014
1.1.1 2,189 6/6/2014
1.0.19 2,329 5/27/2014
1.0.18 2,320 5/26/2014
1.0.17 2,357 5/21/2014
1.0.16 2,236 5/19/2014
1.0.14 2,278 5/19/2014
1.0.10 2,233 5/8/2014
1.0.9 2,323 5/8/2014
1.0.8 2,382 5/7/2014

**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