Update SharpFont to version 4.0.1

This commit is contained in:
Matthias Mailänder
2016-09-01 07:21:19 +02:00
parent 43b7c98c33
commit d1ff40bcca
2 changed files with 4 additions and 4 deletions

View File

@@ -50,8 +50,8 @@ if (!(Test-Path "MaxMind.GeoIP2.dll"))
if (!(Test-Path "SharpFont.dll"))
{
echo "Fetching SharpFont from NuGet."
./nuget.exe install SharpFont -Version 3.1.0 -ExcludeVersion
cp SharpFont/lib/net20/SharpFont* .
./nuget.exe install SharpFont -Version 4.0.1 -ExcludeVersion
cp SharpFont/lib/net45/SharpFont* .
cp SharpFont/config/SharpFont.dll.config .
rmdir SharpFont -Recurse
rmdir SharpFont.Dependencies -Recurse