Skip to content

Commit

Permalink
fix: add README and LICENSE to NuGet package. (#28)
Browse files Browse the repository at this point in the history
* fix: add README and LICENSE to NuGet package.
  • Loading branch information
brianhdk authored Mar 2, 2024
1 parent 3f916e8 commit 2261e45
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Integrations.Umbraco/Integrations.Umbraco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +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>
<License>http://opensource.org/licenses/MIT</License>
<LicenseUrl>http://opensource.org/licenses/MIT</LicenseUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<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.0</PackageVersion>
<PackageVersion>1.7.1</PackageVersion>
<Authors>Relewise</Authors>
<Company>Relewise</Company>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down Expand Up @@ -70,6 +71,8 @@
</ItemGroup>

<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath="" />
<None Include="logo.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\License" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 2261e45

Please sign in to comment.