Skip to content

Commit 4569f81

Browse files
committed
- readme
1 parent 52dcdaa commit 4569f81

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Shuttle.Core.Reflection/.package/package.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<license type="expression">BSD-3-Clause</license>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<icon>images\logo.png</icon>
12+
<readme>docs\README.md</readme>
1213
<repository type="git" url="https://github.com/shuttle/Shuttle.Core.Reflection.git" />
1314
<projectUrl>https://github.com/shuttle/Shuttle.Core.Reflection</projectUrl>
1415
<description>Reflection infrastructure components.</description>
@@ -21,6 +22,7 @@
2122
</metadata>
2223
<files>
2324
<file src="..\..\..\.media\logo.png" target="images" />
25+
<file src="..\..\..\README.md" target="docs\" />
2426
<file src="lib\**\*.*" target="lib" />
2527
</files>
2628
</package>

Shuttle.Core.Reflection/.package/package.nuspec.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<license type="expression">BSD-3-Clause</license>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<icon>images\logo.png</icon>
12+
<readme>docs\README.md</readme>
1213
<repository type="git" url="https://github.com/shuttle/Shuttle.Core.Reflection.git" />
1314
<projectUrl>https://github.com/shuttle/Shuttle.Core.Reflection</projectUrl>
1415
<description>Reflection infrastructure components.</description>
@@ -20,6 +21,7 @@
2021
</metadata>
2122
<files>
2223
<file src="..\..\..\.media\logo.png" target="images" />
24+
<file src="..\..\..\README.md" target="docs\" />
2325
<file src="lib\**\*.*" target="lib" />
2426
</files>
2527
</package>

0 commit comments

Comments
 (0)