From 392fa3730e40b752d26d52ae0f34edf68d3c4ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 7 Aug 2016 10:14:43 +0200 Subject: [PATCH] Update to Open.NAT 2.1.0 --- thirdparty/fetch-thirdparty-deps.ps1 | 2 +- thirdparty/fetch-thirdparty-deps.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index 35478d9a36..eec48b95ae 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -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 } diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index 7d24350658..12ed6c33f4 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -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