NetowlsStudio.Practices.Library.Core.AspNetCore
1.2.0-alpha.8
See the version list below for details.
dotnet add package NetowlsStudio.Practices.Library.Core.AspNetCore --version 1.2.0-alpha.8
NuGet\Install-Package NetowlsStudio.Practices.Library.Core.AspNetCore -Version 1.2.0-alpha.8
<PackageReference Include="NetowlsStudio.Practices.Library.Core.AspNetCore" Version="1.2.0-alpha.8" />
paket add NetowlsStudio.Practices.Library.Core.AspNetCore --version 1.2.0-alpha.8
#r "nuget: NetowlsStudio.Practices.Library.Core.AspNetCore, 1.2.0-alpha.8"
// Install NetowlsStudio.Practices.Library.Core.AspNetCore as a Cake Addin #addin nuget:?package=NetowlsStudio.Practices.Library.Core.AspNetCore&version=1.2.0-alpha.8&prerelease // Install NetowlsStudio.Practices.Library.Core.AspNetCore as a Cake Tool #tool nuget:?package=NetowlsStudio.Practices.Library.Core.AspNetCore&version=1.2.0-alpha.8&prerelease
Package Description
Product | Versions 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 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
-
.NETCoreApp 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- NetowlsStudio.Practices.Library.Common (>= 1.2.0-alpha.8)
- NetowlsStudio.Practices.Library.Core (>= 1.2.0-alpha.8)
-
.NETCoreApp 2.1
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- NetowlsStudio.Practices.Library.Common (>= 1.2.0-alpha.8)
- NetowlsStudio.Practices.Library.Core (>= 1.2.0-alpha.8)
-
.NETCoreApp 2.2
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- NetowlsStudio.Practices.Library.Common (>= 1.2.0-alpha.8)
- NetowlsStudio.Practices.Library.Core (>= 1.2.0-alpha.8)
-
.NETCoreApp 3.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- NetowlsStudio.Practices.Library.Common (>= 1.2.0-alpha.8)
- NetowlsStudio.Practices.Library.Core (>= 1.2.0-alpha.8)
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- NetowlsStudio.Practices.Library.Common (>= 1.2.0-alpha.8)
- NetowlsStudio.Practices.Library.Core (>= 1.2.0-alpha.8)
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 | 349 | 1/20/2020 |
1.4.0-alpha.4 | 249 | 1/20/2020 |
1.4.0-alpha.3 | 295 | 1/20/2020 |
1.4.0-alpha.2 | 258 | 1/19/2020 |
1.4.0-alpha.1 | 292 | 1/17/2020 |
1.3.0.5 | 519 | 1/10/2020 |
1.3.0-preview.1 | 327 | 1/10/2020 |
1.3.0-alpha.4 | 290 | 1/9/2020 |
1.3.0-alpha.3 | 281 | 1/6/2020 |
1.3.0-alpha.2 | 270 | 12/27/2019 |
1.3.0-alpha.1 | 296 | 12/26/2019 |
1.2.1 | 412 | 12/25/2019 |
1.2.0-preview.1 | 253 | 12/25/2019 |
1.2.0-alpha.8 | 265 | 12/24/2019 |
1.2.0-alpha.7 | 295 | 12/24/2019 |
1.2.0-alpha.4 | 280 | 12/23/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.0-alpha.8](///compare/v1.2.0-alpha.7...v1.2.0-alpha.8) (2019-12-24)
### FEATURES
* **Practices.Library.Common.csproj:** 修改了 IMacroParameter 接口,添加了 Replace 方法。 36e14e1
* **Practices.Library.Common.csproj:** 修改了 MacroParameter 类型的 Name 属性的 get 方法,并重写了 ToString 方法。 3ea5ad7
* **Practices.Library.Common.csproj:** 新增基础库内置宏命令参数。 11962dc
* **Practices.Library.Common.csproj:** 新增基础库集成接口扩展方法,用于方便的集成宏命令参数 src/Practices.Library.Common/Configuration/Macros/ILibraryIntegrationInterfaceExtensions.cs 4173d66
* **Practices.Library.Common.csproj:** 新增宏命令参数信息接口 src/Practices.Library.Common/Configuration/Macros/IMacroParameter.cs 37d954e
* **Practices.Library.Common.csproj:** 新增宏命令参数基类 src/Practices.Library.Common/Configuration/Macros/MacroParameter.cs a18f74b
* **Practices.Library.Common.csproj:** 新增宏命令参数集合类 src/Practices.Library.Common/Configuration/Macros/MacroParameterCollection.cs e4940e2
* **Practices.Library.Common.csproj:** 新增应用基础路径宏命令类型 src/Practices.Library.Common/Configuration/Macros/AppBaseDirectoryMacroParameter.cs e50a295
* **Practices.Library.Common.csproj:** 新增错误的宏命令参数名称异常 src/Practices.Library.Common/Configuration/Macros/InvalidMacroNameException.cs 49c902c