NetowlsStudio.Practices.Library.Common
1.1.8
See the version list below for details.
dotnet add package NetowlsStudio.Practices.Library.Common --version 1.1.8
NuGet\Install-Package NetowlsStudio.Practices.Library.Common -Version 1.1.8
<PackageReference Include="NetowlsStudio.Practices.Library.Common" Version="1.1.8" />
paket add NetowlsStudio.Practices.Library.Common --version 1.1.8
#r "nuget: NetowlsStudio.Practices.Library.Common, 1.1.8"
// Install NetowlsStudio.Practices.Library.Common as a Cake Addin #addin nuget:?package=NetowlsStudio.Practices.Library.Common&version=1.1.8 // Install NetowlsStudio.Practices.Library.Common as a Cake Tool #tool nuget:?package=NetowlsStudio.Practices.Library.Common&version=1.1.8
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. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.0
- No dependencies.
-
.NETCoreApp 2.1
- No dependencies.
-
.NETCoreApp 2.2
- No dependencies.
-
.NETCoreApp 3.0
- No dependencies.
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (19)
Showing the top 5 NuGet packages that depend on NetowlsStudio.Practices.Library.Common:
Package | Downloads |
---|---|
NetowlsStudio.Practices.Library.Core
Package Description |
|
NetowlsStudio.Practices.Library.Configuration.Abstractions
Package Description |
|
NetowlsStudio.Practices.Library.Configuration.Core
Package Description |
|
NetowlsStudio.Practices.Library.Configuration.Xml
Package Description |
|
NetowlsStudio.Practices.Library.Common.Serializations.Json
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.0-alpha.5 | 370 | 1/20/2020 |
1.4.0-alpha.4 | 272 | 1/20/2020 |
1.4.0-alpha.3 | 319 | 1/20/2020 |
1.4.0-alpha.2 | 274 | 1/19/2020 |
1.4.0-alpha.1 | 334 | 1/17/2020 |
1.3.0.5 | 3,555 | 1/10/2020 |
1.3.0-preview.1 | 340 | 1/10/2020 |
1.3.0-alpha.4 | 312 | 1/9/2020 |
1.3.0-alpha.3 | 290 | 1/6/2020 |
1.3.0-alpha.2 | 344 | 12/27/2019 |
1.3.0-alpha.1 | 319 | 12/26/2019 |
1.2.1 | 1,510 | 12/25/2019 |
1.2.0-preview.1 | 283 | 12/25/2019 |
1.2.0-alpha.8 | 293 | 12/24/2019 |
1.2.0-alpha.7 | 324 | 12/24/2019 |
1.2.0-alpha.4 | 311 | 12/23/2019 |
1.2.0-alpha.3 | 316 | 12/23/2019 |
1.2.0-alpha.1 | 304 | 12/20/2019 |
1.1.8 | 932 | 12/19/2019 |
1.1.7.3 | 962 | 12/19/2019 |
1.1.7.2 | 942 | 12/18/2019 |
1.1.7.1 | 987 | 12/18/2019 |
1.1.7 | 933 | 12/18/2019 |
1.1.6 | 828 | 12/18/2019 |
1.1.5 | 648 | 12/17/2019 |
1.1.4 | 537 | 12/13/2019 |
1.1.3 | 525 | 12/11/2019 |
1.1.2 | 536 | 12/9/2019 |
1.1.1 | 487 | 12/9/2019 |
1.1.0 | 493 | 12/9/2019 |
1.1.0-alpha.9 | 291 | 12/19/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.1.0-alpha.9](///compare/v1.1.0-alpha.8...v1.1.0-alpha.9) (2019-12-19)
### TEST CASES
* 用于测试 NuGet 包的兼容性。 e12903f
### FEATURES
* **Practices.Library.Common.csproj:** 修改了 PathHelper,添加了 CheckDirectoryIsExists 方法。 305c94d
* **Practices.Library.Common.csproj:** 新增不可写的流异常 src/Practices.Library.Common/IO/CanNotWriteableStreamException.cs caf7992
* **Practices.Library.Common.csproj:** 新增不可读异常和异步方法返回值结果信息。 6f00335
* **Practices.Library.Common.csproj:** 新增二进制序列化方法。 a09df84
* **Practices.Library.Common.csproj:** 新增序列化接口和基类。 ca429d3
* **Practices.Library.Common.csproj:** 新增诊断级别枚举类型 src/Practices.Library.Common/Diagnostics/DiagnosisLevel.cs 83e5b46