diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba4fa1..f63d046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ on the official Visual Studio extension gallery. **2016-04-16** - [x] Initial release +- [x] Support for xamarin.android projects - [x] Add icons from google public icons repo ## 1.1 @@ -27,4 +28,9 @@ on the official Visual Studio extension gallery. ## 1.2 **2017-08-29** -- [x] Support Vector icons \ No newline at end of file +- [x] Support Vector icons + +## 1.3 +**2017-08-30** + +- [x] Support for xamarin.ios projects \ No newline at end of file diff --git a/README.md b/README.md index d10607e..fb8be9a 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,18 @@ or get the [CI build](http://vsixgallery.com/extension/e1bf5443-bf81-49e6-bc33-0 --------------------------------------- -This plugin help you to set material design icons to your Android project +This plugin help you to set material design icons to your Android or iOS project See the [changelog](CHANGELOG.md) for changes and roadmap. ## Features - Add icons from google public icons repo +- Support for Xamarin.Android project +- Support for Xamarin.iOS project ### Add Icons -Right-click on Xamarin.Android Project and click "Manage Material Icons..." +Right-click on your Project and click "Manage Material Icons..." ![Context Menu](art/context-menu.png) diff --git a/src/MaterialIconsGenerator/source.extension.cs b/src/MaterialIconsGenerator/source.extension.cs index 62d6a50..9d18c6e 100644 --- a/src/MaterialIconsGenerator/source.extension.cs +++ b/src/MaterialIconsGenerator/source.extension.cs @@ -9,10 +9,10 @@ static class Vsix { public const string Id = "e1bf5443-bf81-49e6-bc33-004e1f1f7b02"; public const string Name = "Material icons generator"; - public const string Description = @"This plugin help you to set material design icons to your Android project"; + public const string Description = @"This plugin help you to set material design icons to your Android or iOS project"; public const string Language = "en-US"; - public const string Version = "1.2"; + public const string Version = "1.3"; public const string Author = "Nika Nikabadze"; - public const string Tags = "xamarin, android, material design, icons "; + public const string Tags = "xamarin, android, ios, material design, icons"; } } diff --git a/src/MaterialIconsGenerator/source.extension.resx b/src/MaterialIconsGenerator/source.extension.resx index 50309a9..946489e 100644 --- a/src/MaterialIconsGenerator/source.extension.resx +++ b/src/MaterialIconsGenerator/source.extension.resx @@ -121,7 +121,7 @@ Material icons generator - This plugin help you to set material design icons to your Android project + This plugin help you to set material design icons to your Android or iOS project diff --git a/src/MaterialIconsGenerator/source.extension.vsixmanifest b/src/MaterialIconsGenerator/source.extension.vsixmanifest index 95ed723..ff5bcd4 100644 --- a/src/MaterialIconsGenerator/source.extension.vsixmanifest +++ b/src/MaterialIconsGenerator/source.extension.vsixmanifest @@ -1,15 +1,15 @@  - + Material icons generator - This plugin help you to set material design icons to your Android project + This plugin help you to set material design icons to your Android or iOS project https://github.com/interisti/vs-material-icons-generator Resources\LICENSE https://github.com/interisti/vs-material-icons-generator/blob/master/CHANGELOG.md Resources\AddIconCommandPackage.ico Resources\Preview.png - xamarin, android, material design, icons + xamarin, android, ios, material design, icons