diff --git a/Lombiq.Analyzers.PowerShell/License.md b/Lombiq.Analyzers.PowerShell/License.md deleted file mode 100644 index ff974d8..0000000 --- a/Lombiq.Analyzers.PowerShell/License.md +++ /dev/null @@ -1,13 +0,0 @@ -Copyright © 2022, [Lombiq Technologies Ltd.](https://lombiq.com) - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -- Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Lombiq.Analyzers.PowerShell/Lombiq.Analyzers.PowerShell.csproj b/Lombiq.Analyzers.PowerShell/Lombiq.Analyzers.PowerShell.csproj index 6df8acb..c9d31b1d 100644 --- a/Lombiq.Analyzers.PowerShell/Lombiq.Analyzers.PowerShell.csproj +++ b/Lombiq.Analyzers.PowerShell/Lombiq.Analyzers.PowerShell.csproj @@ -18,11 +18,10 @@ Lombiq;Powershell;MSBuild https://github.com/Lombiq/PowerShell-Analyzers https://github.com/Lombiq/PowerShell-Analyzers - License.md + BSD-3-Clause - diff --git a/Readme.md b/Readme.md index e2864cf..5ae8ca1 100644 --- a/Readme.md +++ b/Readme.md @@ -115,3 +115,7 @@ Check out [the official documentation](https://learn.microsoft.com/en-us/powersh Bug reports, feature requests, comments, questions, code contributions and love letters are warmly welcome. You can send them to us via GitHub issues and pull requests. Please adhere to our [open-source guidelines](https://lombiq.com/open-source-guidelines) while doing so. This project is developed by [Lombiq Technologies](https://lombiq.com/). Commercial-grade support is available through Lombiq. + +### Publishing a new NuGet package + +When publishing a new version of the NuGet package, even if it's just a pre-release, also update the package references under _TestSolutions\Lombiq.Analyzers.PowerShell.PackageReference_ to the new version. This is necessary to test the analyzers in the context of a consuming project.