Merge pull request #11783 from Mailaender/open.nat-2.1.0

Updated Open.NAT to version 2.1.0
This commit is contained in:
Oliver Brakmann
2016-08-08 17:36:50 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ if (!(Test-Path "windows/SDL2.dll"))
if (!(Test-Path "Open.Nat.dll"))
{
echo "Fetching Open.Nat from NuGet."
./nuget.exe install Open.Nat -Version 2.0.16 -ExcludeVersion
./nuget.exe install Open.Nat -Version 2.1.0 -ExcludeVersion
cp Open.Nat/lib/net45/Open.Nat.dll .
rmdir Open.Nat -Recurse
}

View File

@@ -85,7 +85,7 @@ fi
if [ ! -f Open.Nat.dll ]; then
echo "Fetching Open.Nat from NuGet"
get Open.Nat 2.0.16
get Open.Nat 2.1.0
cp ./Open.Nat/lib/net45/Open.Nat.dll .
rm -rf Open.Nat
fi