Plisky.Plumbing
1.8.12
See the version list below for details.
dotnet add package Plisky.Plumbing --version 1.8.12
NuGet\Install-Package Plisky.Plumbing -Version 1.8.12
<PackageReference Include="Plisky.Plumbing" Version="1.8.12" />
paket add Plisky.Plumbing --version 1.8.12
#r "nuget: Plisky.Plumbing, 1.8.12"
// Install Plisky.Plumbing as a Cake Addin #addin nuget:?package=Plisky.Plumbing&version=1.8.12 // Install Plisky.Plumbing as a Cake Tool #tool nuget:?package=Plisky.Plumbing&version=1.8.12
Plisky Plumbing Functions including Hub, ConfigHub, CommandLineSupport.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Plisky.Diagnostics (>= 3.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.14 | 133 | 5/30/2024 |
1.8.12 | 119 | 5/25/2024 |
1.8.9 | 587 | 10/3/2023 |
1.8.5 | 731 | 5/23/2023 |
1.8.1 | 1,095 | 2/25/2022 |
1.8.0 | 965 | 1/2/2022 |
1.7.25 | 1,091 | 1/16/2021 |
1.7.24 | 932 | 11/19/2020 |
1.7.2 | 925 | 11/16/2020 |
1.7.0 | 1,734 | 3/29/2020 |
1.6.3 | 1,147 | 1/31/2020 |
1.6.2 | 972 | 1/30/2020 |
1.6.1 | 1,128 | 12/16/2019 |
1.6.0 | 1,390 | 8/18/2019 |
1.5.13 | 1,341 | 7/9/2019 |
1.5.12 | 1,107 | 6/14/2019 |
1.5.11 | 1,046 | 6/12/2019 |
1.5.10 | 1,057 | 6/11/2019 |
1.5.9 | 1,069 | 6/11/2019 |
1.5.8 | 1,133 | 4/14/2019 |
1.5.7 | 1,114 | 4/14/2019 |
1.5.6 | 1,132 | 4/14/2019 |
1.5.4 | 987 | 4/13/2019 |
1.5.3 | 1,410 | 11/6/2018 |
1.5.2 | 1,231 | 11/5/2018 |
1.5.1 | 1,179 | 11/5/2018 |
1.5.0 | 1,243 | 11/1/2018 |
1.4.3 | 1,286 | 10/23/2018 |
1.4.2 | 1,235 | 10/23/2018 |
1.4.1 | 1,307 | 9/14/2018 |
1.4.0 | 1,293 | 8/31/2018 |
1.3.0 | 1,315 | 8/31/2018 |
1.2.0 | 1,254 | 8/31/2018 |
1.1.1 | 1,527 | 5/15/2018 |
1.0.0 | 1,534 | 3/24/2018 |
XXX_VERSION_XXX
Simplified code into core and non core versions, moved core to support more recent c# features.
Removed Crpto support from net core verisons
Removed Command Line Support from net core versions
1.8.2
Version Bump for Dependency Compatibilities.
1.8.1
BugFix - Help now generates examples properly.
1.8.0
Bugfix - All settings could be returned for a missing setting entry since case Insensitive code fix deployed.
Interface Break - No longer supports bilge injection, use Bilge preconfiguration rather than injection.
1.7.2
Config Hub settings Now Case INSENSITVE
All Unit Tests Fixed
CommandLineArgs ProcessArguments now has a Generic override to create an instance of the class
BUGFIX -> ArraySeparator char now actually works. Previously only , worked.
1.7.0
Bilge TraceSwitch Added (Plisky-CLAS)
Constructor no longer taks Bilge. (Use Bilge Swtich Levlels Instead)
1.6.3
Updating Dependency Chain on Diagnostics To Keep Up with New Constructor Changes
ALL Others
See Read The Docs.