Skip to content

Commit 9916470

Browse files
author
Roman Lautner
committed
fix readme.md path
1 parent 2aa1905 commit 9916470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tynamix.ObjectFiller/Tynamix.ObjectFiller.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@ It is also possible to fill instances and to write private properties.</Descript
196196
<EnablePackageValidation>true</EnablePackageValidation>
197197
</PropertyGroup>
198198

199-
<ItemGroup>
199+
<ItemGroup>
200200
<!-- Add a README.md next to the csproj -->
201201
<None Include="..\README.md" Pack="true" PackagePath=""/>
202202
</ItemGroup>
203203

204204
<PropertyGroup>
205-
<PackageReadmeFile>..\README.md</PackageReadmeFile>
205+
<PackageReadmeFile>README.md</PackageReadmeFile>
206206
</PropertyGroup>
207207
</Project>

0 commit comments

Comments
 (0)