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

Commit

Permalink
Merge pull request #461 from erezvani1529/master
Browse files Browse the repository at this point in the history
update assembly versions to 8.1.3 (#106)
  • Loading branch information
jofriedm-msft authored May 24, 2017
2 parents 53bc215 + 708e76e commit df8dac2
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public static class EncryptionConstants
public const string TableEncryptionKeyDetails = "_ClientEncryptionMetadata1";
public const string TableEncryptionPropertyDetails = "_ClientEncryptionMetadata2";
public const string AgentMetadataKey = "EncryptionLibrary";
public const string AgentMetadataValue = ".NET 8.1.2";
public const string AgentMetadataValue = ".NET 8.1.3";
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static class EncryptionConstants
public const string TableEncryptionKeyDetails = "_ClientEncryptionMetadata1";
public const string TableEncryptionPropertyDetails = "_ClientEncryptionMetadata2";
public const string AgentMetadataKey = "EncryptionLibrary";
public const string AgentMetadataValue = ".NET 8.1.2";
public const string AgentMetadataValue = ".NET 8.1.3";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ namespace Microsoft.WindowsAzure.Storage.Shared.Protocol

public static class HeaderConstants
{
public static readonly string UserAgent = "Azure-Storage/8.1.2 ";
public static readonly string UserAgent = "Azure-Storage/8.1.3 ";
public const string UserAgentProductName = "Azure-Storage";
public const string UserAgentProductVersion = "8.1.2";
public const string UserAgentProductVersion = "8.1.3";
public const string PrefixForStorageHeader = "x-ms-";
public const string TrueHeader = "true";
public const string FalseHeader = "false";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

[assembly: InternalsVisibleTo(
"Microsoft.WindowsAzure.Storage.Facade.Portable, PublicKey=" +
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Microsoft.WindowsAzure.Storage",
"version": "8.1.2.0",
"version": "8.1.3.0",

"authors": [ "Microsoft Corporation" ],
"description": "Azure Storage SDK for NetCore",
Expand Down
6 changes: 3 additions & 3 deletions Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs
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("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyInformationalVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]
[assembly: AssemblyInformationalVersion("8.1.3.0")]


[assembly: InternalsVisibleTo(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>WindowsAzure.Storage</id>
<version>8.1.2</version>
<version>8.1.3</version>
<title>Windows Azure Storage</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand Down
2 changes: 1 addition & 1 deletion Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.1.2.0",
"version": "8.1.3.0",

"authors": [ "Microsoft Corporation" ],
"description": "Azure Storage SDK for NetCore",
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 @@ -824,7 +824,7 @@ static HeaderConstants()
/// <summary>
/// Specifies the value to use for UserAgent header.
/// </summary>
public const string UserAgentProductVersion = "8.1.2";
public const string UserAgentProductVersion = "8.1.3";

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

[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
2 changes: 1 addition & 1 deletion Lib/WindowsDesktop/WindowsAzure.Storage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>WindowsAzure.Storage</id>
<version>8.1.2</version>
<version>8.1.3</version>
<title>Windows Azure Storage</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand Down
4 changes: 2 additions & 2 deletions Lib/WindowsPhone/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

[assembly: NeutralResourcesLanguageAttribute("en-US")]

Expand Down
4 changes: 2 additions & 2 deletions Lib/WindowsPhoneRT/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: ComVisible(false)]
Expand Down
4 changes: 2 additions & 2 deletions Lib/WindowsRuntime/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

[assembly: ComVisible(false)]

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

The Microsoft Azure Storage SDK for .NET allows you to build Azure applications
that take advantage of scalable cloud computing resources.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Microsoft.WindowsAzure.Storage.Facade.NetCore.Test",
"version": "8.1.2.0",
"version": "8.1.3.0",
"testRunner": "xunit",

"dependencies": {
Expand All @@ -16,7 +16,7 @@
"type": "platform",
"version": "1.0.0"
},
"WindowsAzure.Storage": "8.1.2"
"WindowsAzure.Storage": "8.1.3"
},

"imports": "dnxcore50"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "8.1.2.0",
"version": "8.1.3.0",
"supports": {},
"dependencies": {
"WindowsAzure.Storage": "8.1.2-test"
"WindowsAzure.Storage": "8.1.3-test"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile259": {}
Expand Down
4 changes: 2 additions & 2 deletions Test/WindowsDesktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

4 changes: 2 additions & 2 deletions Test/WindowsPhone/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

[assembly: NeutralResourcesLanguageAttribute("en-US")]
4 changes: 2 additions & 2 deletions Test/WindowsPhone81/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

[assembly: NeutralResourcesLanguageAttribute("en-US")]
4 changes: 2 additions & 2 deletions Test/WindowsPhoneRT.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions Test/WindowsRuntime/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("8.1.2.0")]
[assembly: AssemblyFileVersion("8.1.2.0")]
[assembly: AssemblyVersion("8.1.3.0")]
[assembly: AssemblyFileVersion("8.1.3.0")]

[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in 8.1.2 :
Changes in 8.1.3 :
- Blobs (Desktop) : Fixed a bug where the MaximumExecutionTime was not honored, leading to infinite wait, if due to a failure, e.g., a network failure after receiving the response headers, server stopped sending partial response.
- All(Desktop) : Fixed a memory leak issue where the SendStream was not being disposed during retries, cancellations and Table Operations.

Expand Down

0 comments on commit df8dac2

Please sign in to comment.