Version 1.0.0-beta004

Beta
Date 2022-05-25 (905 days ago)
Downloads 370 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0

New beta release 🎉

#installation">Installation

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

dotnet add package Limbo.Integrations.FirstAgenda --version 1.0.0-beta004

or the NuGet package manager:

Install-Package Limbo.Integrations.FirstAgenda -Version 1.0.0-beta004

#changelog">Changelog

  • Introduced new GetCommitteesOptions class to support pagination for methods to get a list of committees (see 43e6653, a80ed1a)
    The committees endpoint now also contains a GetComittees(GetCommitteesOptions) method, which may be used as an alternative to the GetComittees() and GetComitteesByOrganisation(Guid organisationId) methods.