Skip to content

Commit fe00191

Browse files
authored
[Template] Add Inputsystem 1.7.0 to HDRP-Blank (#8040)
* Add com.unity.inputsystem 1.7.0 to manifest * Changelog and Version Bump
1 parent f526d8f commit fe00191

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project template will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
8+
9+
## [17.0.2] - 2024-03-05
10+
11+
### Changed
12+
13+
- Add Input System version 1.7.0 to manifest
14+
715
## [17.0.1] - 2024-01-31
816

917
### Changed

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "17.0.1"
5+
"PackageVersion": "17.0.2"
66
}
77
],
88
"WarningExceptions": []

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.hdrp-blank",
33
"displayName":"3D HDRP",
4-
"version": "17.0.1",
4+
"version": "17.0.2",
55
"type": "template",
66
"host": "hub",
77
"unity": "2023.3",

com.unity.template.hdrp-blank/Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"com.unity.collab-proxy": "2.2.0",
44
"com.unity.feature.development": "1.0.2",
5+
"com.unity.inputsystem": "1.7.0",
56
"com.unity.package-validation-suite": "0.22.0-preview",
67
"com.unity.render-pipelines.high-definition": "17.0.1",
78
"com.unity.timeline": "1.8.6",

0 commit comments

Comments
 (0)