Skip to content

Commit 8583a4b

Browse files
committed
add Readme to nuget package
1 parent 23aec34 commit 8583a4b

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

CompuMaster.Data.Controls/CompuMaster.Data.Controls.vbproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,10 @@
9696
<ProjectReference Include="..\CompuMaster.Data\CompuMaster.Data.vbproj" />
9797
</ItemGroup>
9898

99+
<PropertyGroup>
100+
<PackageReadmeFile>README.md</PackageReadmeFile>
101+
</PropertyGroup>
102+
<ItemGroup>
103+
<None Include="../README.md" Pack="true" PackagePath="/"/>
104+
</ItemGroup>
99105
</Project>

CompuMaster.Data.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
ProjectSection(SolutionItems) = preProject
1212
.editorconfig = .editorconfig
1313
DEPENDENCIES.md = DEPENDENCIES.md
14+
LICENSE = LICENSE
15+
README.md = README.md
1416
EndProjectSection
1517
EndProject
1618
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "CompuMaster.Data", "CompuMaster.Data\CompuMaster.Data.vbproj", "{23D43CB0-A621-416A-966A-5A0C0EEB34DB}"

CompuMaster.Data/CompuMaster.Data.vbproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,11 @@
139139
<PackageReference Include="System.Runtime" Version="4.3.1">
140140
</PackageReference>
141141
</ItemGroup>
142+
143+
<PropertyGroup>
144+
<PackageReadmeFile>README.md</PackageReadmeFile>
145+
</PropertyGroup>
146+
<ItemGroup>
147+
<None Include="../README.md" Pack="true" PackagePath="/"/>
148+
</ItemGroup>
142149
</Project>

0 commit comments

Comments
 (0)