Skip to content

Commit

Permalink
ARR Patch Release November 2022 (#32039)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBorn71 authored Nov 9, 2022
1 parent b4fe31b commit 36e0326
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
<version>1.1.13</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ com.azure:azure-messaging-servicebus-track1-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-webpubsub;1.1.7;1.2.0-beta.1
com.azure:azure-mixedreality-authentication;1.2.8;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.12;1.2.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.12;1.1.13
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-monitor-ingestion;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

## 1.1.13 (2022-11-09)
### Other Changes
#### Dependency Updates
- Updated `azure-core` to `1.34.0`.
- Updated `azure-mixedreality-authentication` to `1.2.8`.

## 1.1.12 (2022-10-24)
### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Add the following Maven dependency:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.1.12</version>
<version>1.1.13</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
<version>1.1.13</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->

<name>Microsoft Azure SDK for Remote Rendering</name>
<description>This package contains Microsoft Azure SDK for Remote Rendering.</description>
Expand Down

0 comments on commit 36e0326

Please sign in to comment.