There was an error while loading. Please reload this page.
1 parent fa3d4c5 commit be76163Copy full SHA for be76163
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## v8.x.x
4
5
+##8.0.5(2024-3-18)
6
+
7
+* **修改:** 更新Elsa工作流到2.14.1,更好的支持.net8
8
+* **修改:** 更新验证码的处理,避免linux缺少字体的问题,感谢DUWENINK提供
9
10
##8.0.4(2024-2-21)
11
12
* **修改:** 修复工作流的一些bug
version.props
@@ -1,6 +1,6 @@
1
<Project>
<PropertyGroup>
- <VersionPrefix>8.0.4</VersionPrefix>
+ <VersionPrefix>8.0.5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments