Xavalon / XamlStyler

Visual Studio extension to help format your XAML source code
Apache License 2.0
1.19k stars 129 forks source link

The description and the title of the Addin is incorrect #471

Closed xMRi closed 6 months ago

xMRi commented 8 months ago

In Visual Studio, go to Help > About Microsoft Visual Studio, press Copy Info to see a list of all installed addins. XAML Style will not show up. The name is wrong:

https://github.com/Xavalon/XamlStyler/blob/master/src/XamlStyler.Extension.Windows.Shared/VSPackage.resx

<data name="1110" xml:space="preserve">
    <value>StylerPackage Extension</value>
  </data>
  <data name="1112" xml:space="preserve">
    <value>StylerPackage Visual Stuido Extension Detailed Info</value>
  </data>