Skip to content

Commit 8556704

Browse files
committed
Attempt to see if NuDoq.org will pick up our xmldoc
1 parent 311cb9c commit 8556704

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

NuGet/CefSharp.Common.nuspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
<file src="..\CefSharp.BrowserSubprocess\bin\x86\Release\CefSharp.BrowserSubprocess.exe" target="CefSharp\x86"/>
2525
<file src="..\CefSharp.BrowserSubprocess\bin\x64\Release\CefSharp.BrowserSubprocess.exe" target="CefSharp\x64"/>
2626

27+
<file src="..\x64\Release\CefSharp.Core.xml" target="CefSharp\x86"/>
28+
<file src="..\x64\Release\CefSharp.Core.xml" target="CefSharp\x64"/>
29+
<file src="..\x64\Release\CefSharp.Core.xml" target="lib"/>
30+
<file src="..\CefSharp\bin\x64\Release\CefSharp.xml" target="CefSharp\x64"/>
31+
<file src="..\CefSharp\bin\x64\Release\CefSharp.xml" target="CefSharp\x86"/>
32+
<!-- Long shot, to see if it's here NuDoq.org looks for it, trial and error at it's best -->
33+
<file src="..\CefSharp\bin\x64\Release\CefSharp.xml" target="lib" />
34+
2735
<file src="CefSharp.Common.props" target="build" />
2836
<file src="CefSharp.Common.targets" target="build" />
2937
</files>

NuGet/CefSharp.WinForms.nuspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<file src="..\CefSharp.WinForms\bin\x86\Release\CefSharp.WinForms.dll" target="CefSharp\x86" />
2222
<file src="..\CefSharp.WinForms\bin\x64\Release\CefSharp.WinForms.dll" target="CefSharp\x64" />
2323

24+
<file src="..\CefSharp.WinForms\bin\x64\Release\CefSharp.WinForms.xml" target="CefSharp\x86" />
25+
<file src="..\CefSharp.WinForms\bin\x64\Release\CefSharp.WinForms.xml" target="CefSharp\x64" />
26+
<!-- Long shot, to see if it's here NuDoq.org looks for it, trial and error at it's best -->
27+
<file src="..\CefSharp.WinForms\bin\x64\Release\CefSharp.WinForms.xml" target="lib" />
28+
2429
<file src="CefSharp.WinForms.props" target="build" />
2530
</files>
2631
</package>

NuGet/CefSharp.Wpf.nuspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<file src="..\CefSharp.Wpf\bin\x86\Release\CefSharp.Wpf.dll" target="CefSharp\x86" />
2222
<file src="..\CefSharp.Wpf\bin\x64\Release\CefSharp.Wpf.dll" target="CefSharp\x64" />
2323

24+
<file src="..\CefSharp.Wpf\bin\x64\Release\CefSharp.Wpf.xml" target="CefSharp\x64" />
25+
<file src="..\CefSharp.Wpf\bin\x64\Release\CefSharp.Wpf.xml" target="CefSharp\x86" />
26+
<!-- Long shot, to see if it's here NuDoq.org looks for it, trial and error at it's best -->
27+
<file src="..\CefSharp.Wpf\bin\x64\Release\CefSharp.Wpf.xml" target="lib" />
28+
2429
<file src="CefSharp.Wpf.props" target="build" />
2530
</files>
2631
</package>

0 commit comments

Comments
 (0)