Petabridge.Cmd.Cluster
0.4.0
Prefix Reserved
See the version list below for details.
Install-Package Petabridge.Cmd.Cluster -Version 0.4.0
dotnet add package Petabridge.Cmd.Cluster --version 0.4.0
<PackageReference Include="Petabridge.Cmd.Cluster" Version="0.4.0" />
paket add Petabridge.Cmd.Cluster --version 0.4.0
#r "nuget: Petabridge.Cmd.Cluster, 0.4.0"
// Install Petabridge.Cmd.Cluster as a Cake Addin
#addin nuget:?package=Petabridge.Cmd.Cluster&version=0.4.0
// Install Petabridge.Cmd.Cluster as a Cake Tool
#tool nuget:?package=Petabridge.Cmd.Cluster&version=0.4.0
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- Akka.Cluster (>= 1.3.10)
- Petabridge.Cmd.Host (>= 0.4.0)
-
.NETStandard 1.6
- Akka.Cluster (>= 1.3.10)
- NETStandard.Library (>= 1.6.1)
- Petabridge.Cmd.Host (>= 0.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Petabridge.Cmd.Cluster:
Repository | Stars |
---|---|
AElfProject/AElf
A scalable cloud computing blockchain platform
|
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 1,175 | 6/9/2022 |
1.0.2 | 24,167 | 11/16/2021 |
1.0.1 | 20,025 | 8/3/2021 |
1.0.0 | 1,781 | 7/26/2021 |
0.8.5 | 27,794 | 5/3/2021 |
0.8.4 | 349 | 4/30/2021 |
0.8.3 | 8,216 | 3/18/2021 |
0.8.2 | 28,325 | 11/24/2020 |
0.8.1 | 9,509 | 11/16/2020 |
0.8.0 | 50,290 | 3/11/2020 |
0.8.0-rc2 | 405 | 3/10/2020 |
0.8.0-rc1 | 387 | 3/3/2020 |
0.7.1 | 7,071 | 3/3/2020 |
0.7.0 | 31,089 | 10/3/2019 |
0.6.3 | 9,641 | 7/30/2019 |
0.6.2 | 5,748 | 6/19/2019 |
0.6.1 | 1,493 | 5/19/2019 |
0.6.0 | 6,795 | 5/9/2019 |
0.5.0 | 51,960 | 3/6/2019 |
0.4.1 | 3,163 | 12/7/2018 |
0.4.0 | 1,158 | 11/27/2018 |
0.3.3 | 28,892 | 2/27/2018 |
0.3.2 | 15,735 | 12/20/2017 |
0.3.1 | 3,044 | 9/19/2017 |
0.3.0 | 806 | 9/14/2017 |
0.2.2 | 5,425 | 6/25/2017 |
0.2.1 | 727 | 6/6/2017 |
0.2.0 | 5,294 | 5/21/2017 |
0.1.2 | 707 | 4/25/2017 |
0.1.1 | 730 | 4/21/2017 |
0.1.0 | 924 | 4/18/2017 |
Petabridge.Cmd upgrade to support cross-platform `pbm` usage and global .NET Core tooling support.
[Petabridge.Cmd is now available as a .NET Core Global tool](https://cmd.petabridge.com/articles/install/#client-installation-via-net-core-global-tools), in addition to our standard Chocolatey distribution.
To use this feature, you will need to have .NET Core SDK 2.1.300 or higher installed on your local system. Provided that this SDK version is available, the `pbm` command can now be installed as a global .NET Core tool and used on both Windows and Linux systems.
> dotnet tool install --global pbm
This change should help make it easier to use Petabridge.Cmd inside environments like Docker containers, OS X, Linux, and more.
Small Fixes**
Upgraded to Akka.NET v1.3.10