Skip to content

Commit d087ffc

Browse files
author
Chris Crutchfield
committed
updated to new version of DotNetMDDocs.
1 parent fb4597f commit d087ffc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

doc/Nerdbank/GitVersioning/VersionOptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
|Name|Description|
1818
|---|---|
1919
|[Version](/doc/Nerdbank/GitVersioning/VersionOptions/Properties/Version.md)|Gets or sets the default version to use.|
20-
|[AssemblyVersion](/doc/Nerdbank/GitVersioning/VersionOptions/Properties/AssemblyVersion.md)|Gets or sets the version to use particularly for the instead of the default .|
21-
|[AssemblyVersionOrDefault](/doc/Nerdbank/GitVersioning/VersionOptions/Properties/AssemblyVersionOrDefault.md)|Gets the version to use particularly for the instead of the default .|
20+
|[AssemblyVersion](/doc/Nerdbank/GitVersioning/VersionOptions/Properties/AssemblyVersion.md)|Gets or sets the version to use particularly for the instead of the default .|
21+
|[AssemblyVersionOrDefault](/doc/Nerdbank/GitVersioning/VersionOptions/Properties/AssemblyVersionOrDefault.md)|Gets the version to use particularly for the instead of the default .|
2222
|[BuildNumberOffset](/doc/Nerdbank/GitVersioning/VersionOptions/Properties/BuildNumberOffset.md)|Gets or sets a number to add to the git height when calculating the number.|
2323
|[BuildNumberOffsetOrDefault](/doc/Nerdbank/GitVersioning/VersionOptions/Properties/BuildNumberOffsetOrDefault.md)|Gets a number to add to the git height when calculating the number.|
2424
|[SemVer1NumericIdentifierPadding](/doc/Nerdbank/GitVersioning/VersionOptions/Properties/SemVer1NumericIdentifierPadding.md)|Gets or sets the minimum number of digits to use for numeric identifiers in SemVer 1.|

doc/Nerdbank/GitVersioning/VersionOptions/Properties/AssemblyVersion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# VersionOptions.AssemblyVersion Property
2-
> Gets or sets the version to use particularly for the instead of the default .
2+
> Gets or sets the version to use particularly for the instead of the default .
33
44
**Namespace:** Nerdbank.GitVersioning
55

doc/Nerdbank/GitVersioning/VersionOptions/Properties/AssemblyVersionOrDefault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# VersionOptions.AssemblyVersionOrDefault Property
2-
> Gets the version to use particularly for the instead of the default .
2+
> Gets the version to use particularly for the instead of the default .
33
44
**Namespace:** Nerdbank.GitVersioning
55

doc/Nerdbank/GitVersioning/VersionOracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class VersionOracle
3131
|[GitCommitId](/doc/Nerdbank/GitVersioning/VersionOracle/Properties/GitCommitId.md)|Gets the Git revision control commit id for HEAD (the current source code version).|
3232
|[GitCommitIdShort](/doc/Nerdbank/GitVersioning/VersionOracle/Properties/GitCommitIdShort.md)|Gets the first several characters of the Git revision control commit id for HEAD (the current source code version).|
3333
|[VersionHeight](/doc/Nerdbank/GitVersioning/VersionOracle/Properties/VersionHeight.md)|Gets the number of commits in the longest single path between the specified commit and the most distant ancestor (inclusive) that set the version to the value at HEAD.|
34-
|[VersionHeightOffset](/doc/Nerdbank/GitVersioning/VersionOracle/Properties/VersionHeightOffset.md)|The offset to add to the when calculating the integer to use as the or elsewhere that the {height} macro is used.|
34+
|[VersionHeightOffset](/doc/Nerdbank/GitVersioning/VersionOracle/Properties/VersionHeightOffset.md)|The offset to add to the when calculating the integer to use as the or elsewhere that the {height} macro is used.|
3535
|[Version](/doc/Nerdbank/GitVersioning/VersionOracle/Properties/Version.md)|Gets the version for this project, with up to 4 components.|
3636
|[CloudBuildAllVarsEnabled](/doc/Nerdbank/GitVersioning/VersionOracle/Properties/CloudBuildAllVarsEnabled.md)|Gets a value indicating whether to set all cloud build variables prefaced with "NBGV_".|
3737
|[CloudBuildAllVars](/doc/Nerdbank/GitVersioning/VersionOracle/Properties/CloudBuildAllVars.md)|Gets a dictionary of all cloud build variables that applies to this project, regardless of the current setting of .|

doc/Nerdbank/GitVersioning/VersionOracle/Properties/VersionHeightOffset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# VersionOracle.VersionHeightOffset Property
2-
> The offset to add to the when calculating the integer to use as the or elsewhere that the {height} macro is used.
2+
> The offset to add to the when calculating the integer to use as the or elsewhere that the {height} macro is used.
33
44
**Namespace:** Nerdbank.GitVersioning
55

src/Cake.GitVersioning/Cake.GitVersioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<ItemGroup>
3838
<PackageReference Include="Cake.Core" Version="0.26.0" />
39-
<PackageReference Include="DotNetMDDocs" Version="0.10.0" />
39+
<PackageReference Include="DotNetMDDocs" Version="0.111.0" />
4040
<PackageReference Include="Nerdbank.GitVersioning.LKG" Version="1.6.20-beta-gfea83a8c9e" />
4141
</ItemGroup>
4242

src/NerdBank.GitVersioning/NerdBank.GitVersioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<DocumentationRootFolder>..\..\doc</DocumentationRootFolder>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="DotNetMDDocs" Version="0.10.0" />
11+
<PackageReference Include="DotNetMDDocs" Version="0.111.0" />
1212
<PackageReference Include="LibGit2Sharp" Version="0.24.7-g9fca61fdda" PrivateAssets="None" />
1313
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
1414
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" Condition=" '$(TargetFramework)' == 'netstandard1.3' " />

0 commit comments

Comments
 (0)