|
7 | 7 | <AssemblyTitle>Microsoft Azure.Storage.DataMovement.Files.Shares client library</AssemblyTitle> |
8 | 8 | <Version>12.0.0-beta.4</Version> |
9 | 9 | <DefineConstants>ShareDataMovementSDK;$(DefineConstants)</DefineConstants> |
10 | | - <PackageTags>Microsoft Azure Storage DataMovement, DataMovement, Microsoft, Azure, StorageScalable, azureofficial</PackageTags> |
| 10 | + <PackageTags>Microsoft Azure Storage DataMovement Files AzureStorage AzureFiles azureofficial</PackageTags> |
11 | 11 | <Description> |
12 | | - This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. |
13 | | - For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blob.DataMovement/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blob.DataMovement/CHANGELOG.md |
14 | | - in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blob.DataMovement/BreakingChanges.txt |
15 | | - Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ |
16 | | - Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ |
| 12 | + This client library enables high-performance, multi-threaded uploading, downloading and copying Azure File Share files and directories. |
| 13 | + The package depends on the Azure.Storage.DataMovement package and can be used in conjuction with other Data Movement sub-packages, such as Azure.Storage.DataMovement.Blobs to transfer data between services. |
| 14 | + For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement.Files.Shares/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement.Files.Shares/CHANGELOG.md |
17 | 15 | </Description> |
18 | 16 | <IncludeOperationsSharedSource>true</IncludeOperationsSharedSource> |
19 | 17 | <RootNamespace>Azure.Storage.DataMovement.Files.Shares</RootNamespace> |
20 | 18 | <PackageId /> |
21 | 19 | </PropertyGroup> |
22 | 20 | <ItemGroup> |
| 21 | + <PackageReference Include="Azure.Core" /> |
23 | 22 | <PackageReference Include="Azure.Storage.Files.Shares" /> |
24 | 23 | <!--<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Files.Shares\src\Azure.Storage.Files.Shares.csproj" />--> |
25 | | - <PackageReference Include="System.Threading.Channels" /> |
26 | | - </ItemGroup> |
27 | | - <ItemGroup> |
28 | 24 | <ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.DataMovement\src\Azure.Storage.DataMovement.csproj" /> |
| 25 | + <PackageReference Include="System.Threading.Channels" /> |
29 | 26 | </ItemGroup> |
30 | 27 | <ItemGroup> |
31 | 28 | <Compile Include="$(AzureCoreSharedSources)CancellationHelper.cs" LinkBase="SharedCore" /> |
32 | | - </ItemGroup> |
33 | | - <ItemGroup> |
34 | 29 | <Compile Include="$(AzureCoreSharedSources)HashCodeBuilder.cs" LinkBase="Shared\Core" /> |
35 | 30 | </ItemGroup> |
36 | 31 | <ItemGroup> |
|
52 | 47 | <ItemGroup> |
53 | 48 | <Compile Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Files.Shares\src\Shared\ShareModelExtensions.cs" /> |
54 | 49 | </ItemGroup> |
55 | | - <ItemGroup> |
56 | | - <PackageReference Include="Azure.Core" /> |
57 | | - </ItemGroup> |
58 | | - <ItemGroup> |
59 | | - </ItemGroup> |
60 | 50 | </Project> |
0 commit comments