This repository was archived by the owner on Aug 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 ( "" ) ]
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments