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