Releases: stephanstapel/ZUGFeRD-csharp
Releases · stephanstapel/ZUGFeRD-csharp
11.0.0
Breaking change:
Non-breaking changes:
- Support reading of XRechnung 2.0 (instead of latest version only), #212, thanks to @Chips100
- More robust handling of banking information, #207, thanks to @Argollinger
- Add BusinessProcess property, #204, thanks to @thetopic
- New subjectcodes, #203, thanks to @rainerhoene
10.0.0
9.0.0
8.0.0
7.0.1
- Support for XRechnung 2.1 and 2.2
- Added documentation
7.0
All versions:
- Addition of optional quantity codes #170
This includes marking PCE quantity code as deprecated. It will be removed with the next major version. - SEPA direct debit support #163
- Breaking change: cleanup of ID and IssuerAssignedID in reference documents #144
ZUGFeRD 2.0:
ZUGFeRD 2.1/ XREchnung:
- Proper parsing of VAT amounts #164
6.2
6.0.0
5.0.1
This is a pure bug fix release. It contains:
All ZUGFeRD versions
- Correct parsing of email address fields (all ZUGFeRD versions) (#117)
- Correct ordering of ApplicableHeaderTradeSettlement child elements (#130)
ZUGFeRD 2.0
- Correct BuyerOrderReferencedDocument writing for ZUGFeRD 2.0 (#119)
- Correct writing of Timestamps (#118)
ZUGFeRD 2.1
- Addition of ReceivableSpecifiedTradeAccountingAccount (#125)
- Fix for number of digits with net unit price (#131)
XRechnung
- Fixed typo for mime type Excel (.xlsx)
- ShipToTradeParty is now also written for XRechung (#120)
5.0.0
Breaking changes:
- Removal of deprecated (lower case) API
- InvoiceNoAsReference was renamed to PaymentReference
- XRechnung invoices are written as XRechnung 2.0 per default. If you want to use old XRechnung 1.2, you need to use Profile.XRechnung1
Further changes:
- Line Ids can optionally be set manually
- Support of binary attachments in the additional reference documents
- More improvements on documentation
- Support for procuring project references
- Support for contract reference documents
- Support for invoice reference documents (information on preceding invoices)
- Test project re-organized as Visual Studio test project
- Lots of improvements on documentation
- Bugfixes