Skip to content

Commit

Permalink
Continuous Integration Publish: 696a07e
Browse files Browse the repository at this point in the history
Merge pull request #523 from gep13/support-gitlab

Add support for GitLab
  • Loading branch information
web-flow authored Nov 10, 2023
1 parent 9b6f59d commit 1741fb0
Show file tree
Hide file tree
Showing 155 changed files with 16,521 additions and 815 deletions.
48 changes: 24 additions & 24 deletions api/GitReleaseManager.Core.Commands/ICommand_1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,16 @@ <h1>ICommand<wbr>&lt;TOptions&gt;<wbr> <small>Interface</small></h1>
<dt>Implementing Types</dt>
<dd>
<ul class="list-unstyled">
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand">InitCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand">DiscardCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand">LabelCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand">CreateCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand">PublishCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand">CloseCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand">AddAssetsCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand">ExportCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand">ShowConfigCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand">CreateCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand">LabelCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand">OpenCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand">PublishCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand">ShowConfigCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand">AddAssetsCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand">InitCommand</a></li>
</ul>
</dd>
</dl>
Expand All @@ -202,26 +202,26 @@ <h1>ICommand<wbr>&lt;TOptions&gt;<wbr> <small>Interface</small></h1>
graph BT
Type["ICommand&lt;TOptions&gt;"]
class Type type-node
Implementing0["InitCommand"]-.-&gt;Type
click Implementing0 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand"
Implementing1["DiscardCommand"]-.-&gt;Type
click Implementing1 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand"
Implementing2["LabelCommand"]-.-&gt;Type
click Implementing2 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand"
Implementing0["DiscardCommand"]-.-&gt;Type
click Implementing0 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand"
Implementing1["CloseCommand"]-.-&gt;Type
click Implementing1 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand"
Implementing2["ExportCommand"]-.-&gt;Type
click Implementing2 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand"
Implementing3["CreateCommand"]-.-&gt;Type
click Implementing3 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand"
Implementing4["PublishCommand"]-.-&gt;Type
click Implementing4 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand"
Implementing5["CloseCommand"]-.-&gt;Type
click Implementing5 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand"
Implementing6["AddAssetsCommand"]-.-&gt;Type
click Implementing6 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand"
Implementing7["ExportCommand"]-.-&gt;Type
click Implementing7 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand"
Implementing8["ShowConfigCommand"]-.-&gt;Type
click Implementing8 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand"
Implementing9["OpenCommand"]-.-&gt;Type
click Implementing9 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand"
Implementing4["LabelCommand"]-.-&gt;Type
click Implementing4 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand"
Implementing5["OpenCommand"]-.-&gt;Type
click Implementing5 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand"
Implementing6["PublishCommand"]-.-&gt;Type
click Implementing6 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand"
Implementing7["ShowConfigCommand"]-.-&gt;Type
click Implementing7 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand"
Implementing8["AddAssetsCommand"]-.-&gt;Type
click Implementing8 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand"
Implementing9["InitCommand"]-.-&gt;Type
click Implementing9 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand"

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/GitReleaseManager/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/GitReleaseManager/assets/img/favicon.ico" type="image/x-icon">
<title>GitReleaseManager - API - MilestoneExtensions.Version(Milestone) Method</title>
<title>GitReleaseManager - API - MilestoneExtensions.Version(Octokit.Milestone) Method</title>
<link href="/GitReleaseManager/assets/css/highlight.css" rel="stylesheet">
<link href="/GitReleaseManager/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/GitReleaseManager/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
Expand Down Expand Up @@ -140,7 +140,8 @@
<li class="header">Field Members</li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Extensions/MilestoneExtensions/8CE7ABB3">_logger</a></li>
<li class="header">Method Members</li>
<li class="selected"><a href="/GitReleaseManager/api/GitReleaseManager.Core.Extensions/MilestoneExtensions/E34E011B">Version<wbr>(Milestone)<wbr></a></li>
<li class="selected"><a href="/GitReleaseManager/api/GitReleaseManager.Core.Extensions/MilestoneExtensions/03F3E64E">Version<wbr>(Octokit<wbr>.Milestone)<wbr></a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Extensions/MilestoneExtensions/B86B88E3">Version<wbr>(NGitLab<wbr>.Models<wbr>.Milestone)<wbr></a></li>


</ul>
Expand All @@ -156,7 +157,7 @@

<section class="content-header">
<h3><a href="/GitReleaseManager/api/GitReleaseManager.Core.Extensions/MilestoneExtensions">MilestoneExtensions</a>.</h3>
<h1>Version<wbr>(Milestone)<wbr> <small>Method</small></h1>
<h1>Version<wbr>(Octokit<wbr>.Milestone)<wbr> <small>Method</small></h1>
</section>
<section class="content">

Expand All @@ -177,7 +178,7 @@ <h1>Version<wbr>(Milestone)<wbr> <small>Method</small></h1>
</div>

<h1 id="Syntax">Syntax</h1>
<pre><code>public static Version Version(this Milestone ver)</code></pre>
<pre><code>public static Version Version(this Octokit.Milestone ver)</code></pre>



Expand All @@ -196,7 +197,7 @@ <h1 id="Parameters">Parameters</h1>
</thead>
<tbody><tr>
<td>ver</td>
<td>Milestone</td>
<td>Octokit<wbr>.Milestone</td>
<td></td>
</tr>
</tbody></table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
<li class="header">Field Members</li>
<li class="selected"><a href="/GitReleaseManager/api/GitReleaseManager.Core.Extensions/MilestoneExtensions/8CE7ABB3">_logger</a></li>
<li class="header">Method Members</li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Extensions/MilestoneExtensions/E34E011B">Version<wbr>(Milestone)<wbr></a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Extensions/MilestoneExtensions/03F3E64E">Version<wbr>(Octokit<wbr>.Milestone)<wbr></a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Extensions/MilestoneExtensions/B86B88E3">Version<wbr>(NGitLab<wbr>.Models<wbr>.Milestone)<wbr></a></li>


</ul>
Expand Down
Loading

0 comments on commit 1741fb0

Please sign in to comment.