Easy.Base
1.1.0
See the version list below for details.
dotnet add package Easy.Base --version 1.1.0
NuGet\Install-Package Easy.Base -Version 1.1.0
<PackageReference Include="Easy.Base" Version="1.1.0" />
paket add Easy.Base --version 1.1.0
#r "nuget: Easy.Base, 1.1.0"
// Install Easy.Base as a Cake Addin #addin nuget:?package=Easy.Base&version=1.1.0 // Install Easy.Base as a Cake Tool #tool nuget:?package=Easy.Base&version=1.1.0
Easy Core
Getting Started
This library provides basic tooling that is used in other libraries in the Easy Suite of products.
Installation
To use this library either clone a copy of the repository or check out the NuGet package
Features
- Extension methods
- Converters
- Static helper classes
Build Details
Frameworks
- .NET 6.0
- .NET 8.0
Authors
- NF Software Inc.
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
Thank you to:
- Kmg Design for the project icon
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Easy.Base:
Package | Downloads |
---|---|
Easy.Blazor.Bulma
This project was created to provide a standard implementation of Bulma with Blazor components. |
|
ZkTeco.Attendance.API
This project was created to provide an easy to use interface to interact with ZKTeco attendance recording devices. It allows querying device details, querying user details, querying attendance records, creating users, deleting users, and more. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.5 | 159 | 11/19/2024 |
1.1.4 | 125 | 10/31/2024 |
1.1.3 | 295 | 10/10/2024 |
1.1.2 | 111 | 9/25/2024 |
1.1.1 | 437 | 7/30/2024 |
1.1.0 | 257 | 7/10/2024 |
1.0.9 | 140 | 6/25/2024 |
1.0.8 | 131 | 6/7/2024 |
1.0.7 | 270 | 5/24/2024 |
1.0.6 | 125 | 5/20/2024 |
1.0.5 | 143 | 5/14/2024 |
1.0.4 | 188 | 4/29/2024 |
1.0.3 | 273 | 3/21/2024 |
1.0.2 | 101 | 3/21/2024 |
1.0.1 | 136 | 3/21/2024 |
1.0.0 | 219 | 3/6/2024 |
1.1.0
Drop support for .NET 7.0 and Add extensions for ISOWeek
1.0.10
Add IPAddress extension methods
1.0.9
Improve cancellation token support
1.0.8
Add new extension methods
1.0.7
Add new extension methods
1.0.6
Add DateOnly and TimeOnly overloads to extension methods
1.0.5
Minor improvements
1.0.4
Add new extension methods
1.0.3
Fix sourcelink not working as expected for real
1.0.2
Fix sourcelink not working as expected
1.0.1
Update publishing to include source link, deterministic, and compiler flags
1.0.0
Initial release