Version 1.1.1

Date 2024-04-16 (213 days ago)
Downloads 682 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.1.1

or the NuGet package manager:

Install-Package Limbo.Integrations.Signatur -Version 1.1.1

#changelog">Changelog

  • Added additional properties to the ISignaturItem interface (see 4965002)
    This release adds the Categories, FacebookImageUrl, LinkedImageUrl and TwitterImageUrl properties.

  • Dropped .NET 5 as target framework (see 2ca532a)
    .NET 5 has been EOL for a while, and the package still targets .NET Standard 2.0.