Version 1.1.0

Date 2024-01-15 (305 days ago)
Downloads 424 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0 .NET 5 .NET 6

#installation">Installation

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

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

or the NuGet package manager:

Install-Package Limbo.Integrations.Signatur -Version 1.1.0

#changelog">Changelog

  • Added FeedType and ItemType to the ISignaturFeedParser interface (see 3dd8821 and a40c0f3)
    In previous releases there wasn't a straight forward way to get the feed type and item type returned by a feed parser. With this release the ISignaturFeedParser interface now describes the FeedType and ItemType properties. This is a breaking change since it adds new properties to the ISignaturFeedParser interface.