Skip to content

Commit 2e2ac53

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](1.1.2...1.1.3) (2026-05-29) ### Bug Fixes * **web:** URL 查询参数使用 Uri.EscapeDataString 编码 ([6841f55](6841f55))
1 parent 6841f55 commit 2e2ac53

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.1.3](https://github.com/gameframex/com.gameframex.unity.web.protobuff/compare/1.1.2...1.1.3) (2026-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **web:** URL 查询参数使用 Uri.EscapeDataString 编码 ([6841f55](https://github.com/gameframex/com.gameframex.unity.web.protobuff/commit/6841f55d43e219788e5559a03b174231b8d90b97))
7+
18
## [1.1.2](https://github.com/gameframex/com.gameframex.unity.web.protobuff/compare/1.1.1...1.1.2) (2026-05-28)
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 ProtoBuff",
44
"category": "GameFrameX",
55
"description": "GameFrameX Web ProtoBuf — Unity Protobuf HTTP POST package. Extends the Web layer with binary message support, serializing MessageObject instances and deserializing typed IResponseMessage responses via conditional compilation. Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX Web ProtoBuf — Unity Protobuf HTTP POST 功能包。扩展 Web 层以支持二进制消息,序列化 MessageObject 实例并通过条件编译反序列化类型化的 IResponseMessage 响应。文档:https://gameframex.doc.alianblank.com",
6-
"version": "1.1.2",
6+
"version": "1.1.3",
77
"unity": "2019.4",
88
"keywords": [
99
"GameFrameX",

0 commit comments

Comments
 (0)