Delta.Library 0.4.0

dotnet add package Delta.Library --version 0.4.0
NuGet\Install-Package Delta.Library -Version 0.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Delta.Library" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Delta.Library --version 0.4.0
#r "nuget: Delta.Library, 0.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Delta.Library as a Cake Addin
#addin nuget:?package=Delta.Library&version=0.4.0

// Install Delta.Library as a Cake Tool
#tool nuget:?package=Delta.Library&version=0.4.0

德塔互联网工作室第二代核心类库,封装了桌面、Web、数据库访问、网络通信、缓存、日志等一些快捷方法和常用工具类。
特别针对数据库操作进行了抽象封装,屏蔽对调用者不同数据库的变化,使用抽象SQL语句可以一次编写多数据库执行。

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.4.0 1,612 4/13/2015
0.2.0 1,051 3/31/2015
0.1.0 1,017 3/10/2015
0.0.0 1,265 1/31/2015

alpha4,增加和修正了一些成员注释说明,修正了抽象语法推断的一些错误。
本包(及后续的包)已经去除了对Newtonsoft.Json(≥5.0.6)和MySql.Data(≥6.2.5)包括的依赖,如果使用JSON序列和操作MySql数据库请自行进行安装相应的包。