Skip to content

Commit

Permalink
Merge pull request #30 from nils-a/feature/GH-27
Browse files Browse the repository at this point in the history
(#27) added readme to nupkg
  • Loading branch information
nils-a authored Jul 15, 2024
2 parents 873f1bc + 0d1d8a5 commit ce6819c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Cake.Discord/Cake.Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<ItemGroup>
<AdditionalFiles Include="$(ProjectDir)../stylecop.json" Link="stylecop.json" />
<None Include="$(ProjectDir)../.editorconfig" Link=".editorconfig" />
<None Include="$(ProjectDir)../../README.md" Link="README.md" PackagePath="" Pack="true" />
</ItemGroup>

<ItemGroup>
Expand All @@ -32,6 +33,7 @@ This version was build for Cake v$(CakeVersion)</Description>
<PackageReleaseNotes>This version was build for Cake v$(CakeVersion).
For details see $(PackageProjectUrl)/releases</PackageReleaseNotes>
<Version>0.0.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ce6819c

Please sign in to comment.