Skip to content

Commit

Permalink
pack LICENSE with Cerberix.HealthCheck.SqlConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
pacjman committed Jul 13, 2024
1 parent 3b641d9 commit 400ab70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<ItemGroup>
<PackageReference Include="Cerberix.HealthCheck" Version="1.1.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<!-- Ensure the LICENSE is included in the package -->
<None Include="../../LICENSE" Pack="true" PackagePath="/"/>
<!-- Ensure the icon file is included in the package -->
<None Include="../../img/cerberix.png" Pack="true" PackagePath="\"/>
<!-- Include the README.md in the package -->
Expand Down

0 comments on commit 400ab70

Please sign in to comment.