Skip to content

Commit

Permalink
chore: include README into package file
Browse files Browse the repository at this point in the history
  • Loading branch information
justdmitry committed Nov 28, 2023
1 parent d1c5784 commit 31359d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/RecurrentTasks/RecurrentTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<Company />
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down Expand Up @@ -52,6 +53,13 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>All</PrivateAssets>
Expand Down

0 comments on commit 31359d8

Please sign in to comment.