Skip to content

Commit

Permalink
Merge pull request #41 from Lombiq/issue/OSOE-852
Browse files Browse the repository at this point in the history
OSOE-852: Change NuGet metadata to use license expression
  • Loading branch information
Piedone authored Jun 11, 2024
2 parents dbf8497 + 06823f5 commit d902c64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
13 changes: 0 additions & 13 deletions Lombiq.Analyzers.PowerShell/License.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
<PackageTags>Lombiq;Powershell;MSBuild</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/PowerShell-Analyzers</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/PowerShell-Analyzers</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="..\Readme.md" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
<None Include="Lombiq.Analyzers.PowerShell.targets" Pack="true" PackagePath="build\Lombiq.Analyzers.PowerShell.targets" />
Expand Down
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d902c64

Please sign in to comment.