Skip to content

Commit 51455ac

Browse files
committed
some more gitversion renaming
1 parent ad1164f commit 51455ac

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

GitVersion/GemAssets/gitversion.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
77
spec.bindir = 'bin'
88
spec.executables << 'gitversion'
99

10-
spec.summary = 'Derives SemVer information from a repository following GitFlow.'
10+
spec.summary = 'Derives SemVer information from a repository following GitFlow or GitHubFlow.'
1111
spec.description = <<-EOF
12-
Derives SemVer information from a repository following GitFlow.
12+
Derives SemVer information from a repository following GitFlow or GitHubFlow.
1313
EOF
1414

1515
spec.authors = ['NServiceBus','Simon Cropp']

GitVersion/GitFlow/GitFlowVariableProvider.cs renamed to GitVersion/GitFlow/VariableProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System;
44
using System.Collections.Generic;
55

6-
public static class GitFlowVariableProvider
6+
public static class VariableProvider
77
{
88
public static Dictionary<string, string> ToKeyValue(this VersionAndBranch versionAndBranch)
99
{

GitVersion/GitVersion.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<Compile Include="BuildServers\GitHelper.cs" />
7676
<Compile Include="BuildServers\IBuildServer.cs" />
7777
<Compile Include="BuildServers\TeamCity.cs" />
78-
<Compile Include="GitFlow\GitFlowVariableProvider.cs" />
78+
<Compile Include="GitFlow\VariableProvider.cs" />
7979
<Compile Include="GitVersionContext.cs" />
8080
<Compile Include="HelpWriter.cs" />
8181
<Compile Include="GitFlow\ReleaseInformation.cs" />

GitVersion/HelpWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class HelpWriter
77
public static void Write()
88
{
99
var message =
10-
@"Use convention to derive a SemVer product version from a GitFlow based repository.
10+
@"Use convention to derive a SemVer product version from a GitFlow or GitHub based repository.
1111
1212
GitVersion [path] [/l logFilePath]
1313

GitVersion/NugetExeAssets/GitVersion.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<projectUrl>http://github.com/Particular/GitVersion</projectUrl>
1111
<iconUrl>https://raw.github.com/Particular/GitVersion/master/Icons/package_icon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>Derives SemVer information from a repository following GitFlow.</description>
13+
<description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
1414
<language>en-AU</language>
15-
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, SemVer</tags>
15+
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, GitHubFlow, SemVer</tags>
1616
</metadata>
1717
</package>

GitVersion/NugetRefAssets/GitVersion.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<projectUrl>http://github.com/Particular/GitVersion</projectUrl>
1111
<iconUrl>https://raw.github.com/Particular/GitVersion/master/Icons/package_icon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>Derives SemVer information from a repository following GitFlow.</description>
13+
<description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
1414
<language>en-AU</language>
15-
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, SemVer</tags>
15+
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, GitHubFlow, SemVer</tags>
1616
<dependencies>
1717
<dependency id="LibGit2Sharp" version="0.14.1.0" />
1818
</dependencies>

GitVersionTask/NugetAssets/GitVersionTask.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Stamps an assembly with git information based on SemVer.</description>
1414
<language>en-AU</language>
15-
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, SemVer</tags>
15+
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, GitHubFlow, SemVer</tags>
1616
<developmentDependency>true</developmentDependency>
1717
</metadata>
1818
</package>

0 commit comments

Comments
 (0)