Skip to content

Commit

Permalink
Add Readme and License file in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenveo committed Jan 13, 2023
1 parent d27024a commit 5e7b780
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Noisrev.League.IO.RST/Noisrev.League.IO.RST.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<FileVersion>3.1.1.0</FileVersion>
<InformationalVersion>3.1.1.0</InformationalVersion>
<RepositoryUrl>https://github.com/Noisrev/Noisrev.League.IO.RST</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
Expand All @@ -29,8 +30,12 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
Expand Down

0 comments on commit 5e7b780

Please sign in to comment.