Skip to content

Commit

Permalink
fix: add LICENSE to package (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhdk authored Mar 2, 2024
1 parent 2261e45 commit ec9114d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Integrations.Umbraco/Integrations.Umbraco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<PackageIcon>logo.png</PackageIcon>
<PackageTags>Relewise;Umbraco;Umbraco-v9;Umbraco-v10;Umbraco-v11;Umbraco-v12;Umbraco-v13;Recommendations;Search;SearchEngine;Personalization;Recommender;umbraco-marketplace</PackageTags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<LicenseUrl>http://opensource.org/licenses/MIT</LicenseUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Relewise/relewise-integrations-umbraco</PackageProjectUrl>
<RepositoryUrl>https://github.com/Relewise/relewise-integrations-umbraco</RepositoryUrl>
<PackageId>Relewise.Integrations.Umbraco</PackageId>
<PackageVersion>1.7.1</PackageVersion>
<PackageVersion>1.7.2</PackageVersion>
<Authors>Relewise</Authors>
<Company>Relewise</Company>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down Expand Up @@ -73,6 +73,6 @@
<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\License" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit ec9114d

Please sign in to comment.