NetowlsStudio.Practices.Library.Core.Net45
1.3.0-alpha.2
See the version list below for details.
dotnet add package NetowlsStudio.Practices.Library.Core.Net45 --version 1.3.0-alpha.2
NuGet\Install-Package NetowlsStudio.Practices.Library.Core.Net45 -Version 1.3.0-alpha.2
<PackageReference Include="NetowlsStudio.Practices.Library.Core.Net45" Version="1.3.0-alpha.2" />
paket add NetowlsStudio.Practices.Library.Core.Net45 --version 1.3.0-alpha.2
#r "nuget: NetowlsStudio.Practices.Library.Core.Net45, 1.3.0-alpha.2"
// Install NetowlsStudio.Practices.Library.Core.Net45 as a Cake Addin #addin nuget:?package=NetowlsStudio.Practices.Library.Core.Net45&version=1.3.0-alpha.2&prerelease // Install NetowlsStudio.Practices.Library.Core.Net45 as a Cake Tool #tool nuget:?package=NetowlsStudio.Practices.Library.Core.Net45&version=1.3.0-alpha.2&prerelease
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.3.0-alpha.2)
- NetowlsStudio.Practices.Library.Core (>= 1.3.0-alpha.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 |
---|---|---|
1.4.0-alpha.5 | 328 | 1/20/2020 |
1.4.0-alpha.4 | 250 | 1/20/2020 |
1.4.0-alpha.3 | 293 | 1/20/2020 |
1.4.0-alpha.2 | 253 | 1/19/2020 |
1.4.0-alpha.1 | 296 | 1/17/2020 |
1.3.0.5 | 550 | 1/10/2020 |
1.3.0-preview.1 | 321 | 1/10/2020 |
1.3.0-alpha.4 | 290 | 1/9/2020 |
1.3.0-alpha.3 | 266 | 1/6/2020 |
1.3.0-alpha.2 | 260 | 12/27/2019 |
1.3.0-alpha.1 | 281 | 12/26/2019 |
1.2.1 | 454 | 12/25/2019 |
1.2.0-preview.1 | 259 | 12/25/2019 |
1.2.0-alpha.8 | 260 | 12/24/2019 |
1.2.0-alpha.7 | 299 | 12/24/2019 |
1.2.0-alpha.4 | 264 | 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.3.0-alpha.2](///compare/v1.3.0-alpha.1...v1.3.0-alpha.2) (2019-12-27)
### FEATURES
* **Practices.Library.Common.csproj:** 新增基于 .NET 诊断器的记录日志信息的方法。 00821d4
* **Practices.Library.Common.csproj:** 新增日志基础库的扩展方法 src/Practices.Library.Common/Logging/ILibraryIntegrationInterfaceExtensions.cs 3bf81fe
* **Practices.Library.Common.csproj:** 新增统一的记录日志信息的方法 src/Practices.Library.Common/Logging/LogWriter.cs 6f7023f
* **Practices.Library.Common.csproj:** 新增记录日志信息方法集合 src/Practices.Library.Common/Logging/LogWriterCollection.cs 6a0be84
* **Practices.Library.Common.csproj:** 新增记录运行时日志基类 src/Practices.Library.Common/Logging/LogWriterBase.cs 24d5aa8