Skip to content

Commit

Permalink
[release/candidate/v0.9.2]: bump C# to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeke Foppa committed May 24, 2024
1 parent 18e49f1 commit 154d5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bindings-csharp/Codegen/Codegen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>SpacetimeDB.Codegen</AssemblyName>
<AssemblyVersion>0.9.0</AssemblyVersion>
<AssemblyVersion>0.9.2</AssemblyVersion>

This comment has been minimized.

Copy link
@RReverser

RReverser May 28, 2024

Member

Let's revert this to 0.9.1 (or altogether).

</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-csharp/Runtime/Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>SpacetimeDB.Runtime</AssemblyName>
<AssemblyVersion>0.9.0</AssemblyVersion>
<AssemblyVersion>0.9.2</AssemblyVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
</PropertyGroup>
Expand Down

0 comments on commit 154d5dc

Please sign in to comment.