Skip to content

Commit

Permalink
Bump version, update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkiew committed Apr 26, 2019
1 parent cf63145 commit 885b07a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
5 changes: 5 additions & 0 deletions Visual_Studio_2015/GraphicalDebugging/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
version 0.24

additions:
- direct memory access for C# List<>

version 0.23

additions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<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 Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.23" Language="en-US" Publisher="Adam Wulkiewicz" />
<Identity Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.24" Language="en-US" Publisher="Adam Wulkiewicz" />
<DisplayName>Graphical Debugging</DisplayName>
<Description xml:space="preserve">Visualization of variables during debugging, e.g. Boost.Geometry models, containers of values, arrays of points, etc.</Description>
<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>
<License>LICENSE_1_0.txt</License>
<ReleaseNotes>release_notes.txt</ReleaseNotes>
<Icon>icon.ico</Icon>
<PreviewImage>preview.png</PreviewImage>
<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>
<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>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,17.0)" />
Expand Down

0 comments on commit 885b07a

Please sign in to comment.