Update to Open.NAT 2.1.0

This commit is contained in:
Matthias Mailänder
2016-08-07 10:14:43 +02:00
parent 90ab5023a6
commit 392fa3730e
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