From ce7828e4fe5cf2755a2eded13e5895e5977bbcb2 Mon Sep 17 00:00:00 2001 From: Zeke Foppa <196249+bfops@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:01:57 -0700 Subject: [PATCH] Bump versions to 1.1.1 (#297) ## Description of Changes Just bumping version numbers in preparation for an upcoming release. I also relaxed the version constraints in the `.csproj` files to be flexible in their patch versions. ## API - [ ] This is an API breaking change to the SDK No breaking changes. ## Requires SpacetimeDB PRs None ## Testsuite SpacetimeDB branch name: master ## Testing Just existing CI, since this just bumps version numbers. Co-authored-by: Zeke Foppa --- sdks/csharp/SpacetimeDB.ClientSDK.csproj | 4 ++-- .../csharp/examples~/quickstart-chat/server/StdbModule.csproj | 2 +- .../examples~/regression-tests/server/StdbModule.csproj | 2 +- sdks/csharp/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdks/csharp/SpacetimeDB.ClientSDK.csproj b/sdks/csharp/SpacetimeDB.ClientSDK.csproj index e55d9df374..b3ca7e8e20 100644 --- a/sdks/csharp/SpacetimeDB.ClientSDK.csproj +++ b/sdks/csharp/SpacetimeDB.ClientSDK.csproj @@ -16,8 +16,8 @@ logo.png README.md https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk - 1.1.0 - 1.1.0 + 1.1.1 + 1.1.1 $(DefaultItemExcludes);*~/** packages diff --git a/sdks/csharp/examples~/quickstart-chat/server/StdbModule.csproj b/sdks/csharp/examples~/quickstart-chat/server/StdbModule.csproj index 07c9f72568..f290d226a0 100644 --- a/sdks/csharp/examples~/quickstart-chat/server/StdbModule.csproj +++ b/sdks/csharp/examples~/quickstart-chat/server/StdbModule.csproj @@ -14,7 +14,7 @@ - + diff --git a/sdks/csharp/examples~/regression-tests/server/StdbModule.csproj b/sdks/csharp/examples~/regression-tests/server/StdbModule.csproj index 479928b1fc..3284863813 100644 --- a/sdks/csharp/examples~/regression-tests/server/StdbModule.csproj +++ b/sdks/csharp/examples~/regression-tests/server/StdbModule.csproj @@ -8,7 +8,7 @@ - + diff --git a/sdks/csharp/package.json b/sdks/csharp/package.json index 45c142a21a..a627246adc 100644 --- a/sdks/csharp/package.json +++ b/sdks/csharp/package.json @@ -1,7 +1,7 @@ { "name": "com.clockworklabs.spacetimedbsdk", "displayName": "SpacetimeDB SDK", - "version": "1.1.0", + "version": "1.1.1", "description": "The SpacetimeDB Client SDK is a software development kit (SDK) designed to interact with and manipulate SpacetimeDB modules..", "keywords": [], "author": {