Merge pull request #7212 from reaperrr/stable-sharp-dep

Revert to stable SharpFont version 2.5.0.1
This commit is contained in:
Matthias Mailänder
2014-12-28 16:12:39 +01:00
2 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -28,11 +28,11 @@ fi
if [ ! -f SharpFont.dll ]; then if [ ! -f SharpFont.dll ]; then
echo "Fetching SharpFont from nuget" echo "Fetching SharpFont from nuget"
nuget install SharpFont -Version 2.5.3 nuget install SharpFont -Version 2.5.0.1
cp ./SharpFont.2.5.3.0/lib/net20/SharpFont* . cp ./SharpFont.2.5.0.1/lib/net20/SharpFont* .
cp ./SharpFont.2.5.3.0/Content/SharpFont.dll.config . cp ./SharpFont.2.5.0.1/Content/SharpFont.dll.config .
cp ./SharpFont.2.5.3.0/Content/freetype6.dll ./windows/ cp ./SharpFont.2.5.0.1/Content/freetype6.dll ./windows/
rm -rf SharpFont.2.5.3.0 rm -rf SharpFont.2.5.0.1
fi fi
if [ ! -f nunit.framework.dll ]; then if [ ! -f nunit.framework.dll ]; then