PMS.NEXO 1.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.

There is a newer version of this package available.
See the version list below for details.
dotnet add package PMS.NEXO --version 1.0.3
NuGet\Install-Package PMS.NEXO -Version 1.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="1.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 1.0.3
#r "nuget: PMS.NEXO, 1.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=1.0.3

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

Nexo Retailer v3.0 library 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

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