Update to SharpFont 3.1.0
This commit is contained in:
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -52,7 +52,7 @@ 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.0.0 -ExcludeVersion
|
./nuget.exe install SharpFont -Version 3.1.0 -ExcludeVersion
|
||||||
cp SharpFont/lib/net20/SharpFont* .
|
cp SharpFont/lib/net20/SharpFont* .
|
||||||
cp SharpFont/config/SharpFont.dll.config .
|
cp SharpFont/config/SharpFont.dll.config .
|
||||||
rmdir SharpFont -Recurse
|
rmdir SharpFont -Recurse
|
||||||
|
|||||||
2
thirdparty/fetch-thirdparty-deps.sh
vendored
2
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -65,7 +65,7 @@ fi
|
|||||||
|
|
||||||
if [ ! -f SharpFont.dll ]; then
|
if [ ! -f SharpFont.dll ]; then
|
||||||
echo "Fetching SharpFont from NuGet"
|
echo "Fetching SharpFont from NuGet"
|
||||||
get SharpFont 3.0.1
|
get SharpFont 3.1.0
|
||||||
cp ./SharpFont/lib/net20/SharpFont* .
|
cp ./SharpFont/lib/net20/SharpFont* .
|
||||||
cp ./SharpFont/config/SharpFont.dll.config .
|
cp ./SharpFont/config/SharpFont.dll.config .
|
||||||
rm -rf SharpFont SharpFont.Dependencies
|
rm -rf SharpFont SharpFont.Dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user