Revert to stable SharpFont version 2.5.0.1

This commit is contained in:
reaperrr
2014-12-27 21:12:20 +01:00
parent 1ec3c4bc62
commit be7830e118

View File

@@ -37,11 +37,11 @@ if (!(Test-Path "MaxMind.GeoIP2.dll"))
if (!(Test-Path "SharpFont.dll"))
{
echo "Fetching SharpFont from NuGet."
./nuget.exe install SharpFont -Version 2.5.3
cp SharpFont.2.5.3.0/lib/net20/SharpFont* .
cp SharpFont.2.5.3.0/Content/SharpFont.dll.config .
cp SharpFont.2.5.3.0/Content/freetype6.dll ./windows/
rmdir SharpFont.2.5.3.0 -Recurse
./nuget.exe install SharpFont -Version 2.5.0.1
cp SharpFont.2.5.0.1/lib/net20/SharpFont* .
cp SharpFont.2.5.0.1/Content/SharpFont.dll.config .
cp SharpFont.2.5.0.1/Content/freetype6.dll ./windows/
rmdir SharpFont.2.5.0.1 -Recurse
}
if (!(Test-Path "nunit.framework.dll"))