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

Commit 0522900

Browse files
Up versions to WLT v1.5.9 in preparation for release. (#291)
1 parent 86384a5 commit 0522900

File tree

9 files changed

+18
-10
lines changed

9 files changed

+18
-10
lines changed

Assets/WorldLocking.Core/Scripts/WorldLockingManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class WorldLockingManager
3535
/// allowing quick visual verification of the version of World Locking Tools for Unity currently installed.
3636
/// It has no effect in code, but serves only as a label.
3737
/// </summary>
38-
public static string Version => "1.5.9_dev";
38+
public static string Version => "1.5.9";
3939

4040
/// <summary>
4141
/// The configuration settings may only be set as a block.

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.9 - Incremental fixes.
6+
57
## 1.5.8 - Support teleporting camera.
68

79
## 1.5.7 - Increased anchor stabilization.

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.8",
4+
"version": "1.5.9",
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.8"
38+
"com.microsoft.mixedreality.worldlockingtools": "1.5.9"
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.9 - Incremental fixes.
6+
57
## 1.5.8 - Support teleporting camera.
68

79
## 1.5.7 - Increased anchor stabilization.

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.8",
4+
"version": "1.5.9",
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.8",
40-
"com.microsoft.mixedreality.worldlockingtools": "1.5.8",
41-
"com.microsoft.mixedreality.worldlockingsamples": "1.5.8"
39+
"com.microsoft.mixedreality.wlt.asa": "1.5.9",
40+
"com.microsoft.mixedreality.worldlockingtools": "1.5.9",
41+
"com.microsoft.mixedreality.worldlockingsamples": "1.5.9"
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.9 - Incremental fixes.
6+
57
## 1.5.8 - Support teleporting camera.
68

79
## 1.5.7 - Increased anchor stabilization.

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.8",
4+
"version": "1.5.9",
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.9 - Incremental fixes.
6+
57
## 1.5.8 - Support teleporting camera.
68

79
## 1.5.7 - Increased anchor stabilization.

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.8",
4+
"version": "1.5.9",
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.8"
35+
"com.microsoft.mixedreality.worldlockingtools": "1.5.9"
3636
},
3737
"files": [
3838
"package.json.meta",

0 commit comments

Comments
 (0)