Skip to content

Commit

Permalink
Merge pull request #106 from specklesystems/jrm/core/2.17rc
Browse files Browse the repository at this point in the history
deps(2.17): Updated Core to 2.17.0-rc
  • Loading branch information
JR-Morgan authored Nov 20, 2023
2 parents ce33e7c + cff4978 commit bb43ba5
Show file tree
Hide file tree
Showing 9 changed files with 256 additions and 277 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ public static async Task<Base> ReceiveAsync(
{
await client
.CommitReceived(
cancellationToken,
new CommitReceivedInput
{
streamId = streamId,
Expand All @@ -336,7 +335,8 @@ await client
sourceApplication = HostApplications.Unity.GetVersion(
CoreUtils.GetHostAppVersion()
)
}
},
cancellationToken
)
.ConfigureAwait(false);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ string message
)
{
string commitId = await client.CommitCreate(
cancellationToken,
new CommitCreateInput
{
streamId = streamId,
Expand All @@ -152,7 +151,8 @@ string message
CoreUtils.GetHostAppVersion()
),
totalChildrenCount = (int)data.totalChildrenCount,
}
},
cancellationToken
);

return commitId;
Expand Down
Binary file not shown.
Binary file not shown.
401 changes: 128 additions & 273 deletions Packages/systems.speckle.speckle-unity/Runtime/Core/SpeckleCore2.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,17 @@
}
}
},
"System.DoubleNumerics/3.1.3": {
"dependencies": {
"NETStandard.Library": "2.0.3"
},
"runtime": {
"lib/netstandard1.3/System.DoubleNumerics.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"System.Memory/4.5.4": {
"dependencies": {
"System.Buffers": "4.5.1",
Expand Down Expand Up @@ -848,6 +859,13 @@
"path": "system.collections.immutable/5.0.0",
"hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
},
"System.DoubleNumerics/3.1.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KRKEM/L3KBodjA9VOg3EifFVWUY6EOqaMB05UvPEDm7Zeby/kZW+4kdWUEPzW6xtkwf46p661L9NrbeeQhtLzw==",
"path": "system.doublenumerics/3.1.3",
"hashPath": "system.doublenumerics.3.1.3.nupkg.sha512"
},
"System.Memory/4.5.4": {
"type": "package",
"serviceable": true,
Expand Down
Binary file not shown.
Binary file not shown.
106 changes: 106 additions & 0 deletions Packages/systems.speckle.speckle-unity/Runtime/Objects/Objects.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb43ba5

Please sign in to comment.