@@ -183,16 +183,16 @@ <h1>ICommand<wbr><TOptions><wbr> <small>Interface</small></h1>
183
183
< dt > Implementing Types</ dt >
184
184
< dd >
185
185
< ul class ="list-unstyled ">
186
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand "> DiscardCommand</ a > </ li >
186
187
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand "> ExportCommand</ a > </ li >
188
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand "> CreateCommand</ a > </ li >
187
189
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand "> ShowConfigCommand</ a > </ li >
188
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand "> CloseCommand</ a > </ li >
189
190
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand "> LabelCommand</ a > </ li >
191
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand "> OpenCommand</ a > </ li >
190
192
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand "> InitCommand</ a > </ li >
191
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand "> AddAssetsCommand</ a > </ li >
192
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand "> DiscardCommand</ a > </ li >
193
193
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand "> PublishCommand</ a > </ li >
194
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand " > OpenCommand </ a > </ li >
195
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand " > CreateCommand </ a > </ li >
194
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand " > CloseCommand </ a > </ li >
195
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand " > AddAssetsCommand </ a > </ li >
196
196
</ ul >
197
197
</ dd >
198
198
</ dl >
@@ -202,26 +202,26 @@ <h1>ICommand<wbr><TOptions><wbr> <small>Interface</small></h1>
202
202
graph BT
203
203
Type["ICommand<TOptions>"]
204
204
class Type type-node
205
- Implementing0["ExportCommand "]-.->Type
206
- click Implementing0 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand "
207
- Implementing1["ShowConfigCommand "]-.->Type
208
- click Implementing1 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand "
209
- Implementing2["CloseCommand "]-.->Type
210
- click Implementing2 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand "
211
- Implementing3["LabelCommand "]-.->Type
212
- click Implementing3 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand "
213
- Implementing4["InitCommand "]-.->Type
214
- click Implementing4 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand "
215
- Implementing5["AddAssetsCommand "]-.->Type
216
- click Implementing5 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand "
217
- Implementing6["DiscardCommand "]-.->Type
218
- click Implementing6 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand "
205
+ Implementing0["DiscardCommand "]-.->Type
206
+ click Implementing0 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand "
207
+ Implementing1["ExportCommand "]-.->Type
208
+ click Implementing1 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand "
209
+ Implementing2["CreateCommand "]-.->Type
210
+ click Implementing2 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand "
211
+ Implementing3["ShowConfigCommand "]-.->Type
212
+ click Implementing3 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand "
213
+ Implementing4["LabelCommand "]-.->Type
214
+ click Implementing4 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand "
215
+ Implementing5["OpenCommand "]-.->Type
216
+ click Implementing5 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand "
217
+ Implementing6["InitCommand "]-.->Type
218
+ click Implementing6 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand "
219
219
Implementing7["PublishCommand"]-.->Type
220
220
click Implementing7 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand"
221
- Implementing8["OpenCommand "]-.->Type
222
- click Implementing8 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand "
223
- Implementing9["CreateCommand "]-.->Type
224
- click Implementing9 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand "
221
+ Implementing8["CloseCommand "]-.->Type
222
+ click Implementing8 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand "
223
+ Implementing9["AddAssetsCommand "]-.->Type
224
+ click Implementing9 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand "
225
225
226
226
</ div >
227
227
</ div >
0 commit comments