Skip to content

Commit

Permalink
prepare 5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliang-wt committed Jun 7, 2022
1 parent ca0f505 commit 0ad018a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# 更新日志

## v6.x.x

##6.2.1(2022-6-7)

* **新增:** 新增CanNotEditAttribute,用于标记在模型属性上,指明该字段不应该被修改。
* **新增:** 优化VM内包含其他VM时框架默认的处理方法,现在框架默认会自动给子VM赋必须的值,并和表单提交的值对应。
* **修改:** 修复MainTenantOnly属性会导致权限失效的问题
* **修改:** 修复登录时Token会加长的问题
* **修改:** 修复Blazor模式无法删除租户的问题
* **修改:** 修复Blazor模式添加外部菜单的显示问题
* **修改:** 修复LayUI模式Combobox在Https下无法下载数据的问题

##6.2.0(2022-6-5)

本次为大版本更新,包含中断性更改,老项目升级时需要手动更新旧数据库以及覆盖默认生成的项目文件
Expand Down Expand Up @@ -64,6 +75,17 @@

## v5.x.x

##5.9.1(2022-6-7)

* **新增:** 新增CanNotEditAttribute,用于标记在模型属性上,指明该字段不应该被修改。
* **新增:** 优化VM内包含其他VM时框架默认的处理方法,现在框架默认会自动给子VM赋必须的值,并和表单提交的值对应。
* **修改:** 修复MainTenantOnly属性会导致权限失效的问题
* **修改:** 修复登录时Token会加长的问题
* **修改:** 修复Blazor模式无法删除租户的问题
* **修改:** 修复Blazor模式添加外部菜单的显示问题
* **修改:** 修复LayUI模式Combobox在Https下无法下载数据的问题


##5.9.0(2022-6-5)

本次为大版本更新,包含中断性更改,老项目升级时需要手动更新旧数据库
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>5.9.0</VersionPrefix>
<VersionPrefix>5.9.1</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 0ad018a

Please sign in to comment.