From 28e4df099a992b1db32f79e6553518b6d1ee20c4 Mon Sep 17 00:00:00 2001 From: Jake Ginnivan Date: Thu, 2 Jan 2014 18:44:57 +0000 Subject: [PATCH] Bumped minor, readme will be properly included in NuGet --- GitHubFlowVersion.nuspec | 6 +++++- NextVersion.txt | 2 +- src/GitHubFlowVersion/GitHubFlowVersion.csproj | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/GitHubFlowVersion.nuspec b/GitHubFlowVersion.nuspec index eb1ee93..06073c8 100644 --- a/GitHubFlowVersion.nuspec +++ b/GitHubFlowVersion.nuspec @@ -11,13 +11,17 @@ The easy way to use semantic versioning (semver.org) with GitHub Flow # 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 Copyright Jake Ginnivan 2013 GitHubFlow Versioning SemVer SemanticVersioning Continuous Integration Delivery + diff --git a/NextVersion.txt b/NextVersion.txt index 26aaba0..f0bb29e 100644 --- a/NextVersion.txt +++ b/NextVersion.txt @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/src/GitHubFlowVersion/GitHubFlowVersion.csproj b/src/GitHubFlowVersion/GitHubFlowVersion.csproj index ad72243..55ff5d4 100644 --- a/src/GitHubFlowVersion/GitHubFlowVersion.csproj +++ b/src/GitHubFlowVersion/GitHubFlowVersion.csproj @@ -90,7 +90,9 @@ - + + Always + Always