Issue #176 - Attach allOptions sample as a reference config to the NuGet package (#177)

* Issue #176 - Attach allOptions sample as a reference config to the NuGet package

* Issue #176 - Fix the file format
pull/179/head
Oleg Nenashev 2016-12-29 14:02:23 +01:00 committed by GitHub
parent 71dfc0b291
commit 649bb96222
1 changed files with 2 additions and 0 deletions

View File

@ -27,5 +27,7 @@ More info about the wrapper is available in the projects GitHub repository.
<files>
<file src="src\Core\ServiceWrapper\bin\Release\WinSW.NET2.exe" target="lib\net20-full" />
<file src="src\Core\ServiceWrapper_dotNET4\bin\Release\WinSW.NET4.exe" target="lib\net40-full" />
<file src="examples\sample-allOptions.xml" target="lib\net20-full\WinSW.NET2.xml" />
<file src="examples\sample-allOptions.xml" target="lib\net40-full\WinSW.NET4.xml" />
</files>
</package>