Skip to content

Commit

Permalink
VSDebugPro 4.3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-bot committed Nov 14, 2024
1 parent 994f873 commit 24108eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.3.4.0")]
[assembly: AssemblyFileVersion("4.3.4.0")]
[assembly: AssemblyVersion("4.3.5.0")]
[assembly: AssemblyFileVersion("4.3.5.0")]
4 changes: 2 additions & 2 deletions VSDebugCoreLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.3.4.0")]
[assembly: AssemblyFileVersion("4.3.4.0")]
[assembly: AssemblyVersion("4.3.5.0")]
[assembly: AssemblyFileVersion("4.3.5.0")]
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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 Publisher="Ovidiu Ionescu" Version="4.3.4.0" Id="89964642-1cad-4344-9ed3-e3997f19687f" Language="en-US"/>
<Identity Publisher="Ovidiu Ionescu" Version="4.3.5.0" Id="89964642-1cad-4344-9ed3-e3997f19687f" Language="en-US"/>
<DisplayName>VSDebugPro</DisplayName>
<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>
<MoreInfo>https://www.vsdebug.pro/</MoreInfo>
Expand Down

0 comments on commit 24108eb

Please sign in to comment.