PMS.CHPN 4.0.0

dotnet add package PMS.CHPN --version 4.0.0
NuGet\Install-Package PMS.CHPN -Version 4.0.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="PMS.CHPN" Version="4.0.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PMS.CHPN --version 4.0.0
#r "nuget: PMS.CHPN, 4.0.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 PMS.CHPN as a Cake Addin
#addin nuget:?package=PMS.CHPN&version=4.0.0

// Install PMS.CHPN as a Cake Tool
#tool nuget:?package=PMS.CHPN&version=4.0.0

Library allowing to create and manage CHPN messages.
     These messages can be used to get a check guarantee in France.
     Exchaing messages can be done using the primitives contained in attached PMS.COMMON library.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
4.0.0 335 8/6/2021
3.0.1 343 2/25/2021
3.0.0 326 2/24/2021
2.0.8 385 1/28/2021
2.0.7 332 1/27/2021
2.0.6 301 1/18/2021
2.0.5 352 1/15/2021
2.0.3 389 11/16/2020
2.0.2 342 11/16/2020
2.0.1 403 10/19/2020
2.0.0 366 10/19/2020
1.0.0 431 10/2/2020

4.0.0
     - Moved to PMS.COMMON 5.1.0

     3.0.1
     - Moved to PMS.COMMON 4.0.1

     3.0.0
     - Moved to PMS.COMMON 4.0.0 which allows using TLS with .NET 3.5 (requires .NET 3.5 SP 1)

     2.0.8
     - Moved to PMS.COMMON 3.0.10 which allows managing SSL errors in communication

     2.0.7
     - Added the ability to change a PI programmatically before sending the IPDU (UpdatePI inside CIPDU)

     2.0.6
     - Moved to PMS.COMMON 3.0.9

     2.0.5
     - Updated COMMON package to 3.0.8

     2.0.4
     - Updated COMMON package to 3.0.7

     2.0.3
     - Updated COMMON package to 2.0.5

     2.0.2
     - Updated COMMON package

     2.0.1
     - Adjusted version number

     2.0.0
     - Removed WMI from dependencies

     1.0.0
     Creation