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
">InstallationInstall 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
">ChangelogGetCommitteesOptions
class to support pagination for methods to get a list of committees (see 43e6653
, a80ed1a
)GetComittees(GetCommitteesOptions)
method, which may be used as an alternative to the GetComittees()
and GetComitteesByOrganisation(Guid organisationId)
methods.