Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Commit 0f88bfc

Browse files
Update packaging files. (#265)
1 parent a4132b7 commit 0f88bfc

8 files changed

Lines changed: 17 additions & 9 deletions

File tree

UPM/asa_files/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[See release notes](https://github.com/microsoft/MixedReality-WorldLockingTools-Unity/releases)
44

5+
## 1.5.8 - Support teleporting camera.
6+
57
## 1.5.7 - Increased anchor stabilization.
68

79
## 1.5.6 - Update to ASA v2.11.0.

UPM/asa_files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.microsoft.mixedreality.wlt.asa",
33
"displayName": "WLT-ASA",
4-
"version": "1.5.7",
4+
"version": "1.5.8",
55
"unity": "2020.3",
66
"msftFeatureCategory": "World Locking Tools",
77
"description": "World Locking Tools for Unity (WLT) + Azure Spatial Anchors (ASA)\n\nThis optional add-on to WLT leverages ASA to persist coordinate spaces across sessions and share them across devices.\nCross platform support includes HoloLens, Android, and iOS.",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"com.microsoft.azure.spatial-anchors-sdk.core": "2.11.0",
38-
"com.microsoft.mixedreality.worldlockingtools": "1.5.7"
38+
"com.microsoft.mixedreality.worldlockingtools": "1.5.8"
3939
},
4040
"files": [
4141
"WorldLocking.ASA",

UPM/asa_samples_files/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[See release notes](https://github.com/microsoft/MixedReality-WorldLockingTools-Unity/releases)
44

5+
## 1.5.8 - Support teleporting camera.
6+
57
## 1.5.7 - Increased anchor stabilization.
68

79
## 1.5.6 - Update to ASA v2.11.0.

UPM/asa_samples_files/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.microsoft.mixedreality.wlt.asa.samples",
33
"displayName": "WLT-ASA Samples",
4-
"version": "1.5.7",
4+
"version": "1.5.8",
55
"unity": "2020.3",
66
"msftFeatureCategory" : "World Locking Tools",
77
"description": "Example scenes and scripts leveraging Azure Space Anchors (ASA) to persist World Locked coordinate spaces across sessions and share across devices.\n\nFurther samples available at\nhttps://microsoft.github.io/MixedReality-WorldLockingTools-Samples/README.html",
@@ -36,9 +36,9 @@
3636
"dependencies": {
3737
"com.microsoft.azure.spatial-anchors-sdk.core": "2.11.0",
3838
"com.microsoft.mixedreality.toolkit.foundation": "2.7.0",
39-
"com.microsoft.mixedreality.wlt.asa": "1.5.7",
40-
"com.microsoft.mixedreality.worldlockingtools": "1.5.7",
41-
"com.microsoft.mixedreality.worldlockingsamples": "1.5.7"
39+
"com.microsoft.mixedreality.wlt.asa": "1.5.8",
40+
"com.microsoft.mixedreality.worldlockingtools": "1.5.8",
41+
"com.microsoft.mixedreality.worldlockingsamples": "1.5.8"
4242
},
4343
"files": [
4444
"package.json.meta",

UPM/core_files/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[See release notes](https://github.com/microsoft/MixedReality-WorldLockingTools-Unity/releases)
44

5+
## 1.5.8 - Support teleporting camera.
6+
57
## 1.5.7 - Increased anchor stabilization.
68

79
## 1.5.6 - Update to ASA v2.11.0.

UPM/core_files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.microsoft.mixedreality.worldlockingtools",
33
"displayName": "WLT Core",
4-
"version": "1.5.7",
4+
"version": "1.5.8",
55
"unity": "2018.4",
66
"msftFeatureCategory" : "World Locking Tools",
77
"description": "World Locking Tools for Unity (WLT)\n\nLock AR virtual space to physical space automatically and intuitively, without requiring application management of anchors.\nPreserve object relative layout, while remaining perceptually stationary in the physical world.",

UPM/samples_files/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[See release notes](https://github.com/microsoft/MixedReality-WorldLockingTools-Unity/releases)
44

5+
## 1.5.8 - Support teleporting camera.
6+
57
## 1.5.7 - Increased anchor stabilization.
68

79
## 1.5.6 - Update to ASA v2.11.0.

UPM/samples_files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.microsoft.mixedreality.worldlockingsamples",
33
"displayName": "WLT Samples",
4-
"version": "1.5.7",
4+
"version": "1.5.8",
55
"unity": "2018.4",
66
"msftFeatureCategory" : "World Locking Tools",
77
"description": "Basic examples for World Locking Tools.\n\nFurther samples available at\nhttps://microsoft.github.io/MixedReality-WorldLockingTools-Samples/README.html",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"com.microsoft.mixedreality.toolkit.foundation": "2.7.0",
35-
"com.microsoft.mixedreality.worldlockingtools": "1.5.7"
35+
"com.microsoft.mixedreality.worldlockingtools": "1.5.8"
3636
},
3737
"files": [
3838
"package.json.meta",

0 commit comments

Comments
 (0)