Skip to content

Commit 3ac4822

Browse files
authored
chore: Upgrade package version 2.2.2 (#364)
* fix package.json of template projects (#357) * [skip ci] Update unitypacakge * update package version 2.2.2
1 parent 2e9dd98 commit 3ac4822

File tree

11 files changed

+30
-12
lines changed

11 files changed

+30
-12
lines changed

com.unity.renderstreaming/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to com.unity.renderstreaming package will be documented in t
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+
## [2.2.2] - 2020-12-15
8+
9+
### Changed
10+
11+
- Updated unitypackage files of the package samples
12+
713
## [2.2.1] - 2020-11-19
814

915
### Added

com.unity.renderstreaming/Editor/WebAppDownloader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Unity.RenderStreaming.Editor
77
public static class WebAppDownloader
88
{
99
const string URLRoot = "https://github.com/Unity-Technologies/UnityRenderStreaming";
10-
const string LatestKnownVersion = "2.2.1-preview";
10+
const string LatestKnownVersion = "2.2.2-preview";
1111

1212
// TODO::fix release process of webserver runtime.
1313
const string FileNameWebAppForMac = "webserver_mac";

com.unity.renderstreaming/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.renderstreaming",
33
"displayName": "Unity Render Streaming",
4-
"version": "2.2.1-preview",
4+
"version": "2.2.2-preview",
55
"unity": "2019.4",
66
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
77
"dependencies": {

com.unity.template.renderstreaming-hd/Packages/com.unity.template.renderstreaming-hd/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the render streaming template package will be documented
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+
## [2.2.2] - 2020-12-15
8+
9+
### Changed
10+
11+
- Updated unitypackage files of the package samples
12+
713
## [2.2.1] - 2020-11-19
814

915
### Added
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.unity.template.renderstreaming-hd",
33
"displayName": "Render Streaming HDRP",
4-
"version": "2.1.1-preview",
4+
"version": "2.2.2-preview",
55
"type": "template",
66
"unity": "2019.4",
77
"description": "This is HDRP sample scene project integrated with Unity Render Streaming technology.\n\nAlong with its signaling web server, you could play around the scene in any webrtc supported web browser.",
88
"dependencies": {
9-
"com.unity.renderstreaming": "2.1.1-preview",
9+
"com.unity.renderstreaming": "2.2.2-preview",
1010
"com.unity.render-pipelines.high-definition": "7.3.1"
1111
}
1212
}

com.unity.template.renderstreaming-hd/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"com.unity.ide.vscode": "1.2.2",
88
"com.unity.inputsystem": "1.0.0",
99
"com.unity.render-pipelines.high-definition": "7.3.1",
10-
"com.unity.renderstreaming": "2.2.1-preview",
10+
"com.unity.renderstreaming": "2.2.2-preview",
1111
"com.unity.test-framework": "1.1.18",
1212
"com.unity.textmeshpro": "2.1.1",
1313
"com.unity.ugui": "1.0.0",

com.unity.template.renderstreaming-hd/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"url": "https://packages.unity.com"
8181
},
8282
"com.unity.renderstreaming": {
83-
"version": "2.2.1-preview",
83+
"version": "2.2.2-preview",
8484
"depth": 0,
8585
"source": "registry",
8686
"dependencies": {
@@ -103,7 +103,7 @@
103103
"depth": 0,
104104
"source": "embedded",
105105
"dependencies": {
106-
"com.unity.renderstreaming": "2.1.1-preview",
106+
"com.unity.renderstreaming": "2.2.2-preview",
107107
"com.unity.render-pipelines.high-definition": "7.3.1"
108108
}
109109
},

com.unity.template.renderstreaming-rtx/Packages/com.unity.template.renderstreaming-rtx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the render streaming template package will be documented
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+
## [2.2.2] - 2020-12-15
8+
9+
### Changed
10+
11+
- Updated unitypackage files of the package samples
12+
713
## [2.2.1] - 2020-11-19
814

915
### Added
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.unity.template.renderstreaming-rtx",
33
"displayName": "Render Streaming Raytracing",
4-
"version": "2.1.1-preview",
4+
"version": "2.2.2-preview",
55
"type": "template",
66
"unity": "2019.4",
77
"description": "This is HDRP Raytracing sample scene project integrated with Unity Render Streaming technology.\n\nAlong with its signaling web server, you could play around the scene in any webrtc supported web browser.",
88
"dependencies": {
9-
"com.unity.renderstreaming": "2.1.1-preview",
9+
"com.unity.renderstreaming": "2.2.2-preview",
1010
"com.unity.render-pipelines.high-definition": "7.3.1"
1111
}
1212
}

com.unity.template.renderstreaming-rtx/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"com.unity.inputsystem": "1.0.0",
99
"com.unity.render-pipelines.high-definition": "7.3.1",
1010
"com.unity.render-pipelines.high-definition-config": "file:../LocalPackages/com.unity.render-pipelines.high-definition-config",
11-
"com.unity.renderstreaming": "2.2.1-preview",
11+
"com.unity.renderstreaming": "2.2.2-preview",
1212
"com.unity.test-framework": "1.1.18",
1313
"com.unity.textmeshpro": "2.1.1",
1414
"com.unity.ugui": "1.0.0",

0 commit comments

Comments
 (0)