Skip to content

Commit

Permalink
updates for 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeke Foppa committed Jul 19, 2024
1 parent 266ff85 commit 66cdd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SpacetimeDB.ClientSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/clockworklabs/spacetimedb-csharp-sdk</RepositoryUrl>
<AssemblyVersion>0.10.0</AssemblyVersion>
<AssemblyVersion>0.11.0</AssemblyVersion>
<Version>$(AssemblyVersion)</Version>
<DefaultItemExcludes>$(DefaultItemExcludes);examples/**;tests/**</DefaultItemExcludes>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.23.3" />
<PackageReference Include="SpacetimeDB.BSATN.Runtime" Version="0.10.*" />
<PackageReference Include="SpacetimeDB.BSATN.Runtime" Version="0.11.*" />

<InternalsVisibleTo Include="SpacetimeDB.Tests" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion tests/tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<ItemGroup>
<PackageReference Include="xunit" Version="2.8.1" />
<ProjectReference Include="../SpacetimeDB.ClientSDK.csproj" />
<PackageReference Include="SpacetimeDB.BSATN.Codegen" Version="0.10.*" OutputItemType="Analyzer" />

<Compile Include="../examples/quickstart/client/module_bindings/**/*.cs" />
</ItemGroup>
Expand Down

0 comments on commit 66cdd81

Please sign in to comment.