Skip to content

Commit

Permalink
V 1.0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Apr 19, 2017
1 parent 4be6501 commit 3d8e5f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.26.0:
* Fix #6: null reference exception on project with invalid project references

1.0.25.0:
* Fix #6: Another flavor of this issue occured.
* Fix #41: support WiX v4 templates.
Expand Down
2 changes: 1 addition & 1 deletion Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

internal static class Product
{
public const string Version = "1.0.25.0";
public const string Version = "1.0.26.0";
}
2 changes: 1 addition & 1 deletion Wax/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="6b9b0621-c739-4ee5-9834-a0ba2a8d3596" Version="1.0.25.0" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="6b9b0621-c739-4ee5-9834-a0ba2a8d3596" Version="1.0.26.0" Language="en-US" Publisher="tom-englert.de" />
<DisplayName>Wax</DisplayName>
<Description xml:space="preserve">An interactive WiX-Setup editor; easily maintain the files to be installed.</Description>
<MoreInfo>https://github.com/tom-englert/Wax</MoreInfo>
Expand Down

0 comments on commit 3d8e5f0

Please sign in to comment.