PMS.NEXO
2.0.0
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.
See the version list below for details.
dotnet add package PMS.NEXO --version 2.0.0
NuGet\Install-Package PMS.NEXO -Version 2.0.0
<PackageReference Include="PMS.NEXO" Version="2.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add PMS.NEXO --version 2.0.0
#r "nuget: PMS.NEXO, 2.0.0"
// Install PMS.NEXO as a Cake Addin #addin nuget:?package=PMS.NEXO&version=2.0.0 // Install PMS.NEXO as a Cake Tool #tool nuget:?package=PMS.NEXO&version=2.0.0
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 | Versions 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. |
-
.NETFramework 3.5
- PMS.COMMON (>= 2.0.0)
-
.NETFramework 4.7
- Newtonsoft.Json (>= 12.0.3)
- PMS.COMMON (>= 2.0.0)
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 | 544 | 5/19/2021 | |
3.0.2 | 488 | 3/23/2021 | |
3.0.1 | 456 | 2/25/2021 | |
3.0.0 | 438 | 2/24/2021 | |
2.0.14 | 472 | 1/18/2021 | |
2.0.13 | 472 | 1/15/2021 | |
2.0.12 | 500 | 1/11/2021 | |
2.0.11 | 504 | 1/4/2021 | |
2.0.10 | 535 | 12/31/2020 | |
2.0.9 | 510 | 11/25/2020 | |
2.0.8 | 532 | 11/16/2020 | |
2.0.7 | 477 | 11/16/2020 | |
2.0.6 | 489 | 11/16/2020 | |
2.0.5 | 494 | 11/16/2020 | |
2.0.4 | 509 | 11/11/2020 | |
2.0.3 | 493 | 11/10/2020 | |
2.0.2 | 553 | 10/23/2020 | |
2.0.1 | 562 | 10/19/2020 | |
2.0.0 | 493 | 10/19/2020 | |
1.0.6 | 527 | 10/15/2020 | |
1.0.5 | 504 | 10/13/2020 | |
1.0.4 | 548 | 10/12/2020 | |
1.0.3 | 572 | 10/7/2020 | |
1.0.1 | 1,184 | 10/5/2020 | |
1.0.0 | 544 | 10/2/2020 |
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