diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index 6a11e9e407..641f1763f9 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -161,7 +161,7 @@ if (!(Test-Path "SmarIrc4net.dll")) if (!(Test-Path "rix0rrr.BeaconLib.dll")) { echo "Fetching rix0rrr.BeaconLib from NuGet." - ./nuget.exe install rix0rrr.BeaconLib -Version 1.0.0 -ExcludeVersion -Verbosity quiet + ./nuget.exe install rix0rrr.BeaconLib -Version 1.0.1 -ExcludeVersion -Verbosity quiet cp rix0rrr.BeaconLib/lib/net40/rix0rrr.BeaconLib.dll . rmdir rix0rrr.BeaconLib -Recurse } diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index 7f72f04750..d13e8b83c3 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -118,7 +118,7 @@ fi if [ ! -f rix0rrr.BeaconLib.dll ]; then echo "Fetching rix0rrr.BeaconLib from NuGet." - get rix0rrr.BeaconLib 1.0.0 + get rix0rrr.BeaconLib 1.0.1 cp ./rix0rrr.BeaconLib/lib/net40/rix0rrr.BeaconLib.dll . rm -rf rix0rrr.BeaconLib fi \ No newline at end of file