Skip to content

Commit 885b07a

Browse files
committed
Bump version, update release notes.
1 parent cf63145 commit 885b07a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Visual_Studio_2015/GraphicalDebugging/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("0.23.0.0")]
33-
[assembly: AssemblyFileVersion("0.23.0.0")]
32+
[assembly: AssemblyVersion("0.24.0.0")]
33+
[assembly: AssemblyFileVersion("0.24.0.0")]

Visual_Studio_2015/GraphicalDebugging/release_notes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
version 0.24
2+
3+
additions:
4+
- direct memory access for C# List<>
5+
16
version 0.23
27

38
additions:

Visual_Studio_2015/GraphicalDebugging/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
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 Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.23" Language="en-US" Publisher="Adam Wulkiewicz" />
4+
<Identity Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.24" Language="en-US" Publisher="Adam Wulkiewicz" />
55
<DisplayName>Graphical Debugging</DisplayName>
6-
<Description xml:space="preserve">Visualization of variables during debugging, e.g. Boost.Geometry models, containers of values, arrays of points, etc.</Description>
6+
<Description xml:space="preserve">Visualization of C++ and C# variables during debugging, e.g. Boost.Geometry models, containers of values, arrays of points, etc.</Description>
77
<License>LICENSE_1_0.txt</License>
88
<ReleaseNotes>release_notes.txt</ReleaseNotes>
99
<Icon>icon.ico</Icon>
1010
<PreviewImage>preview.png</PreviewImage>
11-
<Tags>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</Tags>
11+
<Tags>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</Tags>
1212
</Metadata>
1313
<Installation>
1414
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,17.0)" />

0 commit comments

Comments
 (0)