NetowlsStudio.Practices.Library.ADO.Native.Abstractions
1.4.0-alpha.4
See the version list below for details.
dotnet add package NetowlsStudio.Practices.Library.ADO.Native.Abstractions --version 1.4.0-alpha.4
NuGet\Install-Package NetowlsStudio.Practices.Library.ADO.Native.Abstractions -Version 1.4.0-alpha.4
<PackageReference Include="NetowlsStudio.Practices.Library.ADO.Native.Abstractions" Version="1.4.0-alpha.4" />
paket add NetowlsStudio.Practices.Library.ADO.Native.Abstractions --version 1.4.0-alpha.4
#r "nuget: NetowlsStudio.Practices.Library.ADO.Native.Abstractions, 1.4.0-alpha.4"
// Install NetowlsStudio.Practices.Library.ADO.Native.Abstractions as a Cake Addin #addin nuget:?package=NetowlsStudio.Practices.Library.ADO.Native.Abstractions&version=1.4.0-alpha.4&prerelease // Install NetowlsStudio.Practices.Library.ADO.Native.Abstractions as a Cake Tool #tool nuget:?package=NetowlsStudio.Practices.Library.ADO.Native.Abstractions&version=1.4.0-alpha.4&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. |
.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
- NetowlsStudio.Practices.Library.Common (>= 1.4.0-alpha.4)
- NetowlsStudio.Practices.Library.Configuration.Abstractions (>= 1.4.0-alpha.4)
-
.NETCoreApp 2.1
- NetowlsStudio.Practices.Library.Common (>= 1.4.0-alpha.4)
- NetowlsStudio.Practices.Library.Configuration.Abstractions (>= 1.4.0-alpha.4)
-
.NETCoreApp 2.2
- NetowlsStudio.Practices.Library.Common (>= 1.4.0-alpha.4)
- NetowlsStudio.Practices.Library.Configuration.Abstractions (>= 1.4.0-alpha.4)
-
.NETCoreApp 3.0
- NetowlsStudio.Practices.Library.Common (>= 1.4.0-alpha.4)
- NetowlsStudio.Practices.Library.Configuration.Abstractions (>= 1.4.0-alpha.4)
-
.NETCoreApp 3.1
- NetowlsStudio.Practices.Library.Common (>= 1.4.0-alpha.4)
- NetowlsStudio.Practices.Library.Configuration.Abstractions (>= 1.4.0-alpha.4)
-
.NETFramework 4.5
- NetowlsStudio.Practices.Library.Common (>= 1.4.0-alpha.4)
- NetowlsStudio.Practices.Library.Configuration.Abstractions (>= 1.4.0-alpha.4)
-
.NETStandard 2.0
- NetowlsStudio.Practices.Library.Common (>= 1.4.0-alpha.4)
- NetowlsStudio.Practices.Library.Configuration.Abstractions (>= 1.4.0-alpha.4)
-
.NETStandard 2.1
- NetowlsStudio.Practices.Library.Common (>= 1.4.0-alpha.4)
- NetowlsStudio.Practices.Library.Configuration.Abstractions (>= 1.4.0-alpha.4)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NetowlsStudio.Practices.Library.ADO.Native.Abstractions:
Package | Downloads |
---|---|
NetowlsStudio.Practices.Library.ADO.Native.Core
Package Description |
|
NetowlsStudio.Practices.Library.ADO.Native.DIExtensions.Unity
Package Description |
|
NetowlsStudio.Practices.Library.ADO.Native.DIExtensions.NetCore
Package Description |
|
NetowlsStudio.Practices.Library.ADO.Native.SqlServer
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.0-alpha.5 | 344 | 1/20/2020 |
1.4.0-alpha.4 | 250 | 1/20/2020 |
1.4.0-alpha.3 | 290 | 1/20/2020 |
1.4.0-alpha.2 | 257 | 1/19/2020 |
1.4.0-alpha.1 | 298 | 1/17/2020 |
# 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.4.0-alpha.4](///compare/v1.4.0-alpha.3...v1.4.0-alpha.4) (2020-01-20)
### FEATURES
* **Practices.Library.ADO.Native.Abstractions.csproj:** 修改了 src/Practices.Library.ADO.Native.Abstractions/Annotations/AdoNetProviderAttribute.cs 的 GetProviderName 方法入参。 aaa79dc
* **Practices.Library.ADO.Native.Core.csproj:** 新增 ADO.NET 基础库集成扩展方法 src/Practices.Library.ADO.Native.Core/ILibraryIntegrationInterfaceExtensions.cs a49d463
* **Practices.Library.ADO.Native.Core.csproj:** 新增数据库工厂方法 src/Practices.Library.ADO.Native.Core/DbFactory.cs 30853e0