Skip to content

Commit

Permalink
Merge pull request #203 from mattosaurus/chore/include-readme-in-package
Browse files Browse the repository at this point in the history
Include readme in package
  • Loading branch information
mattosaurus authored Mar 23, 2023
2 parents 97539f9 + 93d88f0 commit a3d8a62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PgpCore/PgpCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -30,6 +31,13 @@
<DelaySign>false</DelaySign>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.1.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand Down

0 comments on commit a3d8a62

Please sign in to comment.