From 5fdbc71bcd239d82219dcd6b2d6006e58c6141c9 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 d029f1d2f..eac71d8c7 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"