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
">InstallationInstall 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
">ChangelogFeedType
and ItemType
to the ISignaturFeedParser
interface (see 3dd8821
and a40c0f3
)ISignaturFeedParser
interface now describes the FeedType
and ItemType
properties. This is a breaking change since it adds new properties to the ISignaturFeedParser
interface.