Version 1.2.0

Date 2025-02-19 (20 days ago)
Downloads 148 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0 .NET 6

#installation">Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Integrations.Signatur --version 1.2.0

or the NuGet package manager:

Install-Package Limbo.Integrations.Signatur -Version 1.2.0

#changelog">Changelog

  • Changing Deadline from a DateTimeOffset to a string (see ab48e56)
    Signatur allows Deadline to be empty or a customer specific string. Therefore we need to change it to a string. This is a breaking change since someone may expect it to be a DateTimeOffset. To get the deadline as a DateTimeOffset use ExpirationDate instead.