浏览代码

Bump Package Version for <Next> release.

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

2
com.unity.render-pipelines.core/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.2.0]
## [3.1.0]
### Added

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


{
"name": "com.unity.render-pipelines.core",
"description": "Core library for Unity render pipelines.",
"version": "3.1.0-preview",
"version": "3.2.0-preview",
"unity": "2018.3",
"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.2.0-preview]
## [3.1.0-preview]
### Added

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


{
"name": "com.unity.render-pipelines.high-definition",
"description": "HD Render Pipeline for Unity.",
"version": "3.1.0-preview",
"version": "3.2.0-preview",
"com.unity.render-pipelines.core": "3.1.0-preview",
"com.unity.shadergraph": "3.1.0-preview"
"com.unity.render-pipelines.core": "3.2.0-preview",
"com.unity.shadergraph": "3.2.0-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.2.0-preview]
## [3.1.0-preview]
### Fixed

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


{
"name": "com.unity.render-pipelines.lightweight",
"description": "Lightweight Render Pipeline for Unity.",
"version": "3.1.0-preview",
"version": "3.2.0-preview",
"com.unity.render-pipelines.core": "3.1.0-preview",
"com.unity.shadergraph": "3.1.0-preview"
"com.unity.render-pipelines.core": "3.2.0-preview",
"com.unity.shadergraph": "3.2.0-preview"
}
}

2
com.unity.shadergraph/CHANGELOG.md


## [3.2.0]
## [3.1.0]
### HD Render Pipeline support

2
com.unity.shadergraph/package.json


{
"name": "com.unity.shadergraph",
"description": "Shader Graph",
"version": "3.1.0-preview",
"version": "3.2.0-preview",
"unity": "2018.3",
"displayName": "Shader Graph",
"dependencies": {

2
com.unity.testframework.graphics/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.2.0]
## [3.1.0]
## [0.1.0] - 2018-05-04

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


{
"name": "com.unity.testframework.graphics",
"displayName":"Graphics Tests Framework",
"version": "3.1.0-preview",
"version": "3.2.0-preview",
"unity": "2018.3",
"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"],

正在加载...
取消
保存