NetowlsStudio.Practices.Library.Configuration.Core.Net45
1.2.1
See the version list below for details.
dotnet add package NetowlsStudio.Practices.Library.Configuration.Core.Net45 --version 1.2.1
NuGet\Install-Package NetowlsStudio.Practices.Library.Configuration.Core.Net45 -Version 1.2.1
<PackageReference Include="NetowlsStudio.Practices.Library.Configuration.Core.Net45" Version="1.2.1" />
paket add NetowlsStudio.Practices.Library.Configuration.Core.Net45 --version 1.2.1
#r "nuget: NetowlsStudio.Practices.Library.Configuration.Core.Net45, 1.2.1"
// Install NetowlsStudio.Practices.Library.Configuration.Core.Net45 as a Cake Addin #addin nuget:?package=NetowlsStudio.Practices.Library.Configuration.Core.Net45&version=1.2.1 // Install NetowlsStudio.Practices.Library.Configuration.Core.Net45 as a Cake Tool #tool nuget:?package=NetowlsStudio.Practices.Library.Configuration.Core.Net45&version=1.2.1
Package Description
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. |
-
.NETFramework 4.5
- NetowlsStudio.Practices.Library.Common (>= 1.2.1)
- NetowlsStudio.Practices.Library.Configuration.Core (>= 1.2.1)
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 |
---|---|---|
1.4.0-alpha.5 | 336 | 1/20/2020 |
1.4.0-alpha.4 | 256 | 1/20/2020 |
1.4.0-alpha.3 | 285 | 1/20/2020 |
1.4.0-alpha.2 | 254 | 1/19/2020 |
1.4.0-alpha.1 | 293 | 1/17/2020 |
1.3.0.5 | 553 | 1/10/2020 |
1.3.0-preview.1 | 326 | 1/10/2020 |
1.3.0-alpha.4 | 297 | 1/9/2020 |
1.3.0-alpha.3 | 267 | 1/6/2020 |
1.3.0-alpha.2 | 249 | 12/27/2019 |
1.3.0-alpha.1 | 275 | 12/26/2019 |
1.2.1 | 439 | 12/25/2019 |
1.2.0-preview.1 | 253 | 12/25/2019 |
1.2.0-alpha.8 | 258 | 12/24/2019 |
1.2.0-alpha.7 | 293 | 12/24/2019 |
1.2.0-alpha.4 | 282 | 12/24/2019 |
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.2.1](///compare/v1.2.0-preview.1...v1.2.1) (2019-12-25)
### ⚠ BREAKING CHANGES
* **Practices.Library.Core.AspNetCore.csproj:** 修改了 ASP.NET Core 的扩展方法 src/Practices.Library.Core.AspNetCore/IApplicationBuilderExtensions.cs::UsePracticesLibrary,添加了返回值,使其组成链式方法。
### FEATURES
* **Practices.Library.Configuration.Core.DIExtensions.NetCore.csproj:** 新增适用于 .NET Core 程序的依赖注入扩展包 src/Practices.Library.Configuration.Core.DIExtensions.NetCore/IServiceCollectionExtensions.cso 677d278
* **Practices.Library.Configuration.Core.DIExtensions.Unity.csproj:** 新增配置框架 Unity IOC 依赖注入扩展包 src/Practices.Library.Configuration.Core.DIExtensions.Unity/IUnityContainerExtensions.cs 7372fce
* **Practices.Library.Core.AspNetCore.csproj:** 修改了 ASP.NET Core 的扩展方法 IApplicationBuilderExtensions.UsePracticesLibrary,添加了返回值,使其组成链式方法。 e3b1103
* **Practices.Library.Core.csproj:** 新增应用环境名称宏变量参数 src/Practices.Library.Core/Common.Configuration.Macros/AppEnvironmentNameMacroParameter.cs c8cb489