Skip to content

Commit dacbd81

Browse files
Add readme to nuget package (#556)
1 parent c3cb82e commit dacbd81

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
<RepositoryUrl>http://github.com/machine/machine.specifications</RepositoryUrl>
1010
<RepositoryType>git</RepositoryType>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12+
<PackageReadmeFile>README.md</PackageReadmeFile>
1213
</PropertyGroup>
13-
14+
1415
<ItemGroup>
1516
<None Include="../../images/icon.png" Pack="true" PackagePath="" Visible="false" />
17+
<None Include="../../README.md" Pack="true" PackagePath="/" />
1618
</ItemGroup>
1719

1820
</Project>

0 commit comments

Comments
 (0)