Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 1c17b18

Browse files
author
Sercan Guler [MSFT]
authored
Update README.md
Updating README to show the GA release
1 parent 21853ac commit 1c17b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
This project provides a client library in Java that makes it easy to consume Microsoft Azure Storage services. For documentation, please see the Microsoft Azure [Java Developer Center](http://azure.microsoft.com/en-us/develop/java/) and the [Java client library reference for Azure Storage](https://docs.microsoft.com/en-us/java/api/overview/azure/storage).
66

7-
This README page is a reference to the SDK v8. For the new asynchronous SDK v10, go to [Storage SDK v10 for Java (Preview)](https://github.com/Azure/azure-storage-java/tree/vNext).
7+
This README page is a reference to the SDK v8. For the new asynchronous SDK v10, go to [Storage SDK v10 for Java](https://github.com/Azure/azure-storage-java/tree/vNext).
88

99
| SDK Name | Version | Description | Maven/API Reference Links |
1010
| ------------- | ------------- | ----------- | ----- |
11-
| [Storage SDK v10 for Java](https://github.com/Azure/azure-storage-java/tree/vNext) | v10-Preview | The next generation async Storage SDK (Blob only) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage-blob) - [Reference](https://docs.microsoft.com/en-us/java/api/overview/azure/storage/client?view=azure-java-preview) |
11+
| [Storage SDK v10 for Java](https://github.com/Azure/azure-storage-java/tree/vNext) | v10 GA | The next generation async Storage SDK (Blob only) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage-blob) - [Reference](https://docs.microsoft.com/en-us/java/api/overview/azure/storage/client?view=azure-java-preview) |
1212
| [Storage SDK v8 for Java](https://github.com/Azure/azure-storage-java) | v8 | Legacy Storage SDK (sync only) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage) - [Reference](https://docs.microsoft.com/en-us/java/api/overview/azure/storage/client?view=azure-java-stable)|
1313
| [Storage SDK for Android](https://github.com/Azure/azure-storage-android) | v2 | Storage SDK for Android | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure.android/azure-storage-android) - [Reference](http://azure.github.io/azure-storage-android/)
1414
| [Azure Management Libraries for Java](https://github.com/Azure/azure-libraries-for-java) | v1 | Management libraries including Storage Resource Provider APIs | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-mgmt-resources) - [Reference](http://azure.github.io/azure-storage-android/)|

0 commit comments

Comments
 (0)