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
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.5.2 .0' />
29+ <Identity Name='Microsoft.MixedReality.Toolkit' Publisher='CN=Microsoft' Version='2.5.3 .0' />
3030 <mp:PhoneIdentity PhoneProductId='85c8bcd4-fbac-44ed-adf6-bfc01242a27f' PhonePublisherId='00000000-0000-0000-0000-000000000000' />
3131 <Properties>
3232 <DisplayName>MixedRealityToolkit</DisplayName>
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ PlayerSettings:
118118 16:10 : 1
119119 16:9 : 1
120120 Others : 1
121- bundleVersion : 2.5.2
121+ bundleVersion : 2.5.3
122122 preloadedAssets : []
123123 metroInputSource : 0
124124 wsaTransparentSwapchain : 0
@@ -687,7 +687,7 @@ PlayerSettings:
687687 m_RenderingPath : 1
688688 m_MobileRenderingPath : 1
689689 metroPackageName : Microsoft.MixedReality.Toolkit
690- metroPackageVersion : 2.5.2 .0
690+ metroPackageVersion : 2.5.3 .0
691691 metroCertificatePath : Assets/WSATestCertificate.pfx
692692 metroCertificatePassword :
693693 metroCertificateSubject : Microsoft
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ variables:
1111 # match (see scripts/packaging/versionmetadata.ps1)
1212 # ProjectSettings/ProjectSettings.asset: bundleVersion: x.x.x
1313 # ProjectSettings/ProjectSettings.asset: metroPackageVersion: x.x.x.0
14- MRTKVersion : 2.5.2
14+ MRTKVersion : 2.5.3
1515 MRTKReleaseTag : ' ' # final version component, e.g. 'RC2.1' or empty string
1616 ToolsRepoName : mixedrealitytoolkit.build
1717 ToolsDir : $(Build.SourcesDirectory)\$(ToolsRepoName)
You can’t perform that action at this time.
0 commit comments