Releases: softwerkab/fortnox-csharp-api-sdk
v3.1.1
v3.1.0
Converted to .NET Standard 2.0 (compatible with .NET framework 4.6.1+ as well as .NET Core 2.0+)
Added rate limiter
All properties converted to nullable to fix unexpected changes on update requests
Migrated from XML to JSON communication
Fixed some string properties to actual data-type
Added more tests
Fixed various minor issues
General solution clean-up
Updated NuGet is now available in NuGet Gallery - https://www.nuget.org/packages/Fortnox.NET.SDK/3.1.0
v3.0.0
Fix version to better relate to main api v3.
Fix new alternative method for setting connection credentials.
Fix a number of elements on supplier invoice.
Fix date search on offer and order.
Fix problems with contract accrural including renaming rows according to documentation.
Fix delete file and folders.
Fix upload and download memory file data inclduing new properties on file.
Fix new testproject.
Fix a number of new properties, filters etc. on customer, article etc.
v2.1.6
Add nuget support.
This release also includes some minor changes since last published release.
v2.1.5921.25527
Includes the new label functionality available from the Fortnox API.
Introduces the VAT field for Articles.
v2.0.5919.19517
Changed the versioning system to better reflect any changes to the SDK.
The versioning system now used will instead be shown as:
{major}.{minor}.{build number}.{revision number}
Contains a fix and change when exporting sie files. The SIE file will no longer be decoded from CP437 and the export method has been changed to instead return the bytes directly of the SIE file to be handled manually.