Skip to content

Commit c33ca0e

Browse files
committed
readme
1 parent a142b55 commit c33ca0e

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@
1212
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1313
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1414
</PropertyGroup>
15+
<ItemGroup>
16+
<None Include="README.md" Pack="true" PackagePath="" />
17+
<None Include="README.ja-JP.md" Pack="true" PackagePath="" />
18+
<None Include="README.fr-FR.md" Pack="true" PackagePath="" />
19+
<None Include="README.zh-CN.md" Pack="true" PackagePath="" />
20+
</ItemGroup>
1521
</Project>

0 commit comments

Comments
 (0)