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

Commit 8c86453

Browse files
committed
1.2.0
1 parent e8a30dc commit 8c86453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CPPCheckPlugin/CPPCheckPluginPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace VSPackage.CPPCheckPlugin
1919
[ProvideAutoLoad(VSConstants.UICONTEXT.SolutionExists_string)]
2020
// This attribute is used to register the information needed to show this package
2121
// in the Help/About dialog of Visual Studio.
22-
[InstalledProductRegistration("#110", "#112", "1.1.0", IconResourceID = 400)]
22+
[InstalledProductRegistration("#110", "#112", "1.2.0", IconResourceID = 400)]
2323
// This attribute is needed to let the shell know that this package exposes some menus.
2424
[ProvideMenuResource("Menus.ctmenu", 1)]
2525
[ProvideToolWindow(typeof(MainToolWindow), Style=VsDockStyle.Tabbed, Window=Microsoft.VisualStudio.Shell.Interop.ToolWindowGuids.Outputwindow, MultiInstances=false, Transient=false)]

CPPCheckPlugin/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-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>
4-
<Identity Id="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.1.0" Language="en-US" Publisher="-" />
4+
<Identity Id="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.2.0" Language="en-US" Publisher="-" />
55
<DisplayName>cppcheck add-in</DisplayName>
66
<Description xml:space="preserve">Integration for cppcheck - C/C++ code static analysis tool </Description>
77
<License>PackageInstallerLicense.txt</License>

0 commit comments

Comments
 (0)