This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree 22 files changed +55
-43
lines changed
NetStandard/Microsoft.Azure.Storage.Common/Properties
Microsoft.Azure.Storage.Blob/Properties
Microsoft.Azure.Storage.File/Properties
Microsoft.Azure.Storage.Queue/Properties 22 files changed +55
-43
lines changed Original file line number Diff line number Diff line change
1
+ Changes in 11.2.3:
2
+
3
+ - Fixed race conditions in OpenWrite, UploadFromStream.
4
+
1
5
Changes in 11.2.2:
2
6
3
7
- Fixed bug causing performance degradation on .NET Framework. Missing coverage for .NET Standard 1.3.
Original file line number Diff line number Diff line change 1
- # Microsoft Azure Storage Blob SDK for .NET (11.2.2 )
1
+ # Microsoft Azure Storage Blob SDK for .NET (11.2.3 )
2
2
3
3
The Microsoft Azure Storage Blob SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.
4
4
Original file line number Diff line number Diff line change 1
- # Microsoft Azure Storage Common SDK for .NET (11.2.2 )
1
+ # Microsoft Azure Storage Common SDK for .NET (11.2.3 )
2
2
3
3
The Microsoft Azure Storage Common SDK for .NET is referenced by Azure Storage Blob/Queue/File SDKs and Azure CosmosDB Table SDK
4
4
and should not be referenced directly by your application.
Original file line number Diff line number Diff line change
1
+ Changes in 11.2.3:
2
+
3
+ - Fixed race conditions in OpenWrite, UploadFromStream.
4
+
1
5
Changes in 11.2.1:
2
6
3
7
- Fixed bug causing performance degradation on .NET Framework.
Original file line number Diff line number Diff line change
1
+ Changes in 11.2.3:
2
+
3
+ - Fixed race conditions in OpenWrite, UploadFromStream.
4
+
1
5
Changes in 11.2.2:
2
6
3
7
- Fixed bug causing performance degradation on .NET Framework. Missing coverage for .NET Standard 1.3.
Original file line number Diff line number Diff line change 1
- # Microsoft Azure Storage File SDK for .NET (11.2.2 )
1
+ # Microsoft Azure Storage File SDK for .NET (11.2.3 )
2
2
3
3
The Microsoft Azure Storage File SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.
4
4
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "11.2.2 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.2.2 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.2.3 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.2.3 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
41
41
42
42
#if SIGN
43
43
[ assembly: InternalsVisibleTo (
Original file line number Diff line number Diff line change 34
34
// by using the '*' as shown below:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
36
37
- [ assembly: AssemblyVersion ( "11.2.2 .0" ) ]
38
- [ assembly: AssemblyFileVersion ( "11.2.2 .0" ) ]
39
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
37
+ [ assembly: AssemblyVersion ( "11.2.3 .0" ) ]
38
+ [ assembly: AssemblyFileVersion ( "11.2.3 .0" ) ]
39
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
40
40
41
41
#if SIGN
42
42
[ assembly: InternalsVisibleTo (
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "11.2.2 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.2.2 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.2.3 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.2.3 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
41
41
42
42
43
43
#if SIGN
Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ static HeaderConstants()
1060
1060
/// <summary>
1061
1061
/// Specifies the value to use for UserAgent header.
1062
1062
/// </summary>
1063
- public const string UserAgentProductVersion = "11.2.2 " ;
1063
+ public const string UserAgentProductVersion = "11.2.3 " ;
1064
1064
1065
1065
/// <summary>
1066
1066
/// Master Microsoft Azure Storage header prefix.
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "11.2.2 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.2.2 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.2.3 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.2.3 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
41
41
42
42
#if SIGN
43
43
[ assembly: InternalsVisibleTo (
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "11.2.2 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.2.2 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.2.3 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.2.3 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
41
41
42
42
#if SIGN
43
43
[ assembly: InternalsVisibleTo ( "Microsoft.Azure.Storage.Test, PublicKey=" +
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "11.2.2 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.2.2 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.2.3 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.2.3 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
41
41
42
42
#if SIGN
43
43
[ assembly: InternalsVisibleTo (
Original file line number Diff line number Diff line change 34
34
// by using the '*' as shown below:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
36
37
- [ assembly: AssemblyVersion ( "11.2.2 " ) ]
38
- [ assembly: AssemblyFileVersion ( "11.2.2 " ) ]
39
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
37
+ [ assembly: AssemblyVersion ( "11.2.3 " ) ]
38
+ [ assembly: AssemblyFileVersion ( "11.2.3 " ) ]
39
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
40
40
41
41
#if SIGN
42
42
[ assembly: InternalsVisibleTo (
Original file line number Diff line number Diff line change 34
34
// by using the '*' as shown below:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
36
37
- [ assembly: AssemblyVersion ( "11.2.2 " ) ]
38
- [ assembly: AssemblyFileVersion ( "11.2.2 " ) ]
39
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
37
+ [ assembly: AssemblyVersion ( "11.2.3 " ) ]
38
+ [ assembly: AssemblyFileVersion ( "11.2.3 " ) ]
39
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
40
40
41
41
[ assembly: InternalsVisibleTo (
42
42
"Microsoft.Azure.Storage.Test, PublicKey=" +
Original file line number Diff line number Diff line change 22
22
// The following GUID is for the ID of the typelib if this project is exposed to COM
23
23
[ assembly: Guid ( "9d154050-0b01-4f70-afa3-8e2176e9cd73" ) ]
24
24
25
- [ assembly: AssemblyVersion ( "11.2.2 " ) ]
26
- [ assembly: AssemblyFileVersion ( "11.2.2 " ) ]
27
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
25
+ [ assembly: AssemblyVersion ( "11.2.3 " ) ]
26
+ [ assembly: AssemblyFileVersion ( "11.2.3 " ) ]
27
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
28
28
29
29
[ assembly: InternalsVisibleTo (
30
30
"Microsoft.Azure.Storage.Test, PublicKey=" +
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "11.2.2 " ) ]
39
- [ assembly: AssemblyFileVersion ( "11.2.2 " ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.2.3 " ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.2.3 " ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
41
41
42
42
#if SIGN
43
43
[ assembly: InternalsVisibleTo (
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "11.2.2 " ) ]
39
- [ assembly: AssemblyFileVersion ( "11.2.2 " ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.2.3 " ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.2.3 " ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
41
41
42
42
#if SIGN
43
43
[ assembly: InternalsVisibleTo (
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "11.2.2 " ) ]
39
- [ assembly: AssemblyFileVersion ( "11.2.2 " ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.2.2 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.2.3 " ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.2.3 " ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.2.3 .0" ) ]
41
41
42
42
#if SIGN
43
43
[ assembly: InternalsVisibleTo (
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 12.0" DefaultTargets =" BuildPackage" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <VersionNumber >11.2.2 </VersionNumber >
4
+ <VersionNumber >11.2.3 </VersionNumber >
5
5
<MasterBranch >origin/master</MasterBranch >
6
6
<TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
7
7
<TargetFrameworkProfile />
Original file line number Diff line number Diff line change 1
- # Microsoft Azure Storage Queue SDK for .NET (11.2.2 )
1
+ # Microsoft Azure Storage Queue SDK for .NET (11.2.3 )
2
2
3
3
The Microsoft Azure Storage Queue SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.
4
4
Original file line number Diff line number Diff line change 21
21
22
22
We have engineered a highly performant and scalable SDK with our V12 releases. We encourage all our customers to give it a try.
23
23
24
- # Microsoft Azure Storage SDK for .NET (11.2.2 )
24
+ # Microsoft Azure Storage SDK for .NET (11.2.3 )
25
25
26
26
> Server Version: 2019-07-07
27
27
You can’t perform that action at this time.
0 commit comments