Update to Maxmind GeoIP 2.6.0 and Db parser 2.0.0
This commit is contained in:
15
thirdparty/fetch-thirdparty-deps.sh
vendored
15
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -49,18 +49,15 @@ fi
|
||||
|
||||
if [ ! -f MaxMind.GeoIP2.dll ]; then
|
||||
echo "Fetching MaxMind.GeoIP2 from NuGet"
|
||||
get Newtonsoft.Json 7.0.1
|
||||
get MaxMind.Db 1.1.0.0
|
||||
get RestSharp 105.2.3
|
||||
get MaxMind.GeoIP2 2.3.1
|
||||
cp ./MaxMind.Db/lib/net40/MaxMind.Db.* .
|
||||
get Newtonsoft.Json 8.0.3
|
||||
get MaxMind.Db 2.0.0
|
||||
get MaxMind.GeoIP2 2.6.0
|
||||
cp ./MaxMind.Db/lib/net45/MaxMind.Db.* .
|
||||
rm -rf MaxMind.Db
|
||||
cp ./MaxMind.GeoIP2/lib/net40/MaxMind.GeoIP2* .
|
||||
cp ./MaxMind.GeoIP2/lib/net45/MaxMind.GeoIP2* .
|
||||
rm -rf MaxMind.GeoIP2
|
||||
cp ./Newtonsoft.Json/lib/net40/Newtonsoft.Json* .
|
||||
cp ./Newtonsoft.Json/lib/net45/Newtonsoft.Json* .
|
||||
rm -rf Newtonsoft.Json
|
||||
cp ./RestSharp/lib/net4-client/RestSharp* .
|
||||
rm -rf RestSharp
|
||||
fi
|
||||
|
||||
if [ ! -f SharpFont.dll ]; then
|
||||
|
||||
Reference in New Issue
Block a user