summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Tolkien <chad@sodadigital.com.au>2016-02-11 20:57:06 +1100
committerChad Tolkien <chad@sodadigital.com.au>2016-02-11 20:57:06 +1100
commit61c6bf5256af5a31a3ce6a64272687f45ae31ae4 (patch)
tree731a4956131c04aaf221dc8b7fa4a344adc3029c
parent413e0429b5a70c3ca08947a1fa365689f4fb8115 (diff)
downloadTinyPNG-1.0.52.zip
TinyPNG-1.0.52.tar.gz
TinyPNG-1.0.52.tar.bz2
updated project.json with icon urlv1.0.52
-rw-r--r--src/TinyPNG/project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TinyPNG/project.json b/src/TinyPNG/project.json
index b13a5ca..d977abf 100644
--- a/src/TinyPNG/project.json
+++ b/src/TinyPNG/project.json
@@ -7,7 +7,7 @@
"summary": "This is a .NET wrapper around the TinyPng.com image compression service.",
"description": "This is a .NET wrapper around the TinyPng.com image compression service. Supports .Net Core and full .Net Framework. Non-blocking async turtles all the way down. Byte[], Stream and File API's available.",
"releaseNotes": ".51 - Fixes to the project.json template",
- "iconUrl": "",
+ "iconUrl": "https://raw.githubusercontent.com/ctolkien/TinyPNG/master/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/ctolkien/tinypng"