Version 1.4.0

Version 1.4.0 (2026-07-03)

Report entry classes based on SP SFTP Reports File Structure v2.7.

Added

  • SP SFTP report entry classes under the Mssl.Ebt.Models.Reports namespace.

Version 1.4.1 (2026-08-03)

Minor non-code updates made.

Updated

  • README.md file to mask out sensitive information.

Version 1.4.2 (2026-08-05)

Code fixes and documentation updates made.

Fixed

  • Missing constructor chaining to parent class Mssl.Ebt.Models.Messages.EbtMessage for the following classes:
    • Mssl.Ebt.Models.Messages.DemandResponse.ObjectionNotification
    • Mssl.Ebt.Models.Messages.General.ValidationAcknowledgement
    • Mssl.Ebt.Models.Messages.SystemParticipant.BillingOptionChange

Updated

  • C# documentation to include missing "typeparam" tags.
  • Various sections in README.md file for clarity.
  • NuGet package references of unit test project Mssl.Ebt.Models.Tests.

Version 1.4.3 (2026-08-12)

Code changes made to fix missing or incorrect XmlElement attributes in various classes. README.md file updated.

Fixed

  • Missing XmlElement attribute for the following properties:

    • SendingPartyType in the following classes:
      • Mssl.Ebt.Models.Messages.General.NewDate.
      • Mssl.Ebt.Models.Messages.General.TerminationNotification.
      • Mssl.Ebt.Models.Messages.General.TerminationTransactionAcknowledgement.
      • Mssl.Ebt.Models.Messages.General.TransactionAcknowledgement.
    • ConsumerName in class Mssl.Ebt.Models.Messages.General.TerminationNotification.
    • UserId in class Mssl.Ebt.Models.Messages.General.TerminationNotification.
    • IntendedRecipient, PeriodFromString and PeriodToString in class Mssl.Ebt.Models.Messages.SystemParticipant.ConsumerHistory.
    • Compressed in class Mssl.Ebt.Models.Messages.SystemParticipant.DispatchData.
    • CustomerAccountNumber in class Mssl.Ebt.Models.Messages.DataFiles.RetailerConsumer.
    • ChargeDescription in class Mssl.Ebt.Models.Messages.DataFiles.Charge.
    • Name and Email in class Mssl.Ebt.Models.Messages.DataFiles.Provider.
  • Missing XmlElement attribute for all properties in the following classes:

    • Mssl.Ebt.Models.Messages.General.ValidationError.
    • Mssl.Ebt.Models.Messages.DataFiles.SupportingInformation.
    • Mssl.Ebt.Models.Messages.DataFiles.SecurityDeposit.
    • Mssl.Ebt.Models.Messages.DataFiles.InvoiceAddress.
  • Amend XmlElement("Account") to XmlElement("AccountNumber") for property AccountNumber in classes:

    • Mssl.Ebt.Models.Messages.General.TerminationNotification
    • Mssl.Ebt.Models.Messages.DemandResponse.DRDRegistration
    • Mssl.Ebt.Models.Messages.DemandResponse.DRRegistrationTransfer

Updated

  • NuGet package references of unit test project Mssl.Ebt.Models.Tests.
  • Section Data File Interface Definitions in README.md file.

See Also