Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit bab68ef

Browse files
author
VioletGiraffe
committed
More user-friendly plugin name and description
1 parent 276b9f3 commit bab68ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CPPCheckPlugin/CPPCheckPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<OutputType>Library</OutputType>
2121
<AppDesignerFolder>Properties</AppDesignerFolder>
2222
<RootNamespace>VSPackage.CPPCheckPlugin</RootNamespace>
23-
<AssemblyName>CPPCheckPlugin</AssemblyName>
23+
<AssemblyName>CppcheckPlugin</AssemblyName>
2424
<SignAssembly>True</SignAssembly>
2525
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
2626
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>

CPPCheckPlugin/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
// General Information about an assembly is controlled through the following
88
// set of attributes. Change these attribute values to modify the information
99
// associated with an assembly.
10-
[assembly: AssemblyTitle("CPPCheckPlugin")]
11-
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyTitle("cppcheck plugin")]
11+
[assembly: AssemblyDescription("cppcheck integration plugin")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("-")]
14-
[assembly: AssemblyProduct("CPPCheckPlugin")]
14+
[assembly: AssemblyProduct("cppcheck plugin")]
1515
[assembly: AssemblyCopyright("")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]

CPPCheckPlugin/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<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">
33
<Metadata>
44
<Identity Id="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.0" Language="en-US" Publisher="-" />
5-
<DisplayName>CPPCheckPlugin</DisplayName>
6-
<Description xml:space="preserve">cppcheck wrapper</Description>
5+
<DisplayName>cppcheck plugin</DisplayName>
6+
<Description xml:space="preserve">Integration for cppcheck - C/C++ code static analysis tool </Description>
77
<License>PackageInstallerLicense.txt</License>
88
</Metadata>
99
<Installation InstalledByMsi="false">

0 commit comments

Comments
 (0)