Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Update package descriptions (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft authored Feb 6, 2020
1 parent bd6c26a commit ef71c11
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Nuspecs/CreatePackages/Azure.Storage.Blob.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api

This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.

The latest libraries to interact with the Azure Storage service are:

* https://www.nuget.org/packages/Azure.Storage.Blobs
* https://www.nuget.org/packages/Azure.Storage.Queues/
* https://www.nuget.org/packages/Azure.Storage.Files.Shares/

It is recommended that you move to the new package.
</description>
<summary>A client library for working with Microsoft Azure Storage Blob service.</summary>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
Expand Down
10 changes: 10 additions & 0 deletions Nuspecs/CreatePackages/Azure.Storage.Common.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Common/BreakingChanges.txt
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/

This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.

The latest libraries to interact with the Azure Storage service are:

* https://www.nuget.org/packages/Azure.Storage.Blobs
* https://www.nuget.org/packages/Azure.Storage.Queues/
* https://www.nuget.org/packages/Azure.Storage.Files.Shares/

It is recommended that you move to the new package.
</description>
<summary>A client library for working with Microsoft Azure Storage services including blobs, files and queues.</summary>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
Expand Down
10 changes: 10 additions & 0 deletions Nuspecs/CreatePackages/Azure.Storage.File.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
REST API Reference for File Service - https://docs.microsoft.com/en-us/rest/api/storageservices/file-service-rest-api

This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.

The latest libraries to interact with the Azure Storage service are:

* https://www.nuget.org/packages/Azure.Storage.Blobs
* https://www.nuget.org/packages/Azure.Storage.Queues/
* https://www.nuget.org/packages/Azure.Storage.Files.Shares/

It is recommended that you move to the new package.
</description>
<summary>A client library for working with Microsoft Azure Storage File service.</summary>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
Expand Down
10 changes: 10 additions & 0 deletions Nuspecs/CreatePackages/Azure.Storage.Queue.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
REST API Reference for Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api

This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.

The latest libraries to interact with the Azure Storage service are:

* https://www.nuget.org/packages/Azure.Storage.Blobs
* https://www.nuget.org/packages/Azure.Storage.Queues/
* https://www.nuget.org/packages/Azure.Storage.Files.Shares/

It is recommended that you move to the new package.
</description>
<summary>A client library for working with Microsoft Azure Storage Queue service.</summary>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
Expand Down

0 comments on commit ef71c11

Please sign in to comment.