浏览代码

Update package version for real <next>

/main
Tim Cooper 6 年前
当前提交
badd17b3
共有 10 个文件被更改,包括 15 次插入15 次删除
  1. 2
      com.unity.render-pipelines.core/CHANGELOG.md
  2. 2
      com.unity.render-pipelines.core/package.json
  3. 4
      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).
## [Unreleased]
## [3.1.0]
### Added
- Add PCSS shadow filter

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


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

4
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).
## [unreleased]
## [3.0.1-preview]
## [3.1.0-preview]
### Added
- Decal now support per channel selection mask. There is now two mode. One with BaseColor, Normal and Smoothness and another one more expensive with BaseColor, Normal, Smoothness, Metal and AO. Control is on HDRP Asset. This may require to launch an update script for old scene: 'Edit/Render Pipeline/Single step upgrade script/Upgrade all DecalMaterial MaskBlendMode'.

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


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

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


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

2
com.unity.shadergraph/CHANGELOG.md


# Next version
## [3.1.0]
### HD Render Pipeline support

2
com.unity.shadergraph/package.json


{
"name": "com.unity.shadergraph",
"description": "Shader Graph",
"version": "3.0.1-preview",
"version": "3.1.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.1.0]
## [0.1.0] - 2018-05-04
### This is the first release of *Unity Package com.unity.testframework.graphics*.

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


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

正在加载...
取消
保存