diff --git a/src/ImageSharp.Drawing/ImageSharp.Drawing.csproj b/src/ImageSharp.Drawing/ImageSharp.Drawing.csproj index 52f120596..9224325ea 100644 --- a/src/ImageSharp.Drawing/ImageSharp.Drawing.csproj +++ b/src/ImageSharp.Drawing/ImageSharp.Drawing.csproj @@ -1,15 +1,15 @@  - A cross-platform library for the processing of image files; written in C# + An extension to ImageSharp that allows the drawing of images, paths, and text. ImageSharp.Drawing - 1.0.0-alpha2 + 1.0.0-alpha3 James Jackson-South and contributors netstandard1.1 true true ImageSharp.Drawing ImageSharp.Drawing - Image Resize Crop Gif Jpg Jpeg Bitmap Png Core + Image Draw Shape Path Font https://raw.githubusercontent.com/JimBobSquarePants/ImageSharp/master/build/icons/imagesharp-logo-128.png https://github.com/JimBobSquarePants/ImageSharp http://www.apache.org/licenses/LICENSE-2.0 diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 8ce04bae7..de3e76473 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -2,7 +2,7 @@ A cross-platform library for the processing of image files; written in C# ImageSharp - 1.0.0-alpha2 + 1.0.0-alpha3 James Jackson-South and contributors netstandard1.3;netstandard1.1 true