Plisky.Listeners
3.2.0
dotnet add package Plisky.Listeners --version 3.2.0
NuGet\Install-Package Plisky.Listeners -Version 3.2.0
<PackageReference Include="Plisky.Listeners" Version="3.2.0" />
paket add Plisky.Listeners --version 3.2.0
#r "nuget: Plisky.Listeners, 3.2.0"
// Install Plisky.Listeners as a Cake Addin #addin nuget:?package=Plisky.Listeners&version=3.2.0 // Install Plisky.Listeners as a Cake Tool #tool nuget:?package=Plisky.Listeners&version=3.2.0
Listeners to support the Plisky Diagnostic Library.
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 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. |
.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 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. 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. |
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
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 |
---|---|---|
3.2.0 | 378 | 10/23/2023 |
3.1.11 | 299 | 5/9/2023 |
3.1.4 | 617 | 1/24/2022 |
3.1.3 | 448 | 12/27/2021 |
3.1.1 | 422 | 10/22/2021 |
3.1.0 | 363 | 10/20/2021 |
3.0.1 | 672 | 6/12/2021 |
2.8.22 | 450 | 11/16/2020 |
2.8.21 | 450 | 11/13/2020 |
2.8.20 | 443 | 11/13/2020 |
2.8.19 | 474 | 11/8/2020 |
2.8.18 | 455 | 11/8/2020 |
2.8.17 | 494 | 11/7/2020 |
2.8.16 | 555 | 11/7/2020 |
2.8.15 | 520 | 11/1/2020 |
2.8.11 | 538 | 9/27/2020 |
2.8.10 | 541 | 7/29/2020 |
2.8.9 | 558 | 7/29/2020 |
2.8.2 | 540 | 4/22/2020 |
2.8.1 | 1,292 | 4/7/2020 |
2.8.0 | 553 | 3/9/2020 |
2.7.2 | 609 | 2/23/2020 |
2.7.1 | 512 | 2/23/2020 |
2.7.0 | 531 | 2/23/2020 |
2.6.0 | 935 | 6/14/2019 |
2.5.0 | 579 | 6/14/2019 |
2.4.0 | 539 | 6/11/2019 |
2.3.1 | 595 | 5/22/2019 |
2.2.3 | 615 | 5/9/2019 |
2.2.2 | 658 | 3/22/2019 |
2.2.1 | 890 | 8/31/2018 |
2.2.0 | 830 | 8/30/2018 |
2.1.1 | 971 | 5/16/2018 |
2.1.0 | 834 | 5/13/2018 |
2.0.9 | 1,111 | 3/23/2018 |
2.0.8 | 939 | 3/22/2018 |
2.0.6 | 973 | 2/7/2018 |
2.0.5 | 946 | 2/7/2018 |
2.0.4 | 936 | 2/7/2018 |
2.0.3 | 920 | 1/21/2018 |
2.0.2 | 942 | 1/21/2018 |
2.0.0.10 | 1,313 | 1/13/2018 |
2.0.0.9 | 1,030 | 1/7/2018 |
2.0.0.7 | 922 | 11/11/2017 |
2.0.0.6 | 984 | 9/9/2017 |
3.2
+ Moved to single multi-targeted package.
+ Corrected issue with Console Formatter.
+ Ensured handlers took provided date time or Now if not provided.
3.1.9
- net5 support removed (standard still present)
3.1.2
X Compatibility check with Diagnostics 3.1.2
+ RollingFileSystemHandler added.
3.0.0
+ Console Listener Now Available
* Formatter name changed,InMemoryHandler formatter can now be set.
* Formatter set added to all default handlers.