Skip to content

Commit

Permalink
update releaselog
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Jan 5, 2025
1 parent c63a5af commit cbee174
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/releaselog/GeneralUpdateReleaselog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ tags: [log]



## 📍2025-01-05 Version 9.1.2

- Fixed the issue where updates would continue despite hash verification exceptions.
- Removed the references of the Common and Differential components from Bowl / ClientCore / Core to resolve the DLL usage issue during mutual upgrades.

- Note: The Common and Differential components will only be updated and iterated within the GeneralUpdate solution and will no longer be updated on the NuGet platform. The capabilities provided by the Common and Differential components will continue to exist in the Bowl / ClientCore / Core components through code file references. Developers no longer need to worry about whether the Common and Differential components are referenced.



## 📍2025-01-04 9.1.0

- Add a feature to skip specified folders (specified parameters will be passed through Client and Upgrade).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ tags: [log]

# 📒Release log



## 📍2025-01-05 Version 9.1.2

- Fixed the issue where updates would continue despite hash verification exceptions.
- Removed the references of the Common and Differential components from Bowl / ClientCore / Core to resolve the DLL usage issue during mutual upgrades.

- Note: The Common and Differential components will only be updated and iterated within the GeneralUpdate solution and will no longer be updated on the NuGet platform. The capabilities provided by the Common and Differential components will continue to exist in the Bowl / ClientCore / Core components through code file references. Developers no longer need to worry about whether the Common and Differential components are referenced.



## 📍2025-01-04 9.1.0

- Add a feature to skip specified folders (specified parameters will be passed through Client and Upgrade).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ tags: [log]



## 📍2025-01-05 9.1.2

- 修复hash校验异常继续执行更新问题
- 解除Common组件和Differential组件与Bowl / ClientCore / Core引用,解决相互升级出现dll占用问题。

- 说明Common和Differential仅存在于GeneralUpdate解决方案中更新迭代,不再更新至Nuget平台。Common组件和Differential组件所有用的能力通过代码文件引用的方式继续存在于Bowl / ClientCore / Core组件中。开发者无需再关心Common和Differential组件是否引用。



## 📍2025-01-04 9.1.0

- 添加屏蔽指定文件夹跳过功能(指定参数会流转Client、Upgrade)。
Expand Down

0 comments on commit cbee174

Please sign in to comment.