Merge pull request #11932 from Mailaender/sharpfont-4.0.1

Updated SharpFont to version 4.0.1
This commit is contained in:
Oliver Brakmann
2016-09-19 22:19:24 +02:00
committed by GitHub
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")) if (!(Test-Path "SharpFont.dll"))
{ {
echo "Fetching SharpFont from NuGet." echo "Fetching SharpFont from NuGet."
./nuget.exe install SharpFont -Version 3.1.0 -ExcludeVersion ./nuget.exe install SharpFont -Version 4.0.1 -ExcludeVersion
cp SharpFont/lib/net20/SharpFont* . cp SharpFont/lib/net45/SharpFont* .
cp SharpFont/config/SharpFont.dll.config . cp SharpFont/config/SharpFont.dll.config .
rmdir SharpFont -Recurse rmdir SharpFont -Recurse
rmdir SharpFont.Dependencies -Recurse rmdir SharpFont.Dependencies -Recurse

View File

@@ -62,8 +62,8 @@ fi
if [ ! -f SharpFont.dll ]; then if [ ! -f SharpFont.dll ]; then
echo "Fetching SharpFont from NuGet" echo "Fetching SharpFont from NuGet"
get SharpFont 3.1.0 get SharpFont 4.0.1
cp ./SharpFont/lib/net20/SharpFont* . cp ./SharpFont/lib/net45/SharpFont* .
cp ./SharpFont/config/SharpFont.dll.config . cp ./SharpFont/config/SharpFont.dll.config .
rm -rf SharpFont SharpFont.Dependencies rm -rf SharpFont SharpFont.Dependencies
fi fi