Skip to content

Commit d0614d7

Browse files
committed
readme
1 parent dd8714c commit d0614d7

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
@@ -11,6 +11,7 @@
1111
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1212
<PackageIcon>logo.png</PackageIcon>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14+
<PackageReadmeFile>README.md</PackageReadmeFile>
1415
<Product>Managed Code - Storage</Product>
1516
<Version>0.0.1</Version>
1617
<PackageVersion>0.0.1</PackageVersion>
@@ -19,6 +20,7 @@
1920
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2021
</PropertyGroup>
2122
<ItemGroup>
22-
<None Include="$(SolutionDir)\logo.png" Pack="true" Visible="false" PackagePath="" />
23+
<None Include="$(SolutionDir)\logo.png" Pack="true" Visible="false" PackagePath="\" />
24+
<None Include="$(SolutionDir)\README.md" Pack="true" Visible="false" PackagePath="\" />
2325
</ItemGroup>
2426
</Project>

0 commit comments

Comments
 (0)