Version 1.0.0-beta003

Beta
Date 2022-05-16 (914 days ago)
Downloads 167 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-beta003

or the NuGet package manager:

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

#changelog">Changelog

  • Fixed some spelling errors in the code base (see 1281b1f)
    Better fix this now than later 😎

  • Lowered Newtonsoft.Json dependency version (see ca72851)
    Having a dependency for 13.x means we can't use our own package for Umbraco 8 and older without doing some extra jumps, so since Newtonsoft.Json is almost certainly already installed in projects where we'd use this package, we can set the lower version to a really old version of Newtonsoft.Json.

    Version 9.x of Newtonsoft.Json is the first to support .NET Standard, we can't really go lower unless we add additional target frameworks to our own package, so we're sticking with v9.0.1 for now.