There was an error while loading. Please reload this page.
1 parent c3cb82e commit dacbd81Copy full SHA for dacbd81
1 file changed
Directory.Build.props
@@ -9,10 +9,12 @@
9
<RepositoryUrl>http://github.com/machine/machine.specifications</RepositoryUrl>
10
<RepositoryType>git</RepositoryType>
11
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12
+ <PackageReadmeFile>README.md</PackageReadmeFile>
13
</PropertyGroup>
-
14
+
15
<ItemGroup>
16
<None Include="../../images/icon.png" Pack="true" PackagePath="" Visible="false" />
17
+ <None Include="../../README.md" Pack="true" PackagePath="/" />
18
</ItemGroup>
19
20
</Project>
0 commit comments