Version 1.2.0

Version 1.2.0 (2026-06-21)

This release sees the addition new enumerated values and updates to the Target Framework Monikers (TFMs) and constant definitions. Some code changes were also performed.

Added

  • Enumerated values ConsumerUserInterface, MsslUserInterface and MsslElectronic to enumeration Mssl.Ebt.Files.Messages.SendingPartyType.

Updated

  • Target Framework Monikers (TFMs) of .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0 and .NET 9.0 to their proper values.
  • Constant definitions NET50, NET60, NET70, NET80 and NET90 to NET5_0, NET6_0, NET7_0, NET8_0 and NET9_0 respectively.
  • All occurrences of enumerated value SenderElectronic to SupplierElectronic.
  • Array initialisation of property ValidationErrors in the ValidationAcknowledgement class constructor.

See Also