Skip to content

Commit

Permalink
prepare v1.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
interisti committed Aug 30, 2017
1 parent 87582e3 commit 40aa569
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,4 +28,9 @@ on the official Visual Studio extension gallery.
## 1.2
**2017-08-29**

- [x] Support Vector icons
- [x] Support Vector icons

## 1.3
**2017-08-30**

- [x] Support for xamarin.ios projects
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions src/MaterialIconsGenerator/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
2 changes: 1 addition & 1 deletion src/MaterialIconsGenerator/source.extension.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<value>Material icons generator</value>
</data>
<data name="112" xml:space="preserve">
<value>This plugin help you to set material design icons to your Android project</value>
<value>This plugin help you to set material design icons to your Android or iOS project</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
Expand Down
6 changes: 3 additions & 3 deletions src/MaterialIconsGenerator/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="e1bf5443-bf81-49e6-bc33-004e1f1f7b02" Version="1.2" Language="en-US" Publisher="Nika Nikabadze" />
<Identity Id="e1bf5443-bf81-49e6-bc33-004e1f1f7b02" Version="1.3" Language="en-US" Publisher="Nika Nikabadze" />
<DisplayName>Material icons generator</DisplayName>
<Description xml:space="preserve">This plugin help you to set material design icons to your Android project</Description>
<Description xml:space="preserve">This plugin help you to set material design icons to your Android or iOS project</Description>
<MoreInfo>https://github.com/interisti/vs-material-icons-generator</MoreInfo>
<License>Resources\LICENSE</License>
<ReleaseNotes>https://github.com/interisti/vs-material-icons-generator/blob/master/CHANGELOG.md</ReleaseNotes>
<Icon>Resources\AddIconCommandPackage.ico</Icon>
<PreviewImage>Resources\Preview.png</PreviewImage>
<Tags>xamarin, android, material design, icons </Tags>
<Tags>xamarin, android, ios, material design, icons</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
Expand Down

0 comments on commit 40aa569

Please sign in to comment.