Skip to content

Commit

Permalink
Merge branch 'dev' into issue/OSOE-580
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Jun 12, 2024
2 parents 9618f9e + d902c64 commit f106d3b
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 f106d3b

Please sign in to comment.