Skip to content

Commit

Permalink
Include the .nuspec file in the project and bump nuspec version to 1.…
Browse files Browse the repository at this point in the history
…3.0.
  • Loading branch information
KirillOsenkov committed Feb 3, 2016
1 parent b0893a3 commit 3ec523c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/ContentSync/ContentSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
<Compile Include="Paths.cs" />
<Compile Include="Sync.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ContentSync.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
4 changes: 2 additions & 2 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.2.0</version>
<version>1.3.0</version>
<authors>Kirill Osenkov</authors>
<owners>KirillOsenkov</owners>
<summary>Content-based file sync tool</summary>
Expand All @@ -20,7 +20,7 @@
<!--<dependencies>
<dependency id="" version="" />
</dependencies>-->
<releaseNotes>Minor remaining fixes and improved error reporting.</releaseNotes>
<releaseNotes>Minor remaining fixes and improved logging and error reporting.</releaseNotes>
</metadata>
<files>
<file src="..\..\bin\Release\ContentSync.exe" target="." />
Expand Down

0 comments on commit 3ec523c

Please sign in to comment.