File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Assets/MRTK/Tests/EditModeTests/Core/Utilities/BuildAndDeploy Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class UwpAppxBuildToolsTest
26
26
xmlns:mobile='http://schemas.microsoft.com/appx/manifest/mobile/windows10'
27
27
IgnorableNamespaces='uap uap2 uap3 uap4 mp mobile iot'
28
28
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' />
30
30
<mp:PhoneIdentity PhoneProductId='85c8bcd4-fbac-44ed-adf6-bfc01242a27f' PhonePublisherId='00000000-0000-0000-0000-000000000000' />
31
31
<Properties>
32
32
<DisplayName>MixedRealityToolkit</DisplayName>
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ PlayerSettings:
121
121
16:10 : 1
122
122
16:9 : 1
123
123
Others : 1
124
- bundleVersion : 2.8.1
124
+ bundleVersion : 2.8.2
125
125
preloadedAssets : []
126
126
metroInputSource : 0
127
127
wsaTransparentSwapchain : 0
@@ -700,7 +700,7 @@ PlayerSettings:
700
700
m_RenderingPath : 1
701
701
m_MobileRenderingPath : 1
702
702
metroPackageName : Microsoft.MixedReality.Toolkit
703
- metroPackageVersion : 2.8.1 .0
703
+ metroPackageVersion : 2.8.2 .0
704
704
metroCertificatePath : Assets/WSATestCertificate.pfx
705
705
metroCertificatePassword :
706
706
metroCertificateSubject : Microsoft
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ variables:
12
12
# match (see scripts/packaging/versionmetadata.ps1)
13
13
# ProjectSettings/ProjectSettings.asset: bundleVersion: x.x.x
14
14
# ProjectSettings/ProjectSettings.asset: metroPackageVersion: x.x.x.0
15
- MRTKVersion : 2.8.1
15
+ MRTKVersion : 2.8.2
16
16
MRTKReleaseTag : ' ' # final version component, e.g. 'RC2.1' or empty string
17
17
ToolsRepoName : mixedrealitytoolkit.build
18
18
ToolsDir : $(Build.SourcesDirectory)\$(ToolsRepoName)
You can’t perform that action at this time.
0 commit comments