Stormancer.CLI 5.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Stormancer.CLI --version 5.1.0                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Stormancer.CLI --version 5.1.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Stormancer.CLI&version=5.1.0                
nuke :add-package Stormancer.CLI --version 5.1.0                

Package Description

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
5.4.1 164 2/26/2025
5.4.1-pre 191 12/5/2024
5.4.0.3-pre 280 3/13/2024
5.4.0.2-pre 192 3/13/2024
5.4.0.1-pre 165 3/11/2024
5.4.0-pre 185 3/11/2024
5.3.4-pre 397 10/29/2023
5.3.3 446 10/18/2023
5.3.3-pre 249 10/9/2023
5.3.2-pre 244 9/12/2023
5.3.1 379 3/15/2023
5.3.1-pre 272 12/14/2022
5.3.0.5-pre 301 10/3/2022
5.3.0.4-pre 254 10/3/2022
5.3.0.3-pre 272 10/3/2022
5.3.0.2 527 10/12/2022
5.3.0.1-pre 277 10/3/2022
5.2.3.5 511 9/28/2022
5.2.3.5-pre 265 9/12/2022
5.2.3.4-pre 273 9/12/2022
5.2.3.3-pre 303 8/26/2022
5.2.3.2-pre 277 7/1/2022
5.2.3.1 596 4/4/2022
5.2.3.1-pre 305 4/4/2022
5.2.3-pre 291 3/15/2022
5.2.2.3-pre 270 3/1/2022
5.2.2.2 561 1/19/2022
5.2.2.2-pre 321 1/17/2022
5.2.2.1-pre 321 1/6/2022
5.2.2 386 10/14/2021
5.2.2-pre 280 8/9/2021
5.2.1 429 7/21/2021
5.2.1-pre 223 7/15/2021
5.2.0.1 1,471 6/11/2021
5.2.0 428 6/8/2021
5.1.1 381 6/4/2021
5.1.1-pre 262 6/4/2021
5.1.0 448 5/23/2021
5.0.0.3 406 5/23/2021
5.0.0.2 427 5/20/2021
5.0.0.2-pre 235 5/20/2021
5.0.0-pre 283 5/18/2021
4.4.0-pre 250 5/11/2021

Added
*****
- Added OnExecuting & OnExecuted extensibility points for Grid plugins, Order is: ConfigureContainer, Initialize, OnExecuting, Execute, OnExecuted.