SailWeb 3.7.8

dotnet add package SailWeb --version 3.7.8
NuGet\Install-Package SailWeb -Version 3.7.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="SailWeb" Version="3.7.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SailWeb --version 3.7.8
#r "nuget: SailWeb, 3.7.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 SailWeb as a Cake Addin
#addin nuget:?package=SailWeb&version=3.7.8

// Install SailWeb as a Cake Tool
#tool nuget:?package=SailWeb&version=3.7.8

Sail Web Helper

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.

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
3.7.8 1,215 3/6/2018
3.7.7 986 9/18/2017
3.7.6 975 8/31/2017
3.7.5 947 8/11/2017
3.7.4 952 8/11/2017
3.7.3 954 8/8/2017
3.7.2 995 5/31/2017
3.7.1 1,067 5/14/2017
3.7.0 975 5/13/2017
3.6.7 966 5/7/2017
3.6.6 1,082 2/24/2017
3.6.5 1,053 12/8/2016
3.6.4 1,049 8/6/2016

2017.05.13 v3.7.0 更新说明
     丰富了WebBase基类和Layout基类,给WebHelper扩展了一批属性

     2017.05.14 v3.7.1 更新说明
     修复Element.Create中对二级对象的操作,并移除缓存用法,这样速度会更快

     2017.05.14 v3.7.2 更新说明
     移除一些内容
     2017.08.03 v3.7.3 更新说明
     修改LayoutBase 把User和CheckLogin设置为可覆盖的

     2017.08.11 v3.7.4 更新说明
     给Element增加了一个参数CustomeValidate,而且解决了New elecment的时候设置isrequired 和 customValidate 无效的问题,前提是要通过构造函数创建
     否则得手动给Class属性加上ResetClass()方法的返回值

     2017.08.11 v3.7.5 更新说明
     依赖版本号写错,重新发布

     2017.08.31 v3.7.6 更新说明
     修复导出时第二个表达式不写就报错的bug

     2017.08.31 v3.7.7 更新说明
     修复导出时style输出的顺序不对导致css不起作用的bug

     2018.03.06 v3.7.8 更新说明
     移除layoutbase 中对datacontext的默认赋值