Skip to content

Commit 2adb460

Browse files
authored
Upgrade the version to 3.0.0 (#301)
* Upgrade the version to 3.0.0 * code review fixes * Fix typo and dependencies in yamato * fixup! Fix typo and dependencies in yamato * promotion needs the package too * to find a file, the file must be present * change VM image and add debug ls * again, with a smaller machine * Try publish on a mac * fixup! Try publish on a mac * fixup! fixup! Try publish on a mac * Going back to publiching form windows, from a bigger machine. * !fixup * add windows debug info * simplify artifacts * use different artifacts for tests and promotion * !fixup * Add correct dependencies
1 parent 6820c46 commit 2adb460

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

.yamato/yamato.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ win_platform:
4444
image: package-ci/win10:stable
4545
flavor: b1.medium
4646
platforms:
47-
- name: macl
47+
- name: mac
4848
type: Unity::VM::osx
4949
image: buildfarm/mac:stable
5050
flavor: m1.mac
@@ -134,6 +134,8 @@ pack:
134134
packages:
135135
paths:
136136
- "upm-ci~/packages/**"
137+
build_output:
138+
paths:
137139
- "com.autodesk.fbx/**"
138140

139141
{% for editor in editors %}
@@ -202,8 +204,10 @@ publish:
202204
agent:
203205
type: Unity::VM
204206
image: package-ci/win10:stable
205-
flavor: b1.small
207+
flavor: b1.medium
206208
commands:
209+
- dir /A
210+
- dir /A com.autodesk.fbx
207211
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
208212
- upm-ci package publish --package-path com.autodesk.fbx
209213
artifacts:
@@ -212,9 +216,12 @@ publish:
212216
- "upm-ci~/packages/**"
213217
dependencies:
214218
- .yamato/yamato.yml#promotion_test
219+
- .yamato/yamato.yml#pack
215220
{% for editor in editors %}
216221
{% for platform in platforms %}
217-
- .yamato/yamato.yml#test_{{platform.name}}_{{editor.version}}
222+
{% for backend in backends %}
223+
- .yamato/yamato.yml#test_{{ platform.name }}_{{ editor.version }}_{{ backend.name }}
224+
{% endfor %}
218225
{% endfor %}
219226
{% endfor %}
220227

@@ -234,4 +241,5 @@ promote:
234241
paths:
235242
- "upm-ci~/packages/**"
236243
dependencies:
244+
- .yamato/yamato.yml#pack
237245
- .yamato/yamato.yml#publish

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changes in FBX SDK C# Bindings
22

3-
## [2.0.0-preview.3] - 2018.01-03
3+
## [3.0.0-preview.1] - 2019-12-03
4+
5+
CHANGES
6+
* Upgraded to FBX SDK 2020.0
7+
* Added bindings for FbxAnimCurve::KeySetTangents and FbxAnimCurve::KeyGetTangents
8+
* Added bindings for FbxAnimCurveKey methods to set and get tangent mode and data
9+
* Added bindings for FbxAxisSystem::DeepConvertScene
10+
11+
BUGFIXES
12+
* The FBX SDK C# Bindings package now supports the IL2CPP backend.
13+
14+
KNOW ISSUES
15+
* For Linux support use Ubuntu 18.04 (Bionic Beaver). The FBX SDK C# Bindings package is not compatible with CentOS 7.
16+
17+
## [2.0.0-preview.3] - 2018-12-03
418

519
CHANGES
620
* Updated documentation

proto.com.autodesk.fbx/package.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
],
1111
"name": "com.autodesk.fbx",
1212
"unity": "2018.2",
13-
"version": "2.0.0-preview.2"
13+
"version": "3.0.0-preview.1"
1414
}

0 commit comments

Comments
 (0)