Skip to content

Commit

Permalink
V 1.0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Jan 30, 2017
1 parent be6a50e commit 30d605d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 deletions.
42 changes: 21 additions & 21 deletions LICENSE
@@ -1,21 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 Tom Englert

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The MIT License (MIT)
Copyright (c) 2017 Tom Englert
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
@@ -1,3 +1,7 @@
1.0.21.0:
* Added french translation
* Make second tier sattelite dlls optional.

1.0.20.0:
* #13, #21: Corectly handle output folder for non-default output locations, e.g. WebApi projects.
* #15, #26, #29: Include second tier references and their sattelite dlls.
Expand Down
2 changes: 1 addition & 1 deletion Version.cs
Expand Up @@ -16,5 +16,5 @@

internal static class Product
{
public const string Version = "1.0.20.0";
public const string Version = "1.0.21.0";
}
2 changes: 1 addition & 1 deletion Wax/source.extension.vsixmanifest
@@ -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.20.0" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="6b9b0621-c739-4ee5-9834-a0ba2a8d3596" Version="1.0.21.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 30d605d

Please sign in to comment.