Skip to content

Commit b7ffa2c

Browse files
authored
Update to 2.8.2 (#10696)
1 parent a839860 commit b7ffa2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Assets/MRTK/Tests/EditModeTests/Core/Utilities/BuildAndDeploy/UwpAppxBuildToolsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class UwpAppxBuildToolsTest
2626
xmlns:mobile='http://schemas.microsoft.com/appx/manifest/mobile/windows10'
2727
IgnorableNamespaces='uap uap2 uap3 uap4 mp mobile iot'
2828
xmlns='http://schemas.microsoft.com/appx/manifest/foundation/windows10'>
29-
<Identity Name='Microsoft.MixedReality.Toolkit' Publisher='CN=Microsoft' Version='2.8.1.0' />
29+
<Identity Name='Microsoft.MixedReality.Toolkit' Publisher='CN=Microsoft' Version='2.8.2.0' />
3030
<mp:PhoneIdentity PhoneProductId='85c8bcd4-fbac-44ed-adf6-bfc01242a27f' PhonePublisherId='00000000-0000-0000-0000-000000000000' />
3131
<Properties>
3232
<DisplayName>MixedRealityToolkit</DisplayName>

ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ PlayerSettings:
121121
16:10: 1
122122
16:9: 1
123123
Others: 1
124-
bundleVersion: 2.8.1
124+
bundleVersion: 2.8.2
125125
preloadedAssets: []
126126
metroInputSource: 0
127127
wsaTransparentSwapchain: 0
@@ -700,7 +700,7 @@ PlayerSettings:
700700
m_RenderingPath: 1
701701
m_MobileRenderingPath: 1
702702
metroPackageName: Microsoft.MixedReality.Toolkit
703-
metroPackageVersion: 2.8.1.0
703+
metroPackageVersion: 2.8.2.0
704704
metroCertificatePath: Assets/WSATestCertificate.pfx
705705
metroCertificatePassword:
706706
metroCertificateSubject: Microsoft

pipelines/config/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
# match (see scripts/packaging/versionmetadata.ps1)
1313
# ProjectSettings/ProjectSettings.asset: bundleVersion: x.x.x
1414
# ProjectSettings/ProjectSettings.asset: metroPackageVersion: x.x.x.0
15-
MRTKVersion: 2.8.1
15+
MRTKVersion: 2.8.2
1616
MRTKReleaseTag: '' # final version component, e.g. 'RC2.1' or empty string
1717
ToolsRepoName: mixedrealitytoolkit.build
1818
ToolsDir: $(Build.SourcesDirectory)\$(ToolsRepoName)

0 commit comments

Comments
 (0)