From 17f16cc936f1894ab73f951869399547a0a8f789 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Wed, 4 Feb 2015 19:55:18 -0600 Subject: [PATCH] Update README.md Adds deprecation notice. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 508373b..cb62ba5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # GhostscriptSharp GhostscriptSharp is a simple C# wrapper for the Ghostscript library. +**DEPRECATED** + +Please do not submit new issues or pull requests to this project. + # Using GhostscriptSharp The GhostscriptWrapper class contains 3 static methods that can be used to generate jpg images from a PDF file.