From 67bc3e037dc038252c78e499e7c76d2209d53b18 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sat, 28 Jan 2017 17:16:56 +1100 Subject: [PATCH] Fix png prject naming --- src/ImageSharp.Formats.Png/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp.Formats.Png/project.json b/src/ImageSharp.Formats.Png/project.json index d029f1d2f0..eac71d8c71 100644 --- a/src/ImageSharp.Formats.Png/project.json +++ b/src/ImageSharp.Formats.Png/project.json @@ -1,6 +1,6 @@ { "version": "1.0.0-alpha1-*", - "title": "ImageSharp.Formats", + "title": "ImageSharp.Formats.Png", "description": "A cross-platform library for the processing of image files; written in C#", "authors": [ "James Jackson-South and contributors"