From 0a6b437d2969326f32ab27846e4bc4d71a306b1d Mon Sep 17 00:00:00 2001 From: VahidN Date: Fri, 26 Apr 2019 10:56:03 +0430 Subject: [PATCH] Updated ibgdiplus install guide on centos --- README.md | 2 +- tag-it.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35a6de3..1564f67 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ To run this project on non-Windows-based operating systems, you will need to ins - make - make install - cd /usr/lib64/ - - ln -s /usr/local/lib/libgdiplus.so gdiplus.dll + - ln -s /usr/local/lib/libgdiplus.so libgdiplus.so - Docker - RUN apt-get update \\ diff --git a/tag-it.bat b/tag-it.bat index f787008..06299c4 100644 --- a/tag-it.bat +++ b/tag-it.bat @@ -1,3 +1,3 @@ -git tag -a 1.4.6 -m "Published 1.4.6 to nuget.org" +git tag -a 1.5.0 -m "Published 1.5.0 to nuget.org" git push --follow-tags pause \ No newline at end of file