Skip to content

Commit

Permalink
Automated commit for release version 1.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Remote Rendering Release Pipeline authored and Azure Remote Rendering Release Pipeline committed Jun 7, 2024
1 parent 925b309 commit 8b66dcd
Show file tree
Hide file tree
Showing 15 changed files with 651 additions and 641 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Redirect to the nuget .targets and .props file -->
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.props')" />
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.props')" />

<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.targets')" />
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.targets')" />
</ImportGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.28" targetFramework="native" />
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.29" targetFramework="native" />
<package id="OpenXR.Headers" version="1.0.10.2" targetFramework="native" />
<package id="OpenXR.Loader" version="1.0.10.2" targetFramework="native" />
</packages>
4 changes: 2 additions & 2 deletions NativeCpp/HoloLens-Wmr/HolographicApp.targets
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Redirect to the nuget .targets and .props file -->
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.props')" />
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.props')" />

<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.targets')" />
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.targets')" />
</ImportGroup>

</Project>
2 changes: 1 addition & 1 deletion NativeCpp/HoloLens-Wmr/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Windows.CppWinRT" version="2.0.200729.8" targetFramework="native" />
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.28" targetFramework="native" />
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.29" targetFramework="native" />
</packages>
252 changes: 127 additions & 125 deletions Scripts/ARRUtils.ps1

Large diffs are not rendered by default.

252 changes: 127 additions & 125 deletions Scripts/Conversion.ps1

Large diffs are not rendered by default.

256 changes: 129 additions & 127 deletions Scripts/DownloadUnityPackages.ps1

Large diffs are not rendered by default.

252 changes: 127 additions & 125 deletions Scripts/RenderingSession.ps1

Large diffs are not rendered by default.

252 changes: 127 additions & 125 deletions Scripts/ValidateConversionJson.ps1

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Scripts/unity_sample_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"name": "com.microsoft.azure.remote-rendering",
"version": "1.2.28",
"version": "1.2.29",
"registry": "https://pkgs.dev.azure.com/aipmr/MixedReality-Unity-Packages/_packaging/Unity-packages/npm/registry"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Unity/Quickstart/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.microsoft.azure.remote-rendering": "file:../../MRPackages/com.microsoft.azure.remote-rendering-1.2.28.tgz",
"com.microsoft.azure.remote-rendering": "file:../../MRPackages/com.microsoft.azure.remote-rendering-1.2.29.tgz",
"com.microsoft.mixedreality.openxr": "file:../../MRPackages/com.microsoft.mixedreality.openxr-1.8.1.tgz",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
Expand Down
2 changes: 1 addition & 1 deletion Unity/Showcase/App/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scopedRegistries": [],
"dependencies": {
"com.microsoft.azure.remote-rendering": "file:../../../MRPackages/com.microsoft.azure.remote-rendering-1.2.28.tgz",
"com.microsoft.azure.remote-rendering": "file:../../../MRPackages/com.microsoft.azure.remote-rendering-1.2.29.tgz",
"com.microsoft.mixedreality.openxr": "file:../../../MRPackages/com.microsoft.mixedreality.openxr-1.8.1.tgz",
"com.microsoft.mixedreality.toolkit.extensions": "file:../../../MRPackages/com.microsoft.mixedreality.toolkit.extensions-2.8.3.tgz",
"com.microsoft.mixedreality.toolkit.foundation": "file:../../../MRPackages/com.microsoft.mixedreality.toolkit.foundation-2.8.3.tgz",
Expand Down
4 changes: 2 additions & 2 deletions Unity/Showcase/App/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.2.28
bundleVersion: 1.2.29
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down Expand Up @@ -576,7 +576,7 @@ PlayerSettings:
m_RenderingPath: 1
m_MobileRenderingPath: 1
metroPackageName: Azure.Remote.Rendering.Showcase
metroPackageVersion: 1.2.28.0
metroPackageVersion: 1.2.29.0
metroCertificatePath: Assets/WSATestCertificate.pfx
metroCertificatePassword:
metroCertificateSubject: Microsoft
Expand Down
2 changes: 1 addition & 1 deletion Unity/Tutorial-Complete/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.microsoft.azure.remote-rendering": "file:../../MRPackages/com.microsoft.azure.remote-rendering-1.2.28.tgz",
"com.microsoft.azure.remote-rendering": "file:../../MRPackages/com.microsoft.azure.remote-rendering-1.2.29.tgz",
"com.microsoft.mixedreality.openxr": "file:../../MRPackages/com.microsoft.mixedreality.openxr-1.8.1.tgz",
"com.microsoft.mixedreality.toolkit.foundation": "file:../../MRPackages/com.microsoft.mixedreality.toolkit.foundation-2.7.2.tgz",
"com.microsoft.mixedreality.toolkit.standardassets": "file:../../MRPackages/com.microsoft.mixedreality.toolkit.standardassets-2.7.2.tgz",
Expand Down
4 changes: 2 additions & 2 deletions Unity/TutorialAssets/TutorialAssets.unitypackage
Git LFS file not shown

0 comments on commit 8b66dcd

Please sign in to comment.