Skip to content

Commit 11cee2b

Browse files
committed
v0.2.1 release
1 parent ea0b684 commit 11cee2b

7 files changed

Lines changed: 3 additions & 3 deletions
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

1.6/Assemblies/RimBridgeServer.dll

0 Bytes
Binary file not shown.

About/About.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<li>1.6</li>
77
</supportedVersions>
88
<packageId>brrainz.rimbridgeserver</packageId>
9-
<modVersion>0.2.0.0</modVersion>
9+
<modVersion>0.2.1.0</modVersion>
1010
<url>https://github.com/pardeike/RimBridgeServer</url>
1111
<description>RimBridgeServer spins up an MCP server inside RimWorld to enable automated, remote control of a running game. It is designed so AI agents or external tools can rapidly test and validate the mods they are developing by issuing commands and querying state through a stable protocol.
1212

About/Manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<Manifest>
33
<identifier>net.pardeike.rimworld.mod.rimbridgeserver</identifier>
4-
<version>0.2.0.0</version>
4+
<version>0.2.1.0</version>
55
<targetVersions>
66
<li>1.6.0</li>
77
</targetVersions>

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ModName>RimBridgeServer</ModName>
44
<ModFileName>RimBridgeServer</ModFileName>
55
<Repository>https://github.com/pardeike/RimBridgeServer</Repository>
6-
<ModVersion>0.2.0.0</ModVersion>
6+
<ModVersion>0.2.1.0</ModVersion>
77
<ProjectGuid>{6A41B185-4CC6-43FD-A4D3-5D2819F4DC96}</ProjectGuid>
88
</PropertyGroup>
99
</Project>

0 commit comments

Comments
 (0)