From 885b07ab14d8788ea55ed3b2cd79331c67744cca Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Fri, 26 Apr 2019 02:01:04 +0200 Subject: [PATCH] Bump version, update release notes. --- .../GraphicalDebugging/Properties/AssemblyInfo.cs | 4 ++-- Visual_Studio_2015/GraphicalDebugging/release_notes.txt | 5 +++++ .../GraphicalDebugging/source.extension.vsixmanifest | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Visual_Studio_2015/GraphicalDebugging/Properties/AssemblyInfo.cs b/Visual_Studio_2015/GraphicalDebugging/Properties/AssemblyInfo.cs index a0f65cb..f1f5a0f 100644 --- a/Visual_Studio_2015/GraphicalDebugging/Properties/AssemblyInfo.cs +++ b/Visual_Studio_2015/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.23.0.0")] -[assembly: AssemblyFileVersion("0.23.0.0")] +[assembly: AssemblyVersion("0.24.0.0")] +[assembly: AssemblyFileVersion("0.24.0.0")] diff --git a/Visual_Studio_2015/GraphicalDebugging/release_notes.txt b/Visual_Studio_2015/GraphicalDebugging/release_notes.txt index cb823f3..f2e6c5b 100644 --- a/Visual_Studio_2015/GraphicalDebugging/release_notes.txt +++ b/Visual_Studio_2015/GraphicalDebugging/release_notes.txt @@ -1,3 +1,8 @@ +version 0.24 + +additions: +- direct memory access for C# List<> + version 0.23 additions: diff --git a/Visual_Studio_2015/GraphicalDebugging/source.extension.vsixmanifest b/Visual_Studio_2015/GraphicalDebugging/source.extension.vsixmanifest index 7f6b2a0..7c9ca5e 100644 --- a/Visual_Studio_2015/GraphicalDebugging/source.extension.vsixmanifest +++ b/Visual_Studio_2015/GraphicalDebugging/source.extension.vsixmanifest @@ -1,14 +1,14 @@  - + Graphical Debugging - Visualization of variables during debugging, e.g. Boost.Geometry models, containers of values, arrays of points, etc. + Visualization of C++ and C# variables during debugging, e.g. Boost.Geometry models, containers of values, arrays of points, etc. LICENSE_1_0.txt release_notes.txt icon.ico preview.png - 2d array boost box c c++ cartesian chart container complex curve debugger debugging deque geographic geometry gis graphical linestring list mpl plot point polygon ring segment spherical std stl tuple variant vector + 2d array boost box c c# c++ cartesian chart container complex curve debugger debugging deque geographic geometry gis graphical linestring list mpl plot point polygon ring segment spherical std stl tuple variant vector