浏览代码

Update version for next release.

/main
Tim Cooper 6 年前
当前提交
9dfd383b
共有 12 个文件被更改,包括 24 次插入14 次删除
  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
  11. 4
      com.unity.testing.srp.core/package.json
  12. 6
      com.unity.testing.srp.lightweight/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.4.0]
## [3.3.0]
## [3.2.0]

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


{
"name": "com.unity.render-pipelines.core",
"description": "Core library for Unity render pipelines.",
"version": "3.3.0-preview",
"version": "3.4.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.4.0-preview]
## [3.3.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.3.0-preview",
"version": "3.4.0-preview",
"com.unity.render-pipelines.core": "3.3.0-preview",
"com.unity.shadergraph": "3.3.0-preview"
"com.unity.render-pipelines.core": "3.4.0-preview",
"com.unity.shadergraph": "3.4.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.4.0-preview]
## [3.3.0-preview]
### Added
- Add callbacks to LWRP that can be attached to a camera (IBeforeCameraRender, IAfterDepthPrePass, IAfterOpaquePass, IAfterOpaquePostProcess, IAfterSkyboxPass, IAfterTransparentPass, IAfterRender)

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


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

2
com.unity.shadergraph/CHANGELOG.md


## [3.4.0]
## [3.3.0]
## [3.2.0]

2
com.unity.shadergraph/package.json


{
"name": "com.unity.shadergraph",
"description": "Shader Graph",
"version": "3.3.0-preview",
"version": "3.4.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.4.0]
## [3.3.0]
## [3.2.0]

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


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

4
com.unity.testing.srp.core/package.json


{
"name": "com.unity.testing.srp.core",
"displayName":"Core Graphics Tests",
"version": "3.3.0-preview",
"version": "3.4.0-preview",
"com.unity.render-pipelines.core" : "3.3.0-preview"
"com.unity.render-pipelines.core" : "3.4.0-preview"
}
}

6
com.unity.testing.srp.lightweight/package.json


{
"name": "com.unity.testing.srp.lightweight",
"displayName":"Lightweight Graphics Tests",
"version": "3.3.0-preview",
"version": "3.4.0-preview",
"com.unity.render-pipelines.lightweight" : "3.3.0-preview",
"com.unity.testframework.graphics" : "3.3.0-preview"
"com.unity.render-pipelines.lightweight" : "3.4.0-preview",
"com.unity.testframework.graphics" : "3.4.0-preview"
}
}
正在加载...
取消
保存