Skip to content

Commit

Permalink
prepare 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliang-wt committed Jun 7, 2022
1 parent 457ecf7 commit 4b29057
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## v6.x.x

##6.2.2(2022-6-7)
* **HotFix:** 修复附件上传问题

##6.2.1(2022-6-7)

* **新增:** 新增CanNotEditAttribute,用于标记在模型属性上,指明该字段不应该被修改。
Expand Down Expand Up @@ -75,6 +78,10 @@

## v5.x.x

##5.9.2(2022-6-7)
* **HotFix:** 修复附件上传问题


##5.9.1(2022-6-7)

* **新增:** 新增CanNotEditAttribute,用于标记在模型属性上,指明该字段不应该被修改。
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.1</VersionPrefix>
<VersionPrefix>5.9.2</VersionPrefix>
</PropertyGroup>

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

0 comments on commit 4b29057

Please sign in to comment.