Releases: SKYWARE-Group/ErpNetClient
Releases · SKYWARE-Group/ErpNetClient
v0.4.0
📣 Wat's new
- Project and nuget package are now split into two:
Skyware.ErpNetFS.ModelandSkyware.ErpNetFS.Client Skyware.ErpNetFS.Modelpackage is intended to be used with well-known common REST client libraries such as RefitSkyware.ErpNetFS.Clientpackage is rewritten with usage a sharedHttpClientto mitigate possible port exhaustion- Added support for querying
ServerVariables, deposit and withdraw money and querying cah balance - Projects are targeting
netstandard2.0andnetstandard2.1and use C# 13.0 - Project now comes with new demo app (using Refit and Spectre.Console)
🔌 Compatibility
This version is tested with ErpNet.FP, version 1.1.0.1518 (see Release 1.1.0.1518, February 28th 2025).
🥚 Oh, Happy Easter!
What's Changed
- v0.4.0 by @kalatchev in #1
- v0.4.0 by @kalatchev in #2
New Contributors
- @kalatchev made their first contribution in #1
Full Changelog: v0.3.3...v0.4.0
Version 0.3.3
What's new
- Bug fix:
SendRawRequestAsyncnow returnsDeviceStatusWithRawResponse - New function implemented:
GetPrinterInfoAsync
Full Changelog: v0.3.2...v0.3.3
Version 0.3.2
Version 0.3.1
Version 0.3.0
Version 0.2.0
All functions are renamed as *Async
Full Changelog: v0.1.0...v0.2.0
Initial release (0.1.0)
Basic functionality
- Printers enumeration
- Printer status
- Fiscal receipt
- X and Z reports
Full Changelog: https://github.com/SKYWARE-Group/ErpNetClient/commits/v0.1.0
