Merge pull request #95 from specklesystems/core/2.14.2

Bumped core to 2.14.2
This commit is contained in:
Jedd Morgan
2023-06-07 15:21:13 +01:00
committed by GitHub
10 changed files with 1100 additions and 1114 deletions
@@ -46,8 +46,8 @@ namespace Speckle.ConnectorUnity.Wrappers.Selection.Editor
("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()),
};
}
}
@@ -84,7 +84,7 @@ namespace Speckle.ConnectorUnity.Wrappers.Selection.Editor
{
("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),
};
@@ -354,4 +354,4 @@ namespace Objects.Converter.Unity
}
}
}
}
File diff suppressed because it is too large Load Diff
@@ -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": {}
@@ -541,7 +541,7 @@
}
},
"libraries": {
"Objects/2.1.1": {
"Objects/2.0.999-local": {
"type": "project",
"serviceable": false,
"sha512": ""
File diff suppressed because it is too large Load Diff
@@ -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",