Skip to content

Commit 7a0bc7a

Browse files
Merge pull request #24 from lennarttenwolde/bug/readme-path
Fix readme path
2 parents 8555ec5 + 993e44f commit 7a0bc7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Dequeueable/Dequeueable.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This client library simplifies dequeuing queue messages from Microsoft Azure Storage Queues. It makes it easy to retrieve messages from the queue: dequeueing, exception handling and distributed singleton are handled for you.
1010
</Description>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12-
<PackageReadmeFile>../../README.md</PackageReadmeFile>
12+
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<RepositoryUrl>https://github.com/lenndewolten/Dequeueable</RepositoryUrl>
1414
<RepositoryType>Git</RepositoryType>
1515
<ProjectUrl>https://github.com/lenndewolten/Dequeueable</ProjectUrl>
@@ -35,6 +35,6 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<None Include="../../README.md" Pack="true" PackagePath="\" />
38+
<None Include="../../README.md" Pack="true" PackagePath="\" Link="README.md" />
3939
</ItemGroup>
4040
</Project>

0 commit comments

Comments
 (0)