File tree 2 files changed +4
-4
lines changed
src/JsonApiDotNetCore.MongoDb
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change
1
+ Persistence layer implementation for use of [ MongoDB] ( https://www.mongodb.com/ ) in APIs using [ JsonApiDotNetCore] ( https://www.jsonapi.net/ ) .
Original file line number Diff line number Diff line change 15
15
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
16
16
<PackageReleaseNotes >See https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb/releases.</PackageReleaseNotes >
17
17
<PackageIcon >logo.png</PackageIcon >
18
+ <PackageReadmeFile >PackageReadme.md</PackageReadmeFile >
18
19
<PublishRepositoryUrl >true</PublishRepositoryUrl >
19
20
<EmbedUntrackedSources >true</EmbedUntrackedSources >
20
21
<DebugType >embedded</DebugType >
21
22
</PropertyGroup >
22
23
23
24
<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 =" " />
28
27
</ItemGroup >
29
28
30
29
<ItemGroup >
You can’t perform that action at this time.
0 commit comments