Skip to content

Commit

Permalink
Merge pull request #95 from specklesystems/core/2.14.2
Browse files Browse the repository at this point in the history
Bumped core to 2.14.2
  • Loading branch information
JR-Morgan authored Jun 7, 2023
2 parents 59221e8 + 6a07ecf commit 73ef71f
Show file tree
Hide file tree
Showing 10 changed files with 1,058 additions and 1,072 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public StreamSelectionDrawer()
("Description", s => s.description),
("Is Public", s => s.isPublic.ToString()),
("Role", s => s.role),
("Created at", s => s.createdAt),
("Updated at", s => s.updatedAt),
("Created at", s => s.createdAt.ToString()),
("Updated at", s => s.updatedAt.ToString()),
};
}
}
Expand Down Expand Up @@ -84,7 +84,7 @@ public CommitSelectionDrawer()
{
("Commit Id", s => s.id),
("Author Name", s => s.authorName),
("Created At", s => s.createdAt),
("Created At", s => s.createdAt.ToString()),
("Source Application", s => s.sourceApplication),
("Reference Object Id", s => s.referencedObject),
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ protected static void ApplyMatrixToTransform(Transform transform, Matrix4x4 m)
}
}

}
}
Binary file not shown.
Binary file not shown.
1,221 changes: 611 additions & 610 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 @@ -7,10 +7,10 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"Objects/2.1.1": {
"Objects/2.0.999-local": {
"dependencies": {
"NETStandard.Library": "2.0.3",
"Speckle.Core": "2.1.0"
"Speckle.Core": "2.0.999-local"
},
"runtime": {
"Objects.dll": {}
Expand Down Expand Up @@ -541,7 +541,7 @@
}
},
"libraries": {
"Objects/2.1.1": {
"Objects/2.0.999-local": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file not shown.
Binary file not shown.
893 changes: 439 additions & 454 deletions Packages/systems.speckle.speckle-unity/Runtime/Objects/Objects.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Packages/systems.speckle.speckle-unity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "systems.speckle.speckle-unity",
"version": "2.13.0",
"version": "2.14.2",
"displayName": "Speckle Unity Connector",
"description": "AEC Interoperability for Unity through Speckle",
"unity": "2018.4",
Expand Down

0 comments on commit 73ef71f

Please sign in to comment.