From 24108ebc1ecb5cce1cbc8cbedc9d7c67c396d8a8 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 14 Nov 2024 20:39:24 +0000 Subject: [PATCH] VSDebugPro 4.3.5.0 --- Properties/AssemblyInfo.cs | 4 ++-- VSDebugCoreLib/Properties/AssemblyInfo.cs | 4 ++-- source.extension.vsixmanifest | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 9b08a16..4d8688d 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyFileVersion("4.3.5.0")] \ No newline at end of file diff --git a/VSDebugCoreLib/Properties/AssemblyInfo.cs b/VSDebugCoreLib/Properties/AssemblyInfo.cs index f571779..23e6ebc 100644 --- a/VSDebugCoreLib/Properties/AssemblyInfo.cs +++ b/VSDebugCoreLib/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyFileVersion("4.3.5.0")] \ No newline at end of file diff --git a/source.extension.vsixmanifest b/source.extension.vsixmanifest index 37ad549..4265377 100644 --- a/source.extension.vsixmanifest +++ b/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + VSDebugPro 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. https://www.vsdebug.pro/