浏览代码

Update version for <Next>

/main
Tim Cooper 6 年前
当前提交
32bba81d
共有 7 个文件被更改,包括 15 次插入11 次删除
  1. 2
      com.unity.render-pipelines.core/package.json
  2. 2
      com.unity.render-pipelines.high-definition/CHANGELOG.md
  3. 8
      com.unity.render-pipelines.high-definition/package.json
  4. 2
      com.unity.render-pipelines.lightweight/CHANGELOG.md
  5. 8
      com.unity.render-pipelines.lightweight/package.json
  6. 2
      com.unity.shadergraph/package.json
  7. 2
      com.unity.testframework.graphics/package.json

2
com.unity.render-pipelines.core/package.json


{
"name": "com.unity.render-pipelines.core",
"description": "Core library for Unity render pipelines.",
"version": "3.0.0-preview",
"version": "3.0.1-preview",
"unity": "2018.2",
"displayName": "Render Pipeline Core Library"
}

2
com.unity.render-pipelines.high-definition/CHANGELOG.md


The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [3.0.1-preview]
## [3.0.0-preview]
### Fixed

8
com.unity.render-pipelines.high-definition/package.json


{
"name": "com.unity.render-pipelines.high-definition",
"description": "HD Render Pipeline for Unity.",
"version": "3.0.0-preview",
"version": "3.0.1-preview",
"com.unity.postprocessing": "2.0.9-preview",
"com.unity.render-pipelines.core": "3.0.0-preview",
"com.unity.shadergraph": "3.0.0-preview"
"com.unity.postprocessing": "2.0.10-preview",
"com.unity.render-pipelines.core": "3.0.1-preview",
"com.unity.shadergraph": "3.0.1-preview"
}
}

2
com.unity.render-pipelines.lightweight/CHANGELOG.md


The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [3.0.1-preview]
## [3.0.0-preview]
### Added
- Added camera additional data component to control shadows, depth and color texture.

8
com.unity.render-pipelines.lightweight/package.json


{
"name": "com.unity.render-pipelines.lightweight",
"description": "Lightweight Render Pipeline for Unity.",
"version": "3.0.0-preview",
"version": "3.0.1-preview",
"com.unity.postprocessing": "2.0.9-preview",
"com.unity.render-pipelines.core": "3.0.0-preview",
"com.unity.shadergraph": "3.0.0-preview"
"com.unity.postprocessing": "2.0.10-preview",
"com.unity.render-pipelines.core": "3.0.1-preview",
"com.unity.shadergraph": "3.0.1-preview"
}
}

2
com.unity.shadergraph/package.json


{
"name": "com.unity.shadergraph",
"description": "Shader Graph",
"version": "3.0.0-preview",
"version": "3.0.1-preview",
"unity": "2018.2",
"displayName": "Shader Graph",
"dependencies": {

2
com.unity.testframework.graphics/package.json


{
"name": "com.unity.testframework.graphics",
"displayName":"Graphics Tests Framework",
"version": "0.1.0-preview",
"version": "0.1.1-preview",
"unity": "2018.2",
"description": "Provides test framework helpers for writing tests for graphics code, such as image comparison assertions and automatic management of reference images.",
"keywords": ["qa", "test", "testing", "tests", "graphics"],

正在加载...
取消
保存