Skip to content

Commit d74db38

Browse files
committed
🐳 21.30
1 parent 9403d8a commit d74db38

File tree

20 files changed

+26
-42
lines changed

20 files changed

+26
-42
lines changed

changeLog_ioGame.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
> ioGame 每月会发 1 ~ 2 个版本,通常在大版本内升级总是兼容的,如 21.1 升级到任意 21.x 的高版本。
77
8+
### 2025-08-11 - v21.30
9+
https://github.com/iohao/ioGame/releases/tag/21.30
10+
11+
**Version update summary**
12+
13+
> 1. fix(generate-code): [#490](https://github.com/iohao/ioGame/issues/490) Fixed the escaping of special characters in the Listener exampleCode for the code generation module. 修复 C# 代码生成时的转义字符
14+
815

916
### 2025-07-19 - v21.29
1017
https://github.com/iohao/ioGame/releases/tag/21.29

common/common-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.29</version>
8+
<version>21.30</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

common/common-core/src/main/java/com/iohao/game/action/skeleton/IoGameVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public final class IoGameVersion {
2626
public static final String VERSION;
2727

2828
static {
29-
String internalVersion = "<version>21.29</version>";
29+
String internalVersion = "<version>21.30</version>";
3030

3131
VERSION = internalVersion
3232
.replace("<version>", "")

common/common-kit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.29</version>
8+
<version>21.30</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

common/common-micro-kit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.29</version>
9+
<version>21.30</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

common/common-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.29</version>
8+
<version>21.30</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

external/external-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.29</version>
9+
<version>21.30</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

external/external-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.29</version>
9+
<version>21.30</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

net-bolt/bolt-broker-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.29</version>
8+
<version>21.30</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

net-bolt/bolt-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.29</version>
8+
<version>21.30</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)