浏览代码

Remove 'preview' tag from version for verification.

/r2v-yamato-linux
Christopher Goy 5 年前
当前提交
d032084c
共有 3 个文件被更改,包括 9 次插入4 次删除
  1. 5
      com.unity.ml-agents/CHANGELOG.md
  2. 2
      com.unity.ml-agents/Runtime/Academy.cs
  3. 6
      com.unity.ml-agents/package.json

5
com.unity.ml-agents/CHANGELOG.md


and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.0.2] - 2020-06-04
### Minor Changes
#### com.unity.ml-agents (C#)
- Remove 'preview' tag.
## [1.0.2-preview] - 2020-05-19
### Bug Fixes
#### com.unity.ml-agents (C#)

2
com.unity.ml-agents/Runtime/Academy.cs


/// Unity package version of com.unity.ml-agents.
/// This must match the version string in package.json and is checked in a unit test.
/// </summary>
internal const string k_PackageVersion = "1.0.2-preview";
internal const string k_PackageVersion = "1.0.2";
const int k_EditorTrainingPort = 5004;

6
com.unity.ml-agents/package.json


{
"name": "com.unity.ml-agents",
"displayName": "ML Agents",
"version": "1.0.2-preview",
"version": "1.0.2",
"com.unity.barracuda": "0.7.1-preview"
"com.unity.barracuda": "1.0.0"
}
}
正在加载...
取消
保存