From a6a789b878594f20efebb693a7bfe2d3273b5a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 31 Jan 2016 18:13:27 +0100 Subject: [PATCH 1/2] Update to SharpFont 3.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 98cc8796cd..a43187a985 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -52,7 +52,7 @@ if (!(Test-Path "MaxMind.GeoIP2.dll")) if (!(Test-Path "SharpFont.dll")) { echo "Fetching SharpFont from NuGet." - ./nuget.exe install SharpFont -Version 3.0.0 -ExcludeVersion + ./nuget.exe install SharpFont -Version 3.1.0 -ExcludeVersion cp SharpFont/lib/net20/SharpFont* . cp SharpFont/config/SharpFont.dll.config . rmdir SharpFont -Recurse diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index 9027722aa6..f5a528d553 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -65,7 +65,7 @@ fi if [ ! -f SharpFont.dll ]; then echo "Fetching SharpFont from NuGet" - get SharpFont 3.0.1 + get SharpFont 3.1.0 cp ./SharpFont/lib/net20/SharpFont* . cp ./SharpFont/config/SharpFont.dll.config . rm -rf SharpFont SharpFont.Dependencies From 77585735ad09cc313152c2d7b03c792ff6256625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 31 Jan 2016 18:14:24 +0100 Subject: [PATCH 2/2] Update to Mono.Nat version 1.2.24 --- 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 a43187a985..0e4d8bfc3d 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -79,7 +79,7 @@ if (!(Test-Path "windows/SDL2.dll")) if (!(Test-Path "Mono.Nat.dll")) { echo "Fetching Mono.Nat from NuGet." - ./nuget.exe install Mono.Nat -Version 1.2.21 -ExcludeVersion + ./nuget.exe install Mono.Nat -Version 1.2.24 -ExcludeVersion cp Mono.Nat/lib/net40/Mono.Nat.dll . rmdir Mono.Nat -Recurse } diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index f5a528d553..43b058a36d 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -88,7 +88,7 @@ fi if [ ! -f Mono.Nat.dll ]; then echo "Fetching Mono.Nat from NuGet" - get Mono.Nat 1.2.21 + get Mono.Nat 1.2.24 cp ./Mono.Nat/lib/net40/Mono.Nat.dll . rm -rf Mono.Nat fi