Plisky.Listeners 3.2.0

dotnet add package Plisky.Listeners --version 3.2.0
NuGet\Install-Package Plisky.Listeners -Version 3.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Plisky.Listeners" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plisky.Listeners --version 3.2.0
#r "nuget: Plisky.Listeners, 3.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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 257 10/23/2023
3.1.11 264 5/9/2023
3.1.4 564 1/24/2022
3.1.3 423 12/27/2021
3.1.1 388 10/22/2021
3.1.0 337 10/20/2021
3.0.1 637 6/12/2021
2.8.22 421 11/16/2020
2.8.21 426 11/13/2020
2.8.20 420 11/13/2020
2.8.19 449 11/8/2020
2.8.18 425 11/8/2020
2.8.17 466 11/7/2020
2.8.16 528 11/7/2020
2.8.15 493 11/1/2020
2.8.11 508 9/27/2020
2.8.10 516 7/29/2020
2.8.9 531 7/29/2020
2.8.2 503 4/22/2020
2.8.1 1,266 4/7/2020
2.8.0 528 3/9/2020
2.7.2 587 2/23/2020
2.7.1 482 2/23/2020
2.7.0 504 2/23/2020
2.6.0 912 6/14/2019
2.5.0 555 6/14/2019
2.4.0 514 6/11/2019
2.3.1 569 5/22/2019
2.2.3 593 5/9/2019
2.2.2 636 3/22/2019
2.2.1 860 8/31/2018
2.2.0 798 8/30/2018
2.1.1 948 5/16/2018
2.1.0 809 5/13/2018
2.0.9 1,084 3/23/2018
2.0.8 914 3/22/2018
2.0.6 943 2/7/2018
2.0.5 921 2/7/2018
2.0.4 910 2/7/2018
2.0.3 891 1/21/2018
2.0.2 917 1/21/2018
2.0.0.10 1,284 1/13/2018
2.0.0.9 989 1/7/2018
2.0.0.7 897 11/11/2017
2.0.0.6 957 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.