Skip to content

Commit

Permalink
Bump version 0.31 and update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkiew committed Feb 24, 2020
1 parent 15726b1 commit cf381ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.30.0.0")]
[assembly: AssemblyFileVersion("0.30.0.0")]
[assembly: AssemblyVersion("0.31.0.0")]
[assembly: AssemblyFileVersion("0.31.0.0")]
6 changes: 6 additions & 0 deletions Visual_Studio_2017/GraphicalDebugging/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
version 0.31

bugfixes:
- fixed issue with user-defined containers element type expected to be the first template argument
- fixed issue with user-defined containers not updated after change in XML file

version 0.30

additions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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.30" Language="en-US" Publisher="Adam Wulkiewicz" />
<Identity Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.31" Language="en-US" Publisher="Adam Wulkiewicz" />
<DisplayName>Graphical Debugging</DisplayName>
<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>
Expand Down

0 comments on commit cf381ca

Please sign in to comment.