Skip to content

Commit

Permalink
Changes for June release after running script (#29482)
Browse files Browse the repository at this point in the history
* Changes for June release after running script

* Also update readme
  • Loading branch information
FlorianBorn71 authored Jun 21, 2022
1 parent f4f56d9 commit 8960073
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 14 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 @@ -629,7 +629,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.8</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 @@ -113,7 +113,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.3;1.2.0-beta.1
com.azure:azure-mixedreality-authentication;1.2.3;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.7;1.2.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.7;1.1.8
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-monitor-ingestion;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-monitor-query;1.0.7;1.1.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
## 1.1.8 (2022-07-05)
- Updated `azure-core` to `1.29.1`.
- Updated `azure-mixedreality-authentication` to `1.2.3`.

## 1.1.7 (2022-06-07)
- Updated `azure-core` to `1.28.0`.
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.7</version>
<version>1.1.8</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.8</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
2 changes: 1 addition & 1 deletion sdk/remoterendering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.8</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 8960073

Please sign in to comment.