From 0b9e846c4017ca15420abfcad7eba0e11c974fa2 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Sat, 17 Aug 2024 14:53:49 +0200 Subject: [PATCH] Bump version, update release notes --- solution/GraphicalDebugging/Properties/AssemblyInfo.cs | 4 ++-- solution/GraphicalDebugging/release_notes.txt | 7 +++++++ solution/GraphicalDebugging/source.extension.vsixmanifest | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/solution/GraphicalDebugging/Properties/AssemblyInfo.cs b/solution/GraphicalDebugging/Properties/AssemblyInfo.cs index d69ff7f..52be11a 100644 --- a/solution/GraphicalDebugging/Properties/AssemblyInfo.cs +++ b/solution/GraphicalDebugging/Properties/AssemblyInfo.cs @@ -29,5 +29,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("0.54.0.0")] -[assembly: AssemblyFileVersion("0.54.0.0")] +[assembly: AssemblyVersion("0.55.0.0")] +[assembly: AssemblyFileVersion("0.55.0.0")] diff --git a/solution/GraphicalDebugging/release_notes.txt b/solution/GraphicalDebugging/release_notes.txt index f0d0ebe..6a332df 100644 --- a/solution/GraphicalDebugging/release_notes.txt +++ b/solution/GraphicalDebugging/release_notes.txt @@ -1,3 +1,10 @@ +version 0.55 + +additions: +- add handling of C++ types decorated with module name +bugfixes: +- fixed cancelling of loading taking too much time + version 0.54 bugfixes: diff --git a/solution/GraphicalDebugging/source.extension.vsixmanifest b/solution/GraphicalDebugging/source.extension.vsixmanifest index e2543c9..03afd5d 100644 --- a/solution/GraphicalDebugging/source.extension.vsixmanifest +++ b/solution/GraphicalDebugging/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Graphical Debugging Visualization of C++ and C# variables during debugging, e.g. Boost.Geometry models, containers of values, arrays of points, etc. LICENSE.txt