Skip to content

Commit

Permalink
Bumped minor, readme will be properly included in NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Jan 2, 2014
1 parent 663f2f3 commit 28e4df0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion GitHubFlowVersion.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@
<description>The easy way to use semantic versioning (semver.org) with GitHub Flow</description>
<releaseNotes>
# 1.2.0
Added /UpdateAssemblyInfo flag to update AssemblyInfo.cs files
- Added /UpdateAssemblyInfo flag to update AssemblyInfo.cs files
# 1.3.0
- Can now use relative paths to the git repo root for project files
- Pull Requests are now detected without adding teamcity env variables
</releaseNotes>
<copyright>Copyright Jake Ginnivan 2013</copyright>
<tags>GitHubFlow Versioning SemVer SemanticVersioning Continuous Integration Delivery</tags>
</metadata>
<files>
<file src="ToBeRemoved.txt" target="content"/>
<file src="Readme.txt" target=""/>
<file src="GitHubFlowVersion.exe" target="tools"/>
<file src="GitHubFlowVersion.pdb" target="tools"/>
<file src="install.ps1" target="tools"/>
Expand Down
2 changes: 1 addition & 1 deletion NextVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
4 changes: 3 additions & 1 deletion src/GitHubFlowVersion/GitHubFlowVersion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="readme.txt" />
<None Include="readme.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="ToBeRemoved.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit 28e4df0

Please sign in to comment.