Nhea 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nhea --version 2.0.0
NuGet\Install-Package Nhea -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nhea" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nhea --version 2.0.0
#r "nuget: Nhea, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nhea as a Cake Addin
#addin nuget:?package=Nhea&version=2.0.0

// Install Nhea as a Cake Tool
#tool nuget:?package=Nhea&version=2.0.0

A .Net standard library which provides logging, mailing, convertion and base repository classes.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Nhea:

Package Downloads
Nhea.Data.Repository.RedisRepository

.Net standard repository library for Redis.

Nhea.Data.Repository.EntityFrameworkCoreRepository

.Net standard repository library for Entity Framework Core

Nhea.Data.Repository.MongoDbRepository

Base repository classes for MongoDb.

Nhea.Data.Repository.EntityFrameworkRepository

.Net standard repository library for Entity Framework

Nhea.Data.Repository.MicrosoftAzureStorageRepository

Microsoft Azure Storage repository classes.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 7,503 8/18/2022
2.0.0.10 9,763 12/1/2020
2.0.0.9 404 11/30/2020
2.0.0.8 5,434 9/16/2020
2.0.0.7 591 9/10/2020
2.0.0.6 1,277 7/25/2020
2.0.0.5 1,300 7/13/2020
2.0.0.4 8,477 6/23/2020
2.0.0.3 636 6/22/2020
2.0.0.2 466 6/22/2020
2.0.0.1 459 6/22/2020
2.0.0 584 6/22/2020
1.7.12 4,153 2/24/2020
1.7.11 1,127 1/23/2020
1.7.10 874 1/14/2020
1.7.9 860 1/10/2020
1.7.8 522 1/9/2020
1.7.7 517 1/9/2020
1.7.6 2,774 12/26/2019
1.7.5 1,560 10/22/2019
1.7.4 600 10/14/2019
1.7.3 633 10/14/2019
1.7.2 534 10/13/2019
1.7.1 513 10/11/2019
1.7.0 513 10/11/2019
1.6.12 764 9/5/2019
1.6.11 509 9/5/2019
1.6.10 525 9/5/2019
1.6.9 605 8/26/2019
1.6.8 570 8/26/2019
1.6.7 554 8/26/2019
1.6.6 546 8/26/2019
1.6.5 546 8/26/2019
1.6.4 530 8/26/2019
1.6.3 536 8/26/2019
1.6.2 572 8/25/2019
1.6.1 582 8/23/2019
1.6.0 2,763 8/1/2019
1.5.6 1,983 5/27/2019
1.5.5 3,260 11/1/2018
1.5.4 741 10/25/2018
1.5.3 770 10/22/2018
1.5.2 725 10/22/2018
1.5.1 4,689 10/18/2018
1.5.0 752 10/18/2018

- Nhea is now .Net Core only
- Added async methods for repositories
- Added readonly constructor for repositories