Date | 2025-07-07 (yesterday) |
---|---|
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET Standard 2.0 .NET 4.7.2 .NET 8 |
#installation
">InstallationInstall via NuGet:
Install-Package Limbo.Integrations.Emply -Version 1.0.0
dotnet add package Limbo.Integrations.Emply --version 1.0.0
#changelog
">ChangelogImproved null handling with updated Skybrud.Essentials (see 2810561
)
Previous versions of the package used improper null value negation. With this release, more properties are marked as nullable, and properties expected to not be nullable will trigger parse exception if missing.
Updated the Skybrud.Essentials.Http
dependency (see 6ad0ffa
)
This also includes getting a newer version of Skybrud.Essentials
.