This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree 23 files changed +59
-43
lines changed
NetStandard/Microsoft.Azure.Storage.Common/Properties
Microsoft.Azure.Storage.Blob/Properties
Microsoft.Azure.Storage.File/Properties
Microsoft.Azure.Storage.Queue/Properties 23 files changed +59
-43
lines changed Original file line number Diff line number Diff line change
1
+ Changes in 11.1.5:
2
+
3
+ - Fixed bug where egress bytes were not reported.
4
+
1
5
Changes in 11.1.4:
2
6
3
7
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
Original file line number Diff line number Diff line change 1
- # Microsoft Azure Storage Blob SDK for .NET (11.1.4 )
1
+ # Microsoft Azure Storage Blob SDK for .NET (11.1.5 )
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.1.4 )
1
+ # Microsoft Azure Storage Common SDK for .NET (11.1.5 )
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.1.5:
2
+
3
+ - Fixed bug where egress bytes were not reported.
4
+
1
5
Changes in 11.1.4:
2
6
3
7
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
Original file line number Diff line number Diff line change
1
+ Changes in 11.1.5:
2
+
3
+ - Fixed bug where egress bytes were not reported.
4
+
1
5
Changes in 11.1.4:
2
6
3
7
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
Original file line number Diff line number Diff line change 1
- # Microsoft Azure Storage File SDK for .NET (11.1.4 )
1
+ # Microsoft Azure Storage File SDK for .NET (11.1.5 )
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.1.4 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.1.4 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.1.5 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.1.5 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 .0" ) ]
38
- [ assembly: AssemblyFileVersion ( "11.1.4 .0" ) ]
39
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
37
+ [ assembly: AssemblyVersion ( "11.1.5 .0" ) ]
38
+ [ assembly: AssemblyFileVersion ( "11.1.5 .0" ) ]
39
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.1.4 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.1.5 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.1.5 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .0" ) ]
41
41
42
42
43
43
#if SIGN
Original file line number Diff line number Diff line change @@ -1055,7 +1055,7 @@ static HeaderConstants()
1055
1055
/// <summary>
1056
1056
/// Specifies the value to use for UserAgent header.
1057
1057
/// </summary>
1058
- public const string UserAgentProductVersion = "11.1.4 " ;
1058
+ public const string UserAgentProductVersion = "11.1.5 " ;
1059
1059
1060
1060
/// <summary>
1061
1061
/// 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.1.4 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.1.4 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.1.5 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.1.5 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.1.4 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.1.5 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.1.5 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 .0" ) ]
39
- [ assembly: AssemblyFileVersion ( "11.1.4 .0" ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.1.5 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.1.5 .0" ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 " ) ]
38
- [ assembly: AssemblyFileVersion ( "11.1.4 " ) ]
39
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
37
+ [ assembly: AssemblyVersion ( "11.1.5 " ) ]
38
+ [ assembly: AssemblyFileVersion ( "11.1.5 " ) ]
39
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 " ) ]
38
- [ assembly: AssemblyFileVersion ( "11.1.4 " ) ]
39
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
37
+ [ assembly: AssemblyVersion ( "11.1.5 " ) ]
38
+ [ assembly: AssemblyFileVersion ( "11.1.5 " ) ]
39
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 " ) ]
26
- [ assembly: AssemblyFileVersion ( "11.1.4 " ) ]
27
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
25
+ [ assembly: AssemblyVersion ( "11.1.5 " ) ]
26
+ [ assembly: AssemblyFileVersion ( "11.1.5 " ) ]
27
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 " ) ]
39
- [ assembly: AssemblyFileVersion ( "11.1.4 " ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.1.5 " ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.1.5 " ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 " ) ]
39
- [ assembly: AssemblyFileVersion ( "11.1.4 " ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.1.5 " ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.1.5 " ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 " ) ]
39
- [ assembly: AssemblyFileVersion ( "11.1.4 " ) ]
40
- [ assembly: AssemblyInformationalVersion ( "11.1.4 .0" ) ]
38
+ [ assembly: AssemblyVersion ( "11.1.5 " ) ]
39
+ [ assembly: AssemblyFileVersion ( "11.1.5 " ) ]
40
+ [ assembly: AssemblyInformationalVersion ( "11.1.5 .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.1.4 </VersionNumber >
4
+ <VersionNumber >11.1.5 </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
+ Changes in 11.1.5:
2
+
3
+ - Fixed bug where egress bytes were not reported.
4
+
1
5
Changes in 11.1.4:
2
6
3
7
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
Original file line number Diff line number Diff line change 1
- # Microsoft Azure Storage Queue SDK for .NET (11.1.4 )
1
+ # Microsoft Azure Storage Queue SDK for .NET (11.1.5 )
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 13
13
## For more details, please visit the proper location for each repo.
14
14
15
15
16
- # Microsoft Azure Storage SDK for .NET (11.0.0 )
16
+ # Microsoft Azure Storage SDK for .NET (11.1.5 )
17
17
18
18
> Server Version: 2019-02-02
19
19
You can’t perform that action at this time.
0 commit comments