SailDataAccess 5.8.8
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SailDataAccess --version 5.8.8
NuGet\Install-Package SailDataAccess -Version 5.8.8
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="SailDataAccess" Version="5.8.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SailDataAccess --version 5.8.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SailDataAccess, 5.8.8"
#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 SailDataAccess as a Cake Addin #addin nuget:?package=SailDataAccess&version=5.8.8 // Install SailDataAccess as a Cake Tool #tool nuget:?package=SailDataAccess&version=5.8.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Sail Framework
Product | Versions 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.
-
- Ivony.Logs (>= 1.3.3)
- Newtonsoft.Json (>= 10.0.2)
Version | Downloads | Last updated |
---|---|---|
6.3.1 | 1,422 | 1/10/2018 |
6.3.0 | 1,163 | 1/10/2018 |
6.2.1 | 1,110 | 11/16/2017 |
6.2.0 | 1,025 | 11/16/2017 |
6.1.5 | 1,052 | 10/17/2017 |
6.1.4 | 1,038 | 10/17/2017 |
6.1.3 | 1,034 | 10/13/2017 |
6.1.2 | 1,083 | 9/26/2017 |
6.1.1 | 1,808 | 8/11/2017 |
6.1.0 | 1,324 | 8/11/2017 |
6.0.9 | 1,283 | 8/7/2017 |
6.0.7 | 1,107 | 8/1/2017 |
6.0.6 | 1,092 | 8/1/2017 |
6.0.5 | 1,090 | 8/1/2017 |
6.0.4 | 1,125 | 7/18/2017 |
6.0.3 | 1,087 | 7/17/2017 |
6.0.2 | 1,129 | 7/14/2017 |
6.0.1 | 1,102 | 7/14/2017 |
6.0.0 | 1,102 | 7/13/2017 |
5.9.5 | 1,112 | 7/4/2017 |
5.9.4 | 1,105 | 5/31/2017 |
5.9.3 | 1,098 | 5/31/2017 |
5.9.2 | 1,092 | 5/31/2017 |
5.9.1 | 1,808 | 5/14/2017 |
5.9.0 | 1,304 | 5/13/2017 |
5.8.9 | 1,097 | 5/8/2017 |
5.8.8 | 1,323 | 5/7/2017 |
5.8.7 | 1,212 | 2/24/2017 |
5.8.6 | 1,204 | 1/3/2017 |
5.8.5 | 1,154 | 12/8/2016 |
5.8.4 | 1,141 | 12/8/2016 |
5.8.3 | 1,129 | 11/25/2016 |
5.8.2 | 1,110 | 11/23/2016 |
5.8.1 | 1,124 | 11/23/2016 |
5.8.0 | 1,141 | 11/22/2016 |
5.7.8 | 1,173 | 8/29/2016 |
2.0.1 | 1,238 | 6/12/2015 |
2.0.0 | 1,223 | 6/12/2015 |
1.7.0 | 1,260 | 5/25/2015 |
1.6.0 | 1,217 | 5/7/2015 |
1.5.0 | 1,206 | 5/7/2015 |
1.4.0 | 1,312 | 4/29/2015 |
1.3.0 | 1,426 | 4/26/2015 |
1.2.0 | 1,327 | 4/23/2015 |
1.1.0 | 1,300 | 4/20/2015 |
1.0.0 | 9,307 | 4/2/2015 |
2017.05.07 v5.8.8 更新说明
通过缓存获取属性的反射方法改名为FastGetProperties,并增加一个能自定义字段类型的参数,
GetSummary方法改为通过Type和属性名称获取,在属性是继承来的情况下,可以直接获得父类的注释.
解决bug:Element.Create 在属性为overrid的时候获得的form信息和注释还是父类的数据.