Skip to content

Commit

Permalink
Release v1.0.0-rc1-hotfix1 (#190)
Browse files Browse the repository at this point in the history
## Description of Changes
We have included the packages corresponding to
clockworklabs/SpacetimeDB#1964.

## API

Fixes API breakage related to endianness.

## Requires SpacetimeDB PRs
SpacetimeDB branch name: release/v1.0.0-rc1-hotfix2

## Testsuite
SpacetimeDB branch name: release/v1.0.0-rc1-hotfix2

## Testing
CI only

---------

Co-authored-by: Mazdak Farrokhzad <[email protected]>
Co-authored-by: Zeke Foppa <[email protected]>
Co-authored-by: Jeremie Pelletier <[email protected]>
Co-authored-by: Ingvar Stepanyan <[email protected]>
Co-authored-by: SteveGibson <[email protected]>
Co-authored-by: Steve Boytsun <[email protected]>
Co-authored-by: John Detter <[email protected]>
Co-authored-by: John Detter <[email protected]>
Co-authored-by: Tyler Cloutier <[email protected]>
Co-authored-by: Tyler Cloutier <[email protected]>
  • Loading branch information
11 people authored Nov 12, 2024
1 parent eb656b5 commit b0a05b1
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 b0a05b1

Please sign in to comment.