Skip to content

Commit 7e29252

Browse files
committed
Add readme to NuGet package
1 parent eb7247d commit 7e29252

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PackageReadme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Persistence layer implementation for use of [MongoDB](https://www.mongodb.com/) in APIs using [JsonApiDotNetCore](https://www.jsonapi.net/).

src/JsonApiDotNetCore.MongoDb/JsonApiDotNetCore.MongoDb.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@
1515
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1616
<PackageReleaseNotes>See https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb/releases.</PackageReleaseNotes>
1717
<PackageIcon>logo.png</PackageIcon>
18+
<PackageReadmeFile>PackageReadme.md</PackageReadmeFile>
1819
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1920
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2021
<DebugType>embedded</DebugType>
2122
</PropertyGroup>
2223

2324
<ItemGroup>
24-
<None Include="..\..\logo.png" Visible="false">
25-
<Pack>True</Pack>
26-
<PackagePath></PackagePath>
27-
</None>
25+
<None Include="..\..\logo.png" Visible="false" Pack="True" PackagePath="" />
26+
<None Include="..\..\PackageReadme.md" Visible="false" Pack="True" PackagePath="" />
2827
</ItemGroup>
2928

3029
<ItemGroup>

0 commit comments

Comments
 (0)