Skip to content

Commit

Permalink
publish 1.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
interisti committed Oct 14, 2017
1 parent 1f71c35 commit 84c4ed2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ on the official Visual Studio extension gallery.
## 1.4
**2017-09-15**

- [x] Support for UWP projects
- [x] Support for UWP projects

## 1.5
**2017-10-14**

- [x] Fix "Name" bug
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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 or iOS project
This plugin help you to add material design icons to your Android, iOS or UWP project

See the [changelog](CHANGELOG.md) for changes and roadmap.

Expand Down
4 changes: 2 additions & 2 deletions src/MaterialIconsGenerator/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ 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 or iOS project";
public const string Description = @"This plugin help you to add material design icons to your Android, iOS or UWP project";
public const string Language = "en-US";
public const string Version = "1.4";
public const string Version = "1.5";
public const string Author = "Nika Nikabadze";
public const string Tags = "xamarin, android, ios, material design, icons";
}
Expand Down
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 or iOS project</value>
<value>This plugin help you to add material design icons to your Android, iOS or UWP 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
4 changes: 2 additions & 2 deletions src/MaterialIconsGenerator/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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.4" Language="en-US" Publisher="Nika Nikabadze" />
<Identity Id="e1bf5443-bf81-49e6-bc33-004e1f1f7b02" Version="1.5" 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 or iOS project</Description>
<Description xml:space="preserve">This plugin help you to add material design icons to your Android, iOS or UWP 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>
Expand Down

0 comments on commit 84c4ed2

Please sign in to comment.