Mono.Nat 1.2.24

dotnet add package Mono.Nat --version 1.2.24
                    
NuGet\Install-Package Mono.Nat -Version 1.2.24
                    
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="Mono.Nat" Version="1.2.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mono.Nat" Version="1.2.24" />
                    
Directory.Packages.props
<PackageReference Include="Mono.Nat" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Mono.Nat --version 1.2.24
                    
#r "nuget: Mono.Nat, 1.2.24"
                    
#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.
#:package Mono.Nat@1.2.24
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Mono.Nat&version=1.2.24
                    
Install as a Cake Addin
#tool nuget:?package=Mono.Nat&version=1.2.24
                    
Install as a Cake Tool

NAT stack for Mono and .NET applications

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on Mono.Nat:

Repository Stars
OpenRA/OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
SubnauticaNitrox/Nitrox
An open-source, multiplayer modification for the game Subnautica.
alanmcgovern/monotorrent
The official repository for MonoTorrent, a bittorrent library for .NET
IllusionMods/KKManager
Mod, plugin and card manager for games by Illusion that use BepInEx
cwensley/pablodraw
PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
XboxChaos/Assembly
Multi-Generation Blam Engine Research Tool
RimWorld-Together/Rimworld-Together
A Community Driven Multiplayer Mod for Rimworld!
vesoapp/veso
Open source media server.
Version Downloads Last Updated
1.2.24 475 4/26/2015
1.2.23 118 3/23/2015
1.2.22 37 3/23/2015
1.2.21 9,573 7/22/2014
1.2.20 94 6/30/2014
1.2.19 58 6/30/2014
1.2.13 63 5/27/2014
1.2.12 53 5/27/2014
1.2.10 53 5/16/2014
1.2.7 56 4/30/2014
1.1.13 74 2/6/2014
1.1.12 50 2/3/2014
1.1.11 52 1/30/2014
1.1.10 51 1/23/2014
1.1.9 48 1/23/2014
1.1.8 48 1/23/2014
1.1.7 50 1/19/2014
1.1.6 49 12/30/2013
1.1.5 73 12/30/2013
1.1.4 52 12/22/2013
1.1.3 56 12/22/2013

Added useful improvements/fixes from Github user cwensley
Removed dependency on Type2Byte as It has been deprecated following confirmation that BitConvert actually does work with Mono.
Added Android target for nuget.
Fixed some breaking changes from a massive a cleanup
Added unicast support for discovery phase (supported by UPnP 1.1 compliant IGDs only)