Skip to content

Commit

Permalink
Updating Nuspec to 1.2.0 and using a Release binary instead of Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jan 31, 2016
1 parent 27eb213 commit 5daed5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ContentSync/ContentSync.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>ContentSync</id>
<title>ContentSync</title>
<version>1.1.0</version>
<version>1.2.0</version>
<authors>Kirill Osenkov</authors>
<owners>KirillOsenkov</owners>
<summary>Content-based file sync tool</summary>
Expand All @@ -20,10 +20,10 @@
<!--<dependencies>
<dependency id="" version="" />
</dependencies>-->
<releaseNotes>Initial release</releaseNotes>
<releaseNotes>Minor remaining fixes and improved error reporting.</releaseNotes>
</metadata>
<files>
<file src="..\..\bin\Debug\ContentSync.exe" target="." />
<file src="..\..\bin\Release\ContentSync.exe" target="." />
</files>
</package>

0 comments on commit 5daed5e

Please sign in to comment.