Skip to content

Commit

Permalink
Update C# versions for v0.9.1-beta
Browse files Browse the repository at this point in the history
Setting to v0.9.0 to match the other nuget package that was published from the SDK
  • Loading branch information
kurtismullins committed May 22, 2024
1 parent eb09f6e commit f87abf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.8.1</AssemblyVersion>
<AssemblyVersion>0.9.0</AssemblyVersion>
</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.8.2</AssemblyVersion>
<AssemblyVersion>0.9.0</AssemblyVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions crates/cli/src/subcommands/project/csharp/StdbModule._csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SpacetimeDB.Codegen" Version="0.8.*" />
<PackageReference Include="SpacetimeDB.Runtime" Version="0.8.*" />
<PackageReference Include="SpacetimeDB.Codegen" Version="0.9.*" />
<PackageReference Include="SpacetimeDB.Runtime" Version="0.9.*" />
</ItemGroup>

</Project>

0 comments on commit f87abf9

Please sign in to comment.