From 4efc7e463737a9b407acf383b066c90ec4793923 Mon Sep 17 00:00:00 2001 From: ErikMoczi <32465761+ErikMoczi@users.noreply.github.com> Date: Thu, 14 Mar 2019 20:51:49 +0000 Subject: [PATCH] 3.4.0 - 2019/03/12 @2019.2 --- package/CHANGELOG.md | 3 +++ package/ProjectData~/Packages/manifest.json | 2 +- package/package.json | 6 +++--- versions.txt | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index d464fd29c..264fd5f16 100755 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project template will be documented in this file. 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] - 2019-03-09 +- Updating LWRP version to 6.5.2 + ## [3.3.0] - 2019-03-07 - Updating LWRP version to 6.5.0 diff --git a/package/ProjectData~/Packages/manifest.json b/package/ProjectData~/Packages/manifest.json index 4816d45ac..573fecb48 100755 --- a/package/ProjectData~/Packages/manifest.json +++ b/package/ProjectData~/Packages/manifest.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.collab-proxy": "1.2.9", - "com.unity.render-pipelines.lightweight": "6.5.0", + "com.unity.render-pipelines.lightweight": "6.5.2", "com.unity.textmeshpro": "1.3.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/package/package.json b/package/package.json index a91cfe9cc..108424a34 100755 --- a/package/package.json +++ b/package/package.json @@ -1,13 +1,13 @@ { "name": "com.unity.template.lightweight", "displayName": "Lightweight RP", - "version": "3.3.0", + "version": "3.4.0", "type": "template", "unity": "2019.2", "description": "This Project Template utilzes the Lightweight Render Pipeline. \n\nIt is a great starting point for users targeting a broad range of mobile platforms, low-end to mid-tier hardware, or for developers making games that have limited realtime lighting needs. \n\nThis project also includes \n▪ Shadergraph \n▪ Post-processing V2 Stack \n▪ Presets \n▪ Example content", "dependencies": { "com.unity.collab-proxy": "1.2.9", - "com.unity.render-pipelines.lightweight": "6.5.0", + "com.unity.render-pipelines.lightweight": "6.5.2", "com.unity.textmeshpro": "1.3.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", @@ -43,6 +43,6 @@ "repository": { "type": "git", "url": "https://gitlab.cds.internal.unity3d.com/upm-packages/project-templates/project-template-lightweight.git", - "revision": "d9178517c2fca68d9f9af0c8b2a09c8b3c4433f7" + "revision": "55d308241ca1c9f303dd3163abe4900cf0b5065d" } } diff --git a/versions.txt b/versions.txt index 604e1dc16..4e9f2c93e 100755 --- a/versions.txt +++ b/versions.txt @@ -17,3 +17,4 @@ 3.2.0 2.8.0 3.3.0 +3.4.0