Skip to content

Commit 8828e8c

Browse files
committed
VSDebugPro 4.2.2.0
1 parent 0bc64f5 commit 8828e8c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Revision and Build Numbers
2929
// by using the '*' as shown below:
3030

31-
[assembly: AssemblyVersion("4.2.1.0")]
32-
[assembly: AssemblyFileVersion("4.2.1.0")]
31+
[assembly: AssemblyVersion("4.2.2.0")]
32+
[assembly: AssemblyFileVersion("4.2.2.0")]

VSDebugCoreLib/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("4.2.1.0")]
35-
[assembly: AssemblyFileVersion("4.2.1.0")]
34+
[assembly: AssemblyVersion("4.2.2.0")]
35+
[assembly: AssemblyFileVersion("4.2.2.0")]

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" standalone="yes"?>
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 Publisher="Ovidiu Ionescu" Version="4.2.1.0" Id="89964642-1cad-4344-9ed3-e3997f19687f" Language="en-US"/>
4+
<Identity Publisher="Ovidiu Ionescu" Version="4.2.2.0" Id="89964642-1cad-4344-9ed3-e3997f19687f" Language="en-US"/>
55
<DisplayName>VSDebugPro</DisplayName>
66
<Description xml:space="preserve">VSDebugPro is an open-source Visual Studio extension that streamlines C/C++, C# debugging workflows. It empowers developers with a suite of memory manipulation tools, accessible directly from the integrated console.</Description>
77
<MoreInfo>http://www.vsdebug.pro/</MoreInfo>

0 commit comments

Comments
 (0)