From dea0bfc65dfb89587b42045075cf51d43462a1ea Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sun, 11 Sep 2016 09:54:43 +1000 Subject: [PATCH] Boost dl link [skip ci] Former-commit-id: 9b5d037ba38962fa7f59548b34462a046e1514de Former-commit-id: 778b4055296a7b4f66b81c3a56c868d0e5a986f5 Former-commit-id: f94335455d5756b7df15d79aaa0303f5bd19a8fd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 171be566e..b5e3ea497 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **ImageProcessorCore** is a new cross-platform 2D graphics API designed to allow the processing of images without the use of `System.Drawing`. -> **ImageProcessorCore is still in early stages (alpha) but progress has been pretty quick. As such, please do not use on production environments until the library reaches release candidate status.** +> **ImageProcessorCore is still in early stages (alpha) but progress has been pretty quick. As such, please do not use on production environments until the library reaches release candidate status. Pre-release downloads are available from the [MyGet package repository](https://www.myget.org/gallery/imageprocessor).** > For the older `ImageFactory` based API that uses `System.Drawing` please check out the [Framework](https://github.com/JimBobSquarePants/ImageProcessor/tree/Framework) branch.