Date | 2022-07-08 (861 days ago) |
---|---|
Downloads | 633 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 |
New beta release 🎉
#installation
">InstallationInstall the NuGet package - either via the .NET CLI:
dotnet add package Skybrud.Essentials.Maps --version 1.0.0-beta005
or the NuGet package manager:
Install-Package Skybrud.Essentials.Maps -Version 1.0.0-beta005
#changelog
">ChangelogAdded .NET Standard 2.0 as target framework (see 853df17
)
This allows the package to be consumed .NET Standard and .NET packages opposed to just .NET Framework.
Updated Skybrud.Essentials dependencies (see 7a646fc
)
This updates Skybrud.Essentials
and Skybrud.Essentials.Http
dependencies to the most recent versions.
Various code improvements
Enabled C# 10 features, code cleanup, improved code style, new language features etc.