Skip to content

Commit 21bc7c0

Browse files
committed
Version Updated to 1.0.6
1 parent 14ebcb5 commit 21bc7c0

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

Packages/com.cerebro.unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.cerebro.unity",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"displayName": "CereBro.Unity",
55
"description": "A Model Agnostic MCP (Model Context Protocol) Clinet-Server for Unity.",
66
"license": "MIT",

src/CereBro.Open-AI/CereBro.Open-AI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<PropertyGroup>
2020
<PackageId>Rob1997.CereBro.Open-AI</PackageId>
21-
<Version>1.0.5</Version>
21+
<Version>1.0.6</Version>
2222
<Authors>rob1997</Authors>
2323
<Description>Open-AI Implementation for CereBro</Description>
2424
<PackageIcon>icon.png</PackageIcon>

src/CereBro.Playground/CereBro.Playground.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<PropertyGroup>
1818
<PackageId>Rob1997.CereBro.Playground</PackageId>
19-
<Version>1.0.5</Version>
19+
<Version>1.0.6</Version>
2020
<Authors>rob1997</Authors>
2121
<Description>CereBro's Playground</Description>
2222
<PackageIcon>icon.png</PackageIcon>

src/CereBro.Server.Unity/CereBro.Server.Unity.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,16 @@
1515
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
1616
</ItemGroup>
1717

18+
<PropertyGroup>
19+
<PackageId>Rob1997.CereBro.Server.Unity</PackageId>
20+
<Version>1.0.6</Version>
21+
<Authors>rob1997</Authors>
22+
<Description>Used as an intermediary MCP Server to relay data between the MCP Client and CereBro.Unity</Description>
23+
<PackageIcon>icon.png</PackageIcon>
24+
<PackageIconUrl>https://raw.githubusercontent.com/rob1997/CereBro/refs/heads/main/icon.png</PackageIconUrl>
25+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
26+
<PackageReadmeFile>README.md</PackageReadmeFile>
27+
<PackageProjectUrl>https://github.com/rob1997/CereBro</PackageProjectUrl>
28+
<RepositoryUrl>https://github.com/rob1997/CereBro</RepositoryUrl>
29+
</PropertyGroup>
1830
</Project>

src/CereBro.Server/CereBro.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<PropertyGroup>
1919
<PackageId>Rob1997.CereBro.Server</PackageId>
20-
<Version>1.0.5</Version>
20+
<Version>1.0.6</Version>
2121
<Authors>rob1997</Authors>
2222
<Description>CereBro's MCP Server</Description>
2323
<PackageIcon>icon.png</PackageIcon>

src/CereBro/CereBro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<PropertyGroup>
2828
<PackageId>Rob1997.CereBro</PackageId>
29-
<Version>1.0.5</Version>
29+
<Version>1.0.6</Version>
3030
<Authors>rob1997</Authors>
3131
<Description>AI Agent Wrapper for .Net</Description>
3232
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)