Skip to content

Commit 5390e19

Browse files
committedJun 15, 2017
changes the manifest and package
1 parent 0893645 commit 5390e19

4 files changed

+5
-4
lines changed
 

‎ColorCoder/ColorCoderOptionPackage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,6 @@ public override void SaveSettingsToStorage()
237237
[PackageRegistration(UseManagedResourcesOnly = true)]
238238
[ProvideOptionPage(typeof(ChangeColorOptionGrid), "ColorCoder", "Colors", 1000, 1001, true)]
239239
[ProvideOptionPage(typeof(PresetOptionGrid), "ColorCoder", "Presets", 1000, 1001, true)]
240-
[InstalledProductRegistration("ColorCoder", "Color Coder provides semantic coloring for C# and VB - http://hamidmosalla.com/colorcoder", Vsix.Version, IconResourceID = 400)]
240+
[InstalledProductRegistration("ColorCoder", "Color Coder provides semantic coloring for C# and VB - http://hamidmosalla.com/color-coder/", Vsix.Version, IconResourceID = 400)]
241241
public sealed class ColorCoderOptionPackage : Package { }
242242
}

‎ColorCoder/source.extension.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static class Vsix
99
{
1010
public const string Id = "c60146c8-c6f8-40c7-95e7-a50ccdcf6223";
1111
public const string Name = "Color Coder";
12-
public const string Description = @"Color Coder is a Visual Studio extension that helps you change the color of different programming constructs, such as class, interface, extension method etc.";
12+
public const string Description = @"Provides the ability to change the color of important programming constructs in C# and VB.";
1313
public const string Language = "en-US";
1414
public const string Version = "1.0";
1515
public const string Author = "Hamid Mosalla";

‎ColorCoder/source.extension.resx

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<value>Color Coder</value>
122122
</data>
123123
<data name="112" xml:space="preserve">
124-
<value>Color Coder is a Visual Studio extension that helps you change the color of different programming constructs, such as class, interface, extension method etc.</value>
124+
<value>Provides the ability to change the color of important programming constructs in C# and VB.</value>
125125
</data>
126126
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
127127
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">

‎ColorCoder/source.extension.vsixmanifest

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<Metadata>
44
<Identity Id="c60146c8-c6f8-40c7-95e7-a50ccdcf6223" Version="1.0" Language="en-US" Publisher="Hamid Mosalla" />
55
<DisplayName>Color Coder</DisplayName>
6-
<Description xml:space="preserve">Color Coder is a Visual Studio extension that helps you change the color of different programming constructs, such as class, interface, extension method etc.</Description>
6+
<Description xml:space="preserve">Provides the ability to change the color of important programming constructs in C# and VB.</Description>
7+
<MoreInfo>https://github.com/HamidMosalla/VisualStudio-ColorCoder</MoreInfo>
78
<License>Resources\License.txt</License>
89
<Icon>Resources\Icon.png</Icon>
910
<PreviewImage>Resources\Preview.png</PreviewImage>

0 commit comments

Comments
 (0)