Skip to content

Commit

Permalink
3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne-KTCSZ committed Aug 22, 2019
1 parent e3b42a0 commit 7b32ebc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ZKEACMS Build With Asp.Net Core 3.0

If you still use .net core 2.2, click [here](https://github.com/SeriaWei/ZKEACMS/tree/runtime-2.2).

ZKEACMS is a visual design, **WYSIWYG** Content Management System.

**Basic mind**
Expand Down
2 changes: 1 addition & 1 deletion ZKEACMS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZKEACMS.TemplateImporter",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{0B4542D1-4A9B-4C97-A067-D35E924DA9BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackWidgetTemplate", "tools\PackWidgetTemplate\PackWidgetTemplate.csproj", "{E52C0F0E-78E2-40DA-B73E-49D5EAA00215}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PackWidgetTemplate", "tools\PackWidgetTemplate\PackWidgetTemplate.csproj", "{E52C0F0E-78E2-40DA-B73E-49D5EAA00215}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion src/EasyFrameWork/Mvc/TagHelpers/GridTagHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Easy.Mvc.TagHelpers
{
public class GridTagHelper : TagHelperBase
{
private const string DefaultClass = "dataTable table table-striped table-bordered";
private const string DefaultClass = "dataTable table table-striped table-bordered table-hover";
private const string DefaultSourceAction = "GetList";
public const string DefaultEditAction = "Edit";
public const string DefaultDeleteAction = "Delete";
Expand Down
6 changes: 3 additions & 3 deletions src/ZKEACMS/ZKEACMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
<AssemblyName>ZKEACMS</AssemblyName>
<PackageId>ZKEACMS</PackageId>
<Version>3.1.8</Version>
<Version>3.1.9</Version>
<Copyright>深圳市纸壳软件有限公司 纸壳CMS</Copyright>
<PackageLicenseUrl>http://www.zkea.net/licenses</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/SeriaWei/ZKEACMS.Core</PackageProjectUrl>
<RepositoryUrl>https://github.com/SeriaWei/ZKEACMS.Core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>CMS</PackageTags>
<Authors>深圳市纸壳软件有限公司 ZKEASOFT</Authors>
<AssemblyVersion>3.1.8.0</AssemblyVersion>
<FileVersion>3.1.8.0</FileVersion>
<AssemblyVersion>3.1.9.0</AssemblyVersion>
<FileVersion>3.1.9.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
Expand Down

0 comments on commit 7b32ebc

Please sign in to comment.