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

Commit

Permalink
v11.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft committed Sep 25, 2019
1 parent 782614e commit ed4f5e8
Show file tree
Hide file tree
Showing 24 changed files with 63 additions and 46 deletions.
4 changes: 4 additions & 0 deletions Blob/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in 11.1.0:

- None.

Changes in 11.0.1:

- Made CloudBlockBlob.PutBlock() checksum-related overloads public.
Expand Down
2 changes: 1 addition & 1 deletion Blob/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microsoft Azure Storage Blob SDK for .NET (11.0.1)
# Microsoft Azure Storage Blob SDK for .NET (11.1.0)

The Microsoft Azure Storage Blob SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.

Expand Down
2 changes: 1 addition & 1 deletion Common/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microsoft Azure Storage Common SDK for .NET (11.0.1)
# Microsoft Azure Storage Common SDK for .NET (11.1.0)

The Microsoft Azure Storage Common SDK for .NET is referenced by Azure Storage Blob/Queue/File SDKs and Azure CosmosDB Table SDK
and should not be referenced directly by your application.
Expand Down
4 changes: 4 additions & 0 deletions File/BreakingChanges.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tracking Breaking Changes since 11.1:

- Switched ShareStatus.UsageInBytes from an int to a long

Tracking Breaking Changes since 11.0:

- Various MD5-specific parameters on public APIs have been replaced with more generic checksum parameters. For example, ContentMD5 parameter on public APIs has been replaced with a Checksum, which contains MD5 and CRC64 properties.
Expand Down
5 changes: 5 additions & 0 deletions File/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes in 11.1.0:

- Fixed bug where CloudFileShare.GetStats() and CloudFileShare.GetStatsAsync() would throw an exception when the Share was larger than Int32.MaxValue
- Switched ShareStatus.UsageInBytes from an int to a long

Changes in 11.0.1:

- None
Expand Down
2 changes: 1 addition & 1 deletion File/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microsoft Azure Storage File SDK for .NET (11.0.1)
# Microsoft Azure Storage File SDK for .NET (11.1.0)

The Microsoft Azure Storage File SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.

Expand Down
6 changes: 3 additions & 3 deletions Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1.0")]
[assembly: AssemblyFileVersion("11.0.1.0")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0.0")]
[assembly: AssemblyFileVersion("11.1.0.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1.0")]
[assembly: AssemblyFileVersion("11.0.1.0")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0.0")]
[assembly: AssemblyFileVersion("11.1.0.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
6 changes: 3 additions & 3 deletions Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1.0")]
[assembly: AssemblyFileVersion("11.0.1.0")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0.0")]
[assembly: AssemblyFileVersion("11.1.0.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]


#if SIGN
Expand Down
2 changes: 1 addition & 1 deletion Lib/Common/Shared/Protocol/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ static HeaderConstants()
/// <summary>
/// Specifies the value to use for UserAgent header.
/// </summary>
public const string UserAgentProductVersion = "11.0.1";
public const string UserAgentProductVersion = "11.1.0";

/// <summary>
/// Master Microsoft Azure Storage header prefix.
Expand Down
6 changes: 3 additions & 3 deletions Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1.0")]
[assembly: AssemblyFileVersion("11.0.1.0")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0.0")]
[assembly: AssemblyFileVersion("11.1.0.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
6 changes: 3 additions & 3 deletions Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1.0")]
[assembly: AssemblyFileVersion("11.0.1.0")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0.0")]
[assembly: AssemblyFileVersion("11.1.0.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.Storage.Test, PublicKey=" +
Expand Down
6 changes: 3 additions & 3 deletions Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1.0")]
[assembly: AssemblyFileVersion("11.0.1.0")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0.0")]
[assembly: AssemblyFileVersion("11.1.0.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1")]
[assembly: AssemblyFileVersion("11.0.1")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0")]
[assembly: AssemblyFileVersion("11.1.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1")]
[assembly: AssemblyFileVersion("11.0.1")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0")]
[assembly: AssemblyFileVersion("11.1.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

[assembly: InternalsVisibleTo(
"Microsoft.Azure.Storage.Test, PublicKey=" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("9d154050-0b01-4f70-afa3-8e2176e9cd73")]

[assembly: AssemblyVersion("11.0.1")]
[assembly: AssemblyFileVersion("11.0.1")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0")]
[assembly: AssemblyFileVersion("11.1.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

[assembly: InternalsVisibleTo(
"Microsoft.Azure.Storage.Test, PublicKey=" +
Expand Down
6 changes: 3 additions & 3 deletions Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1")]
[assembly: AssemblyFileVersion("11.0.1")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0")]
[assembly: AssemblyFileVersion("11.1.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
6 changes: 3 additions & 3 deletions Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1")]
[assembly: AssemblyFileVersion("11.0.1")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0")]
[assembly: AssemblyFileVersion("11.1.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
6 changes: 3 additions & 3 deletions Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1")]
[assembly: AssemblyFileVersion("11.0.1")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0")]
[assembly: AssemblyFileVersion("11.1.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
2 changes: 1 addition & 1 deletion Nuspecs/CreatePackages/CreatePackages.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="BuildPackage" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionNumber>11.0.1</VersionNumber>
<VersionNumber>11.1.0</VersionNumber>
<MasterBranch>origin/master</MasterBranch>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkProfile />
Expand Down
4 changes: 4 additions & 0 deletions Queue/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in 11.1.0:

- None

Changes in 11.0.1:

- None
Expand Down
2 changes: 1 addition & 1 deletion Queue/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microsoft Azure Storage Queue SDK for .NET (11.0.1)
# Microsoft Azure Storage Queue SDK for .NET (11.1.0)

The Microsoft Azure Storage Queue SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.

Expand Down
6 changes: 3 additions & 3 deletions Test/WindowsDesktop.Split/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("11.0.1")]
[assembly: AssemblyFileVersion("11.0.1")]
[assembly: AssemblyInformationalVersion("11.0.1.0")]
[assembly: AssemblyVersion("11.1.0")]
[assembly: AssemblyFileVersion("11.1.0")]
[assembly: AssemblyInformationalVersion("11.1.0.0")]

2 changes: 1 addition & 1 deletion WindowsFormsTest/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed4f5e8

Please sign in to comment.