Enferno.Public.Web.N2
2.0.0
See the version list below for details.
dotnet add package Enferno.Public.Web.N2 --version 2.0.0
NuGet\Install-Package Enferno.Public.Web.N2 -Version 2.0.0
<PackageReference Include="Enferno.Public.Web.N2" Version="2.0.0" />
paket add Enferno.Public.Web.N2 --version 2.0.0
#r "nuget: Enferno.Public.Web.N2, 2.0.0"
// Install Enferno.Public.Web.N2 as a Cake Addin #addin nuget:?package=Enferno.Public.Web.N2&version=2.0.0 // Install Enferno.Public.Web.N2 as a Cake Tool #tool nuget:?package=Enferno.Public.Web.N2&version=2.0.0
Enferno Web N2 helpers.
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. |
-
- Antlr (>= 3.4.1.9004)
- AutoMapper (>= 6.0.0)
- Enferno.Public (>= 2.0.0)
- Enferno.Public.Web (>= 2.0.0)
- Enferno.StormApiClient (>= 2.0.0)
- Iesi.Collections (>= 4.0.0)
- N2CMS.Library (>= 2.6.1.2)
- Newtonsoft.Json (>= 11.0.0)
- NHibernate (>= 4.0.0)
- WebGrease (>= 1.5.2)
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.1.1 | 865 | 3/4/2019 |
2.1.0 | 752 | 3/4/2019 |
2.0.0 | 5,079 | 5/30/2018 |
2.0.0-beta | 795 | 5/29/2018 |
1.5.0.4 | 2,239 | 8/30/2017 |
1.5.0.3 | 1,020 | 8/28/2017 |
1.5.0.2 | 1,237 | 5/31/2017 |
1.5.0.1 | 1,042 | 5/31/2017 |
1.5.0 | 1,258 | 10/10/2016 |
1.5.0-beta | 1,371 | 10/6/2016 |
1.4.0.3 | 1,399 | 6/4/2015 |
1.4.0.2 | 1,129 | 6/4/2015 |
1.4.0.1 | 1,281 | 8/12/2014 |
1.4.0 | 1,201 | 6/25/2014 |
1.2.0.1 | 1,185 | 6/16/2014 |
1.2.0 | 1,171 | 6/16/2014 |
1.1.0 | 1,202 | 6/10/2014 |
1.0.1-alpha1 | 964 | 6/4/2014 |
1.0.0 | 1,192 | 6/1/2014 |
Upgraded dependent nugets. Enferno.Publics to v2.0.0.
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" />
To initialize mappers use WebProfile.Configure();