Explorar o código

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
Oleg Nenashev %!s(int64=8) %!d(string=hai) anos
pai
achega
649bb96222
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      WinSW.nuspec

+ 2 - 0
WinSW.nuspec

@@ -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>