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 #420 from erezvani1529/master
Browse files Browse the repository at this point in the history
[.Net][Release 8.1.1] Fix for a problematic OData Reference
  • Loading branch information
asorrin-msft authored Feb 23, 2017
2 parents 95663c4 + c349ab9 commit 25e44ab
Show file tree
Hide file tree
Showing 25 changed files with 42 additions and 45 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.0";
public const string AgentMetadataValue = ".NET 8.1.1";
}
}

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.0";
public const string AgentMetadataValue = ".NET 8.1.1";
}

}
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.0 ";
public static readonly string UserAgent = "Azure-Storage/8.1.1 ";
public const string UserAgentProductName = "Azure-Storage";
public const string UserAgentProductVersion = "8.1.0";
public const string UserAgentProductVersion = "8.1.1";
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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.0")]

[assembly: InternalsVisibleTo(
"Microsoft.WindowsAzure.Storage.Facade.Portable, PublicKey=" +
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"title": "Microsoft.WindowsAzure.Storage",
"version": "8.1.0.0",
"version": "8.1.1.0",
"authors": [ "Microsoft Corporation" ],
"description": "Azure Storage SDK for NetCore",
"dependencies": {
"Microsoft.Data.OData": "5.8.2",
"Microsoft.Data.Services.Client": "5.8.2",
"System.Spatial": "5.8.2",
"Newtonsoft.Json": "9.0.1"
},
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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyInformationalVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.0")]
[assembly: AssemblyInformationalVersion("8.1.1.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.0</version>
<version>8.1.1</version>
<title>Windows Azure Storage</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -19,14 +19,12 @@
<group targetFramework=".netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="Microsoft.Data.OData" version="5.8.2" />
<dependency id="Microsoft.Data.Services.Client" version="5.8.2" />
<dependency id="System.Spatial" version="5.8.2" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
<group targetFramework=".netstandard1.3">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="Microsoft.Data.OData" version="5.8.2" />
<dependency id="Microsoft.Data.Services.Client" version="5.8.2" />
<dependency id="System.Spatial" version="5.8.2" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
Expand Down
3 changes: 1 addition & 2 deletions Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"version": "8.1.0.0",
"version": "8.1.1.0",

"authors": [ "Microsoft Corporation" ],
"description": "Azure Storage SDK for NetCore",
"dependencies": {
"Microsoft.Data.OData": "5.8.2",
"Microsoft.Data.Services.Client": "5.8.2",
"System.Spatial": "5.8.2",
"Newtonsoft.Json": "9.0.1"
},
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.0";
public const string UserAgentProductVersion = "8.1.1";

/// <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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.0")]

#if SIGN
[assembly: InternalsVisibleTo(
Expand Down
4 changes: 1 addition & 3 deletions 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.0</version>
<version>8.1.1</version>
<title>Windows Azure Storage</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -19,14 +19,12 @@
<group targetFramework=".netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="Microsoft.Data.OData" version="5.8.2" />
<dependency id="Microsoft.Data.Services.Client" version="5.8.2" />
<dependency id="System.Spatial" version="5.8.2" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
<group targetFramework=".netstandard1.3">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="Microsoft.Data.OData" version="5.8.2" />
<dependency id="Microsoft.Data.Services.Client" version="5.8.2" />
<dependency id="System.Spatial" version="5.8.2" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.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.0)
# Microsoft Azure Storage SDK for .NET (8.1.1)

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.0.0",
"version": "8.1.1.0",
"testRunner": "xunit",

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

"imports": "dnxcore50"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "8.1.0.0",
"version": "8.1.1.0",
"supports": {},
"dependencies": {
"WindowsAzure.Storage": "8.1.0-test"
"WindowsAzure.Storage": "8.1.1-test"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile259": {}
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "8.1.0.0",
"version": "8.1.1.0",
"testRunner": "xunit",

"dependencies": {
"xunit": "2.1.0",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.WindowsAzure.Storage": "8.1.0.0",
"Microsoft.WindowsAzure.Storage": "8.1.1.0",
"XUnitForMsTest": "1.0.0-*"
},

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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.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.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: AssemblyFileVersion("8.1.1.0")]

[assembly: ComVisible(false)]
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Changes in 8.1.1 :
- All (NetStandard/NetCore): Removed Microsoft.Data.Services.Client as a temporary fix to ODataLib dependency incompatibility with NetStandard

Changes in 8.1.0 :
- All: Updated OData references to the latest Netstandard friendly package version 5.8.2.
- Queues (WinRT/NetCore): Fixed a bug where connections were not closed after an add message operation.
Expand Down

0 comments on commit 25e44ab

Please sign in to comment.