Skip to content

Commit f47e790

Browse files
committed
Accepted codegen changes
1 parent 98d4bf0 commit f47e790

9 files changed

Lines changed: 11 additions & 12 deletions

File tree

crates/bindings-csharp/BSATN.Codegen/BSATN.Codegen.csproj

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

33
<PropertyGroup>
44
<AssemblyName>SpacetimeDB.BSATN.Codegen</AssemblyName>
5-
<Version>2.0.3</Version>
5+
<Version>2.0.4</Version>
66
<Title>SpacetimeDB BSATN Codegen</Title>
77
<Description>The SpacetimeDB BSATN Codegen implements the Roslyn incremental generators for BSATN serialization/deserialization in C#.</Description>
88
</PropertyGroup>

crates/bindings-csharp/BSATN.Runtime/BSATN.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>SpacetimeDB.BSATN.Runtime</AssemblyName>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<Title>SpacetimeDB BSATN Runtime</Title>
66
<Description>The SpacetimeDB BSATN Runtime implements APIs for BSATN serialization/deserialization in C#.</Description>
77
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>

crates/bindings-csharp/Codegen/Codegen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>SpacetimeDB.Codegen</AssemblyName>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<Title>SpacetimeDB Module Codegen</Title>
66
<Description>The SpacetimeDB Codegen implements the Roslyn incremental generators for writing SpacetimeDB modules in C#.</Description>
77
</PropertyGroup>

crates/bindings-csharp/Runtime/Runtime.csproj

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

33
<PropertyGroup>
44
<AssemblyName>SpacetimeDB.Runtime</AssemblyName>
5-
<Version>2.0.3</Version>
5+
<Version>2.0.4</Version>
66
<Title>SpacetimeDB Module Runtime</Title>
77
<Description>The SpacetimeDB Runtime implements the database runtime bindings for writing SpacetimeDB modules in C#.</Description>
88
</PropertyGroup>

crates/bindings-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spacetimedb",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "API and ABI bindings for the SpacetimeDB TypeScript module library",
55
"homepage": "https://github.com/clockworklabs/SpacetimeDB#readme",
66
"bugs": {

crates/codegen/tests/snapshots/codegen__codegen_typescript.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
source: crates/codegen/tests/codegen.rs
3-
assertion_line: 37
43
expression: outfiles
54
---
65
"add_player_reducer.ts" = '''
@@ -290,7 +289,7 @@ const proceduresSchema = __procedures(
290289
/** The remote SpacetimeDB module schema, both runtime and type information. */
291290
const REMOTE_MODULE = {
292291
versionInfo: {
293-
cliVersion: "2.0.3" as const,
292+
cliVersion: "2.0.4" as const,
294293
},
295294
tables: tablesSchema.schemaType.tables,
296295
reducers: reducersSchema.reducersType.reducers,

sdks/csharp/SpacetimeDB.ClientSDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PackageIcon>logo.png</PackageIcon>
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
1818
<RepositoryUrl>https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk</RepositoryUrl>
19-
<AssemblyVersion>2.0.3</AssemblyVersion>
20-
<Version>2.0.3</Version>
19+
<AssemblyVersion>2.0.4</AssemblyVersion>
20+
<Version>2.0.4</Version>
2121
<DefaultItemExcludes>$(DefaultItemExcludes);*~/**</DefaultItemExcludes>
2222
<!-- We want to save DLLs for Unity which doesn't support NuGet. -->
2323
<RestorePackagesPath>packages</RestorePackagesPath>

sdks/csharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.clockworklabs.spacetimedbsdk",
33
"displayName": "SpacetimeDB SDK",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"description": "The SpacetimeDB Client SDK is a software development kit (SDK) designed to interact with and manipulate SpacetimeDB modules..",
66
"keywords": [],
77
"author": {

templates/chat-react-ts/src/module_bindings/index.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)