Skip to content

Commit 9be25a3

Browse files
committed
WinControl: add readme
1 parent 65192a6 commit 9be25a3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Src/WinControl/WinControl/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
WinControl is a control that manages multiple forms in VS 2008 style.

Src/WinControl/WinControl/WinControl.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<Authors>Mikhail Shiryaev</Authors>
1313
<Company />
1414
<PackageProjectUrl></PackageProjectUrl>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
1516
<Copyright>Copyright © 2010-2024</Copyright>
1617
<PackageTags>winforms control manage</PackageTags>
1718
<Description>A control that manages multiple forms in VS 2008 style.</Description>
@@ -35,4 +36,7 @@
3536
</EmbeddedResource>
3637
</ItemGroup>
3738

39+
<ItemGroup>
40+
<None Include="README.md" Pack="true" PackagePath="\"/>
41+
</ItemGroup>
3842
</Project>

0 commit comments

Comments
 (0)