Skip to content

Commit 825fc69

Browse files
chore(release): 1.3.3 [skip ci]
## [1.3.3](1.3.2...1.3.3) (2026-03-13) ### Bug Fixes * **Web:** 修复无内容长度时内存流未重置的问题 ([9e61fcd](9e61fcd))
1 parent 9e61fcd commit 825fc69

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.3](https://github.com/gameframex/com.gameframex.unity.web/compare/1.3.2...1.3.3) (2026-03-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **Web:** 修复无内容长度时内存流未重置的问题 ([9e61fcd](https://github.com/gameframex/com.gameframex.unity.web/commit/9e61fcde70753cda751b2b14efdb469cba2818b7))
7+
18
## [1.3.2](https://github.com/gameframex/com.gameframex.unity.web/compare/1.3.1...1.3.2) (2026-03-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Game Frame X Web",
44
"category": "Game Framework X",
55
"description": "独立游戏前后端一体化解决方案,独立游戏开发者的圆梦大使。\n文档地址: https://gameframex.doc.alianblank.com \n Game Frame X Web组件 - Unity网络功能包,提供HTTP请求。支持GET、POST常用网络操作,可自定义请求头和参数。采用现代C#开发中的异步/等待模式,使网络操作更加简单高效。",
6-
"version": "1.3.2",
6+
"version": "1.3.3",
77
"unity": "2019.4",
88
"keywords": [
99
"Game Framework X"

0 commit comments

Comments
 (0)