Skip to content

Commit b923999

Browse files
author
Chris Crutchfield
committed
updated docs with new generator
1 parent 7be4fe4 commit b923999

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+94
-94
lines changed

doc/Cake/GitVersioning/GitVersioningAliases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Syntax
1313
~~~~csharp
1414
[Cake.Core.Annotations.CakeAliasCategory("Git Versioning")]
15-
public static class GitVersioningAliases
15+
public static class GitVersioningAliases
1616
~~~~
1717
## Methods
1818
|Name|Description|

doc/Nerdbank/GitVersioning/CloudBuild/Properties/Active.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
~~~~csharp
99
public static Nerdbank.GitVersioning.ICloudBuild Active
1010
{
11-
get;
11+
get;
1212
}
1313
~~~~

doc/Nerdbank/GitVersioning/ICloudBuild/Properties/BuildingBranch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
~~~~csharp
99
string BuildingBranch
1010
{
11-
get;
11+
get;
1212
}
1313
~~~~

doc/Nerdbank/GitVersioning/ICloudBuild/Properties/BuildingTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
~~~~csharp
99
string BuildingTag
1010
{
11-
get;
11+
get;
1212
}
1313
~~~~

doc/Nerdbank/GitVersioning/ICloudBuild/Properties/GitCommitId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
~~~~csharp
99
string GitCommitId
1010
{
11-
get;
11+
get;
1212
}
1313
~~~~

doc/Nerdbank/GitVersioning/ICloudBuild/Properties/IsApplicable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
~~~~csharp
99
bool IsApplicable
1010
{
11-
get;
11+
get;
1212
}
1313
~~~~

doc/Nerdbank/GitVersioning/ICloudBuild/Properties/IsPullRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
~~~~csharp
99
bool IsPullRequest
1010
{
11-
get;
11+
get;
1212
}
1313
~~~~

doc/Nerdbank/GitVersioning/SemanticVersion/Properties/BuildMetadata.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
~~~~csharp
99
public string BuildMetadata
1010
{
11-
[System.Runtime.CompilerServices.CompilerGenerated]
12-
get;
13-
[System.Runtime.CompilerServices.CompilerGenerated]
14-
private set;
11+
[System.Runtime.CompilerServices.CompilerGenerated]
12+
get;
13+
[System.Runtime.CompilerServices.CompilerGenerated]
14+
private set;
1515
}
1616
~~~~

doc/Nerdbank/GitVersioning/SemanticVersion/Properties/Prerelease.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
~~~~csharp
99
public string Prerelease
1010
{
11-
[System.Runtime.CompilerServices.CompilerGenerated]
12-
get;
13-
[System.Runtime.CompilerServices.CompilerGenerated]
14-
private set;
11+
[System.Runtime.CompilerServices.CompilerGenerated]
12+
get;
13+
[System.Runtime.CompilerServices.CompilerGenerated]
14+
private set;
1515
}
1616
~~~~

doc/Nerdbank/GitVersioning/SemanticVersion/Properties/Version.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
~~~~csharp
99
public System.Version Version
1010
{
11-
[System.Runtime.CompilerServices.CompilerGenerated]
12-
get;
13-
[System.Runtime.CompilerServices.CompilerGenerated]
14-
private set;
11+
[System.Runtime.CompilerServices.CompilerGenerated]
12+
get;
13+
[System.Runtime.CompilerServices.CompilerGenerated]
14+
private set;
1515
}
1616
~~~~

0 commit comments

Comments
 (0)