From ad043f6db1f2be51c763aa5acf8676c0737dba2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20V=C3=A1zquez=20=28Dagger=29?= Date: Wed, 26 Sep 2018 14:15:43 +0200 Subject: [PATCH 1/3] Added Nuget icon (#987) * Added Nuget icon * Minified Nuget icon * Replaced tabs for spaces in json file * Fixed svg attributes so it follows the guidelines --- _data/simple-icons.json | 5 +++++ icons/nuget.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nuget.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9cb28802..a8bd8b30 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1360,6 +1360,11 @@ "hex": "766DCC", "source": "https://nucleoapp.com/wp-content/themes/nucleo-webapp-12/img/logo.svg" }, + { + "title": "Nuget", + "hex": "004880", + "source": "https://github.com/NuGet/Media" + }, { "title": "NVIDIA", "hex": "76B900", diff --git a/icons/nuget.svg b/icons/nuget.svg new file mode 100644 index 00000000..804201e9 --- /dev/null +++ b/icons/nuget.svg @@ -0,0 +1 @@ +Nuget icon \ No newline at end of file From d21be9cb419356676ca762764cb226624017516e Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Wed, 26 Sep 2018 14:16:03 +0200 Subject: [PATCH 2/3] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e43dc66..029dab3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.1", + "version": "1.9.2", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [ From 44aeddec613c2757538db26ca7de2320cf7ce0ae Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Wed, 26 Sep 2018 14:17:09 +0200 Subject: [PATCH 3/3] Fix incorrect capitalization of NuGet --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a8bd8b30..8e7b15b7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1361,7 +1361,7 @@ "source": "https://nucleoapp.com/wp-content/themes/nucleo-webapp-12/img/logo.svg" }, { - "title": "Nuget", + "title": "NuGet", "hex": "004880", "source": "https://github.com/NuGet/Media" },