Skip to content

Commit 086dc38

Browse files
author
Mark Visser
committed
updated to com.autodesk.fbx 2.0.0-preview.7
bumped tests to 2.0.0-preview.2
1 parent c9b0037 commit 086dc38

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changes in Fbx Exporter
22

3-
## [2.0.1-preview.6] - 2019-02-06
3+
## [2.0.1-preview.6] - 2019-02-08
44
CHANGES
55
* Updated package.json
66
* Reverted change to Runtime asmdef
77
* Fixed non-deterministic behaviour in tests
8+
* Updated com.autodesk.fbx to 2.0.0-preview.7
89

910
## [2.0.1-preview.5] - 2019-02-01
1011
CHANGES

proto.com.unity.formats.fbx/package.json.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "@PACKAGE_VERSION@",
55
"dependencies": {
66
"com.unity.timeline": "1.0.0",
7-
"com.autodesk.fbx": "2.0.0-preview.6"
7+
"com.autodesk.fbx": "2.0.0-preview.7"
88
},
99
"unity": "2018.3",
1010
"unityRelease": "4f1",
@@ -22,6 +22,6 @@
2222
"revision": "@PACKAGE_REVISION@"
2323
},
2424
"relatedPackages": {
25-
"com.unity.formats.fbx.tests": "2.0.0-preview.1"
25+
"com.unity.formats.fbx.tests": "2.0.0-preview.2"
2626
}
2727
}

0 commit comments

Comments
 (0)