Version 1.0.0-beta006

Beta
Date 2023-08-27 (446 days ago)
Downloads 116 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Social.Meetup --version 1.0.0-beta006

NuGet Package Manager:

Install-Package Skybrud.Social.Meetup -Version 1.0.0-beta006

#changelog">Changelog

  • Added (some) support for the new Meetup GraphQL API
    This release adds support for getting information about a Meetup group via the #groupByUrlname" class="external-link" target="_blank" rel="noopener">groupByUrlname query.

  • General cleanup of the code base
    With the first new release in more than four years, the code base need a bit of cleanup. This also involves updating the

  • Added support for nullable reference types
    Nullable reference types have now been enabled for the project, and relevant code has been updated with annotations to help with code analysis.