Skip to content

Commit

Permalink
Prepare Mixed Reality Remote Rendering patch release for October 2022 (
Browse files Browse the repository at this point in the history
…#31696)

* Updated version in POMs.

* Updated CHANGELOG and README.
  • Loading branch information
vcolin7 authored Oct 24, 2022
1 parent 9329548 commit 523cb40
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 @@ -660,7 +660,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.12</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 @@ -128,7 +128,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.7;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.11;1.2.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.11;1.1.12
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.12 (2022-10-24)
### Other Changes
#### Dependency Updates
- Updated `azure-core` to `1.33.0`.
- Updated `azure-mixedreality-authentication` to `1.2.7`.

## 1.1.11 (2022-09-12)
### 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.11</version>
<version>1.1.12</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.12</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 523cb40

Please sign in to comment.