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 Aug 17, 2024
1 parent b0290c4 commit 0b9e846
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions solution/GraphicalDebugging/Properties/AssemblyInfo.cs
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.54.0.0")]
[assembly: AssemblyFileVersion("0.54.0.0")]
[assembly: AssemblyVersion("0.55.0.0")]
[assembly: AssemblyFileVersion("0.55.0.0")]
7 changes: 7 additions & 0 deletions solution/GraphicalDebugging/release_notes.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion solution/GraphicalDebugging/source.extension.vsixmanifest
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.54" Language="en-US" Publisher="Adam Wulkiewicz" />
<Identity Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.55" 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.txt</License>
Expand Down

0 comments on commit 0b9e846

Please sign in to comment.