Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 3e0e153

Browse files
authored
Updated azure-core versions in Gradle files, README and CHANGELOG in preparation for the 1.0.0-beta.4 release. (#676)
1 parent b6a6b73 commit 3e0e153

27 files changed

Lines changed: 72 additions & 27 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.4 (2021-03-18)
4+
5+
- Initial release. Please see the README for information.

sdk/core/azure-core-credential/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Core Credentials provides shared primitives, abstractions, and helpers aut
1717
<dependency>
1818
<groupId>com.azure</groupId>
1919
<artifactId>azure-core-credential</artifactId>
20-
<version>1.0.0-beta.1</version>
20+
<version>1.0.0-beta.4</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-credential/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext.publishName = "Microsoft Azure Android Core Credential Library"
22
description = "This package contains core credential types for Azure Android clients."
3-
version = "1.0.0-beta.1"
3+
version = "1.0.0-beta.4"
44
ext.versionCode = 1
55

66
android {
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.4 (2021-03-18)
4+
5+
- Initial release. Please see the README for information.

sdk/core/azure-core-http-httpurlconnection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Core HttpUrlConnection HTTP client is a plugin for the `azure-core` HTTP c
1717
<dependency>
1818
<groupId>com.azure</groupId>
1919
<artifactId>azure-core-http-httpurlconnection</artifactId>
20-
<version>1.0.0-beta.1</version>
20+
<version>1.0.0-beta.4</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-http-httpurlconnection/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext.publishName = "Microsoft Azure Android Core HttpUrlConnection Library"
22
description = "This package contains HTTP implementation using HttpUrlConnection for Azure Android clients."
3-
version = "1.0.0-beta.1"
3+
version = "1.0.0-beta.4"
44
ext.versionCode = 1
55

66
android {
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.4 (2021-03-18)
4+
5+
- Initial release. Please see the README for information.

sdk/core/azure-core-http-okhttp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
1717
<dependency>
1818
<groupId>com.azure</groupId>
1919
<artifactId>azure-core-http-okhttp</artifactId>
20-
<version>1.0.0-beta.1</version>
20+
<version>1.0.0-beta.4</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-http-okhttp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext.publishName = "Microsoft Azure Android Core HTTP OkHttp Library"
22
description = "This package contains HTTP implementation using OkHttp for Azure Android clients."
3-
version = "1.0.0-beta.1"
3+
version = "1.0.0-beta.4"
44
ext.versionCode = 1
55

66
android {
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.4 (2021-03-18)
4+
5+
- Initial release. Please see the README for information.

0 commit comments

Comments
 (0)