Modified nuspec file for target .net40, removed links to license and readme, and added XML docs file
This commit is contained in:
parent
5c52364607
commit
02d6cbe40a
|
@ -16,10 +16,8 @@
|
|||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="Asterisk.NET\bin\Release\net45\AsterNET.dll" target="lib\net45\AsterNET.dll" />
|
||||
<file src="Asterisk.NET\bin\Release\net45\AsterNET.pdb" target="lib\net45\AsterNET.pdb" />
|
||||
<file src="changelog.txt" target="changelog.txt" />
|
||||
<file src="LICENSE.txt" target="LICENSE.txt" />
|
||||
<file src="README.md" target="README.md" />
|
||||
<file src="Asterisk.NET\bin\Release\AsterNET.dll" target="lib\net40\AsterNET.dll" />
|
||||
<file src="Asterisk.NET\bin\Release\AsterNET.pdb" target="lib\net40\AsterNET.pdb" />
|
||||
<file src="Asterisk.NET\bin\Release\AsterNET.XML" target="lib\net40\AsterNET.XML" />
|
||||
</files>
|
||||
</package>
|
Loading…
Reference in a new issue