Skip to content

Commit 9001185

Browse files
committed
Include readme in nuget package
1 parent fc00a16 commit 9001185

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elmah.io.javascript.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>elmah.io JavaScript logger.</description>
1212
<projectUrl>https://elmah.io/</projectUrl>
13+
<readme>README.md</readme>
1314
<repository type="git" url="https://github.com/elmahio/elmah.io.javascript" />
1415
<iconUrl>https://secure.gravatar.com/avatar/5c4cb3646528821117abde6d2d5ee22d?s=64</iconUrl>
1516
<icon>icon.png</icon>
1617
<tags>Error Exception Reporting Management Logging ELMAH Diagnostics Tracing JavaScript</tags>
1718
</metadata>
1819
<files>
1920
<file src="icon.png" target="icon.png" />
21+
<file src="README.md" target="README.md" />
2022
<file src="dist\elmahio.js" target="content\scripts\elmahio.js" />
2123
<file src="dist\elmahio.js.map" target="content\scripts\elmahio.js.map" />
2224
<file src="dist\elmahio.min.js" target="content\scripts\elmahio.min.js" />

0 commit comments

Comments
 (0)