Skip to content

Commit

Permalink
Bump version and update DLLs (#192)
Browse files Browse the repository at this point in the history
## Description of Changes
Cherrypicking the changes from
#190,
which were merged directly to `master` (by me, without thinking it
through).

## API

Fixes API breakage related to endianness.

## Requires SpacetimeDB PRs
clockworklabs/SpacetimeDB#1964

## Testsuite
SpacetimeDB branch name: master

## Testing
CI only. These changes have already been released.
  • Loading branch information
bfops authored Nov 19, 2024
1 parent e5606f1 commit d2ee667
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 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 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk</RepositoryUrl>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Version>1.0.0-rc1</Version>
<Version>1.0.0-rc1-hotfix1</Version>
<DefaultItemExcludes>$(DefaultItemExcludes);*~/**</DefaultItemExcludes>
<!-- We want to save DLLs for Unity which doesn't support NuGet. -->
<RestorePackagesPath>packages</RestorePackagesPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SpacetimeDB.BSATN.Runtime" Version="1.0.0-rc1" />
<PackageReference Include="SpacetimeDB.BSATN.Runtime" Version="1.0.0-rc1-hotfix1" />

<InternalsVisibleTo Include="SpacetimeDB.Tests" />
</ItemGroup>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d2ee667

Please sign in to comment.