Nhea 1.7.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nhea --version 1.7.12
NuGet\Install-Package Nhea -Version 1.7.12
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="1.7.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nhea --version 1.7.12
#r "nuget: Nhea, 1.7.12"
#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=1.7.12

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

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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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,500 8/18/2022
2.0.0.10 9,762 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,476 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,152 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,773 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 604 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,688 10/18/2018
1.5.0 752 10/18/2018

- Added Logging with DI capabilites.
- Added Localization with DI capabilities.
- app.config no longer needed for logging and communication.