From 2e526115fcd18f0972f71821e48cebd5c167ecd0 Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Wed, 12 Oct 2022 21:59:34 +1300 Subject: [PATCH] Include README.md to NuGet package --- ArrayDeconstructors.Source.nuspec | 6 +++-- ArrayDeconstructors.cs.pp | 40 +++++++++++++++---------------- LICENSE | 2 +- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/ArrayDeconstructors.Source.nuspec b/ArrayDeconstructors.Source.nuspec index 86c619f..2f3b1fe 100644 --- a/ArrayDeconstructors.Source.nuspec +++ b/ArrayDeconstructors.Source.nuspec @@ -5,19 +5,21 @@ 1.0.3 Alexander Zaytsev hazzik - https://opensource.org/licenses/MIT + MIT https://github.com/hazzik/ArrayDeconstructors true false + docs/README.md ; var (a,b) = array;]]> - Alexander Zaytsev © 2017 + Alexander Zaytsev © 2017-2022 deconstructor deconstruction array arrays tuple tuples + \ No newline at end of file diff --git a/ArrayDeconstructors.cs.pp b/ArrayDeconstructors.cs.pp index b34d2cf..a7e7cb8 100644 --- a/ArrayDeconstructors.cs.pp +++ b/ArrayDeconstructors.cs.pp @@ -1,25 +1,25 @@ #region LICENSE /** -MIT License - -Copyright(c) 2017 Alexander Zaytsev - -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 +MIT License + +Copyright(c) 2017-2022 Alexander Zaytsev + +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. */ #endregion diff --git a/LICENSE b/LICENSE index 8cd4753..9331835 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Alexander Zaytsev +Copyright (c) 2017-2022 Alexander Zaytsev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal