Enferno.Public.Logging
2.0.0
See the version list below for details.
dotnet add package Enferno.Public.Logging --version 2.0.0
NuGet\Install-Package Enferno.Public.Logging -Version 2.0.0
<PackageReference Include="Enferno.Public.Logging" Version="2.0.0" />
paket add Enferno.Public.Logging --version 2.0.0
#r "nuget: Enferno.Public.Logging, 2.0.0"
// Install Enferno.Public.Logging as a Cake Addin #addin nuget:?package=Enferno.Public.Logging&version=2.0.0 // Install Enferno.Public.Logging as a Cake Tool #tool nuget:?package=Enferno.Public.Logging&version=2.0.0
Enferno Public Logging.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Enferno.Public (>= 2.0.0)
- log4net (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.1 | 16,308 | 3/1/2019 |
2.2.0 | 650 | 3/1/2019 |
2.1.1 | 1,032 | 9/14/2018 |
2.1.1-beta5 | 680 | 9/14/2018 |
2.1.1-beta4 | 713 | 9/13/2018 |
2.1.1-beta3 | 676 | 9/13/2018 |
2.1.1-beta2 | 658 | 9/13/2018 |
2.1.1-beta | 658 | 9/13/2018 |
2.1.0 | 853 | 9/12/2018 |
2.1.0-beta | 662 | 9/12/2018 |
2.0.0 | 5,077 | 5/30/2018 |
2.0.0-beta | 855 | 5/28/2018 |
1.0.0 | 1,777 | 10/10/2016 |
1.0.0-beta | 2,831 | 10/5/2016 |
0.0.8 | 1,423 | 9/20/2016 |
0.0.8-beta | 848 | 9/9/2016 |
0.0.7 | 1,723 | 6/4/2015 |
0.0.6 | 1,494 | 5/7/2014 |
0.0.5 | 1,109 | 5/6/2014 |
Enferno.Public was updated to 2.0.0.
Updated references for dependent packages: CommonServiceLocator, Unity and Unity.Interception.
Breakning changes that requires some changes due to renamed namespace.
Microsoft.Practices.Unity.Configuration is now located in Unity.Configuration.
Change "using Microsoft.Practices.Unity;" to "using Unity;" in code.
Under the conficSections in the config file change:
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Microsoft.Practices.Unity.Configuration" />
to:
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Unity.Configuration" />