Skip to content

Commit

Permalink
Bumped core to 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan committed Jun 7, 2023
1 parent 59221e8 commit e512df9
Show file tree
Hide file tree
Showing 9 changed files with 1,057 additions and 1,071 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.

0 comments on commit e512df9

Please sign in to comment.