Skip to content

Commit

Permalink
Merge pull request #156 from nils-a/feature/GH-104
Browse files Browse the repository at this point in the history
(GH-104) added README to nupkg
  • Loading branch information
nils-a authored Sep 25, 2021
2 parents 21b963f + 7a09419 commit 4072964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Cake.7zip/Cake.7zip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<ItemGroup>
<AdditionalFiles Include="$(SolutionDir)/stylecop.json" Link="stylecop.json" />
<None Include="$(SolutionDir)/.editorconfig" Link=".editorconfig" />
<None Include="$(ProjectDir)../../README.md" Link="README.md" PackagePath="" Pack="true" />
</ItemGroup>

<PropertyGroup>
Expand All @@ -30,6 +31,7 @@
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.7zip/releases</PackageReleaseNotes>
<RootNamespace>Cake.SevenZip</RootNamespace>
<Version>0.0.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -53,4 +55,4 @@
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 4072964

Please sign in to comment.