Skip to content

Commit

Permalink
More user-friendly plugin name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletGiraffe committed Feb 7, 2014
1 parent 276b9f3 commit bab68ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CPPCheckPlugin/CPPCheckPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>VSPackage.CPPCheckPlugin</RootNamespace>
<AssemblyName>CPPCheckPlugin</AssemblyName>
<AssemblyName>CppcheckPlugin</AssemblyName>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
Expand Down
6 changes: 3 additions & 3 deletions CPPCheckPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CPPCheckPlugin")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("cppcheck plugin")]
[assembly: AssemblyDescription("cppcheck integration plugin")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("-")]
[assembly: AssemblyProduct("CPPCheckPlugin")]
[assembly: AssemblyProduct("cppcheck plugin")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
4 changes: 2 additions & 2 deletions CPPCheckPlugin/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,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="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.0" Language="en-US" Publisher="-" />
<DisplayName>CPPCheckPlugin</DisplayName>
<Description xml:space="preserve">cppcheck wrapper</Description>
<DisplayName>cppcheck plugin</DisplayName>
<Description xml:space="preserve">Integration for cppcheck - C/C++ code static analysis tool </Description>
<License>PackageInstallerLicense.txt</License>
</Metadata>
<Installation InstalledByMsi="false">
Expand Down

0 comments on commit bab68ef

Please sign in to comment.