From 30d605d351d18f78716b9c8a1cd2706a540417c9 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Mon, 30 Jan 2017 19:18:24 +0100 Subject: [PATCH] V 1.0.21.0 --- LICENSE | 42 +++++++++++++++---------------- ReleaseNotes.md | 4 +++ Version.cs | 2 +- Wax/source.extension.vsixmanifest | 2 +- 4 files changed, 27 insertions(+), 23 deletions(-) diff --git a/LICENSE b/LICENSE index f3ed0f0..f8908b4 100644 --- a/LICENSE +++ b/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. diff --git a/ReleaseNotes.md b/ReleaseNotes.md index d433838..817cc99 100644 --- a/ReleaseNotes.md +++ b/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. diff --git a/Version.cs b/Version.cs index 8b5d24a..b11085e 100644 --- a/Version.cs +++ b/Version.cs @@ -16,5 +16,5 @@ internal static class Product { - public const string Version = "1.0.20.0"; + public const string Version = "1.0.21.0"; } diff --git a/Wax/source.extension.vsixmanifest b/Wax/source.extension.vsixmanifest index d1c21ee..c28806c 100644 --- a/Wax/source.extension.vsixmanifest +++ b/Wax/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Wax An interactive WiX-Setup editor; easily maintain the files to be installed. https://github.com/tom-englert/Wax