Skip to content

Commit 964ea21

Browse files
committed
add readme to nuget
1 parent 4886286 commit 964ea21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DistributedLock.Mongo/DistributedLock.Mongo.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageTags>lock,mongodb,mongo,distributed,distributedlock,mutex</PackageTags>
88
<PackageProjectUrl>https://github.com/gritse/mongo-lock</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/gritse/mongo-lock.git</RepositoryUrl>
10+
<PackageReadmeFile>README.md</PackageReadmeFile>
1011
<Company />
1112
<RepositoryType>git</RepositoryType>
1213
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -21,4 +22,7 @@
2122
<PackageReference Include="MongoDB.Driver" Version="2.25.0" />
2223
</ItemGroup>
2324

25+
<ItemGroup>
26+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
27+
</ItemGroup>
2428
</Project>

0 commit comments

Comments
 (0)