Skip to content

Commit

Permalink
added Blend signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoVermeir committed Apr 26, 2016
1 parent 7661c7c commit bb12919
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file added UpgradeLog2.htm
Binary file not shown.
1 change: 1 addition & 0 deletions XamlStyler.Package/StylerPackage.cs
Expand Up @@ -28,6 +28,7 @@ namespace NicoVermeir.XamlStyler_Package
// This attribute is used to register the informations needed to show the this package
// in the Help/About dialog of Visual Studio.
// This attribute is needed to let the shell know that this package exposes some menus.
[ProvideLoadKey("Standard", "2.0", "XAML Styler", "Nico Vermeir", 104)]
[PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
[ProvideMenuResource("Menus.ctmenu", 1)]
Expand Down
3 changes: 3 additions & 0 deletions XamlStyler.Package/VSPackage.resx
Expand Up @@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="104" xml:space="preserve">
<value>KPIKA1DHHEJPAEH9DRPAMHJZJ1PKJ9DPETM3P0DARDMIARKIE0QMATI8HRKCDJH9KRC0D8MKKRPMI0PTJDKTMPCQR8E3DDIZEECAAEC2K8PZDQJ8RMJDP3ZPP3KEC8PK</value>
</data>
<data name="106" xml:space="preserve">
<value>Xaml Styler</value>
</data>
Expand Down
2 changes: 1 addition & 1 deletion XamlStyler.Package/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
<?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="a224be3c-88d1-4a57-9804-181dbef68021" Version="2.0" Language="en-US" Publisher="Nico Vermeir" />
<Identity Id="a224be3c-88d1-4a57-9804-181dbef68021" Version="2.1" Language="en-US" Publisher="Nico Vermeir" />
<DisplayName>XAML Styler</DisplayName>
<Description xml:space="preserve">"XAML Styler" is a visual studio extension, which makes XAML markup source code beautify much easier by sorting the attributes based on their importance.
This tool can help you/your team maintain a better XAML coding style as well as a much better XAML readability.
Expand Down

0 comments on commit bb12919

Please sign in to comment.