PMS.NEXO 3.0.3

Suggested Alternatives

PMS.NEXO30

Additional Details

PMS.NEXO contained nexo retailer v3.0 and v3.1 altogether, and that made problems with the projects using it.
It has been replaced by 2 packages PMS.NEXO30 and PMS.NEXO31 each one packing a nexo retailer versioni.

dotnet add package PMS.NEXO --version 3.0.3
NuGet\Install-Package PMS.NEXO -Version 3.0.3
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.NEXO" Version="3.0.3">
  <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.NEXO --version 3.0.3
#r "nuget: PMS.NEXO, 3.0.3"
#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.NEXO as a Cake Addin
#addin nuget:?package=PMS.NEXO&version=3.0.3

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

Nexo Retailer v3.0 and 3.1 libraries supporting all messages defined inside the specifications.
     Nexo Retailer specs can be found at https://www.nexo-standards.org/standards/nexo-retailer-protocol, subscription is free of charges.

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 (1)

Showing the top 1 NuGet packages that depend on PMS.NEXO:

Package Downloads
PMS.NEXOSALE

Nexo Retailer v3.0 easy to use client interface. Nexo Retailer specs can be found at https://www.nexo-standards.org/standards/nexo-retailer-protocol, subscription is free of charges.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.3 503 5/19/2021
3.0.2 459 3/23/2021
3.0.1 426 2/25/2021
3.0.0 409 2/24/2021
2.0.14 441 1/18/2021
2.0.13 444 1/15/2021
2.0.12 472 1/11/2021
2.0.11 473 1/4/2021
2.0.10 501 12/31/2020
2.0.9 460 11/25/2020
2.0.8 501 11/16/2020
2.0.7 447 11/16/2020
2.0.6 459 11/16/2020
2.0.5 464 11/16/2020
2.0.4 481 11/11/2020
2.0.3 465 11/10/2020
2.0.2 522 10/23/2020
2.0.1 529 10/19/2020
2.0.0 463 10/19/2020
1.0.6 499 10/15/2020
1.0.5 477 10/13/2020
1.0.4 519 10/12/2020
1.0.3 542 10/7/2020
1.0.1 1,153 10/5/2020
1.0.0 512 10/2/2020

3.0.3
     - Fixed NexoBuilderXX to help reuse a valid XML string when pasting it (removing undesirable characters)
     - Added inside NexoSimulatorXX the possibility to ignore some SSL errors while trying to connect to a terminal over a 3G link (specific operation valid and tested only with 1 telco operator in France)

     3.0.2
     - Fixed a bug inside nexo 3.0 and 3.1
     - Update NexoBuilder and NexoSimulator to avoid crashing when editing a response
     - Updated NexoSimulator to allow sending RAW request and managed requests from the XML entry field
     - Added a NexoBuilder31 (for nexo 3.1)

     3.0.1
     - Fixed a bug which prevented the ReponseType to be set appropriately

     3.0.0
     - All Nexo classes are now safe, no way to have a null reference if using the classes
     - Nexo simulator now is fully operational to build any message
     - Nexo simulator POI simulation can be set nexo service by nexo service to reply with a pre-defined message stored in a json file
     - Nexo Retailer 4.0 is still NOT SUPPORTED though and will be in version 4.x
     - Nexo simumulator now can use a database to store its activity

     2.0.14
     - Moved to PMS.COMMON 3.0.9

     2.0.13
     - Nexo libraries are now divided in PMS.NEXO30 (Nexo 3.0), PMS.NEXO31 (Nexo 3.1) and PMS.NEXO35 (Nexo 3.0 running .NET 3.5)
     - Simulator exists now in 2 applications, 1 for Nexo 3.0 and 1 for Nexo 3.1

     2.0.12
     - Moved to PMS.NEXO 3.0.8 minimum
     - Added a new Retailer message builder application
     - Added new features to simulator (create any Retailer message using the builder, pre-connection settings,...)

     2.0.11
     - Fixed bugs linked to Nexo server database access + added scripts to create the database
     - Moved to PMS.NEXO 3.0.4
     - Full database support for Nexo server

     2.0.10
     - Moved to PMS.COMMON 3.02

     2.0.9
     - Fixed a bug inside NexoSimpleAmount type
     - Moved to PMS.COMMON 3.0.0

     2.0.8
     - Fixed a bug of an event using the wrong type inside NexoRetailerCient
     - Updated Nuget packages dependencies
     - NexoSimulator is now installed with the DLLs

     2.0.7
     - Updated DLL version to 2.0.7

     2.0.6
     - [Failed] Missed updating COMMON minimum version to 2.0.4

     2.0.5
     - Updated COMMON nuget package

     2.0.4
     - Changes events type inside NexoRetailerClient and fixed a bug with ThreadDispatcher not well closed in certain conditions

     2.0.3
     - Updated the interfaces + bug fixes (ProtocolVersion,...)

     2.0.2
     - Modified decimal types to double for easier COM compatibility

     2.0.1
     - Adjusted version number

     2.0.0
     - Removed WMI dependency

     1.1.0
     - Adjusted version number

     1.0.6
     - Fixed a bug in case of timeout receiving the answer from the server, using Response.xxx crashed the application

     1.0.5
     - Fixed a bug preventing timeout to be raised in case of SendRequestSync in NexoRetailerClient

     1.0.4
     - Updated NexoSimulator to handle client diconnections
     - A new OnDisconnect property has been added to NexoRetailerServerSettings for that matter

     1.0.3
     - Updates to project properties

     1.0.2:
     - Made objects available to COM

     1.0.1:
     - Added support for synchronous requests sent to the server.
     - Using this mode with the simulator always makes the request to timeout as the server tries to access the application main thread already waiting an answer.
     Synchronous requests can't therefore be used against the local server within the same simulator instance, but can be used if using 2 simulator instances communicating with each other.
     This is not a bug, the simulator done like that and modifying it is not the subject. You can still run 2 simulator instances to test these synchrounous requests.

     1.0.0:
     - Creation