소스 검색

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 8 년 전
부모
커밋
649bb96222
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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>