Skip to content

Commit

Permalink
chore: Upgrade package version 2.2.2 (#364)
Browse files Browse the repository at this point in the history
* fix package.json of template projects (#357)

* [skip ci] Update unitypacakge

* update package version 2.2.2
  • Loading branch information
karasusan committed Dec 17, 2020
1 parent 2e9dd98 commit 3ac4822
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 12 deletions.
6 changes: 6 additions & 0 deletions com.unity.renderstreaming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to com.unity.renderstreaming package will be documented in t
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).

## [2.2.2] - 2020-12-15

### Changed

- Updated unitypackage files of the package samples

## [2.2.1] - 2020-11-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/Editor/WebAppDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Unity.RenderStreaming.Editor
public static class WebAppDownloader
{
const string URLRoot = "https://github.com/Unity-Technologies/UnityRenderStreaming";
const string LatestKnownVersion = "2.2.1-preview";
const string LatestKnownVersion = "2.2.2-preview";

// TODO::fix release process of webserver runtime.
const string FileNameWebAppForMac = "webserver_mac";
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.renderstreaming",
"displayName": "Unity Render Streaming",
"version": "2.2.1-preview",
"version": "2.2.2-preview",
"unity": "2019.4",
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to the render streaming template package will be documented
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).

## [2.2.2] - 2020-12-15

### Changed

- Updated unitypackage files of the package samples

## [2.2.1] - 2020-11-19

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.unity.template.renderstreaming-hd",
"displayName": "Render Streaming HDRP",
"version": "2.1.1-preview",
"version": "2.2.2-preview",
"type": "template",
"unity": "2019.4",
"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.",
"dependencies": {
"com.unity.renderstreaming": "2.1.1-preview",
"com.unity.renderstreaming": "2.2.2-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.ide.vscode": "1.2.2",
"com.unity.inputsystem": "1.0.0",
"com.unity.render-pipelines.high-definition": "7.3.1",
"com.unity.renderstreaming": "2.2.1-preview",
"com.unity.renderstreaming": "2.2.2-preview",
"com.unity.test-framework": "1.1.18",
"com.unity.textmeshpro": "2.1.1",
"com.unity.ugui": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"url": "https://packages.unity.com"
},
"com.unity.renderstreaming": {
"version": "2.2.1-preview",
"version": "2.2.2-preview",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -103,7 +103,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.renderstreaming": "2.1.1-preview",
"com.unity.renderstreaming": "2.2.2-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to the render streaming template package will be documented
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).

## [2.2.2] - 2020-12-15

### Changed

- Updated unitypackage files of the package samples

## [2.2.1] - 2020-11-19

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.unity.template.renderstreaming-rtx",
"displayName": "Render Streaming Raytracing",
"version": "2.1.1-preview",
"version": "2.2.2-preview",
"type": "template",
"unity": "2019.4",
"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.",
"dependencies": {
"com.unity.renderstreaming": "2.1.1-preview",
"com.unity.renderstreaming": "2.2.2-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"com.unity.inputsystem": "1.0.0",
"com.unity.render-pipelines.high-definition": "7.3.1",
"com.unity.render-pipelines.high-definition-config": "file:../LocalPackages/com.unity.render-pipelines.high-definition-config",
"com.unity.renderstreaming": "2.2.1-preview",
"com.unity.renderstreaming": "2.2.2-preview",
"com.unity.test-framework": "1.1.18",
"com.unity.textmeshpro": "2.1.1",
"com.unity.ugui": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}
},
"com.unity.renderstreaming": {
"version": "2.2.1-preview",
"version": "2.2.2-preview",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -109,7 +109,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.renderstreaming": "2.1.1-preview",
"com.unity.renderstreaming": "2.2.2-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
},
Expand Down

0 comments on commit 3ac4822

Please sign in to comment.