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 #89 from pemari-msft/master
Browse files Browse the repository at this point in the history
Storage Client Library 4.3.2 Preview
  • Loading branch information
pemari-msft committed Nov 12, 2014
2 parents 65f4e55 + a1976f5 commit c11ae9b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
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 @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.3.1.0")]
[assembly: AssemblyFileVersion("4.3.1.0")]
[assembly: AssemblyInformationalVersion("4.3.1.0-preview")]
[assembly: AssemblyVersion("4.3.2.0")]
[assembly: AssemblyFileVersion("4.3.2.0")]
[assembly: AssemblyInformationalVersion("4.3.2.0-preview")]

[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Storage.Test")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WindowsAzure.Storage</id>
<version>4.3.1-preview</version>
<version>4.3.2-preview</version>
<title>Windows Azure Storage</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -20,7 +20,6 @@ Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorag
<dependency id="Microsoft.Data.OData" version="5.6.3" />
<dependency id="Microsoft.Data.Services.Client" version="5.6.3" />
<dependency id="System.Spatial" version="5.6.3" />
<dependency id="CoreCLR" version="1.0.0-beta1-10164" />
<dependency id="System.Collections" version="4.0.10-beta-22231" />
<dependency id="System.Collections.Concurrent" version="4.0.0-beta-22231" />
<dependency id="System.Collections.Specialized" version="4.0.0-beta-22231" />
Expand Down Expand Up @@ -66,7 +65,6 @@ Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorag
<dependency id="Microsoft.Data.OData" version="5.6.3" />
<dependency id="Microsoft.Data.Services.Client" version="5.6.3" />
<dependency id="System.Spatial" version="5.6.3" />
<dependency id="CoreCLR" version="1.0.0-beta1-10164" />
</group>
<group targetFramework="net40-client">
<dependency id="Microsoft.Data.OData" version="5.6.2" />
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": "4.3.1.0",
"version": "4.3.2.0",
"authors": ["Microsoft Corporation"],
"description": "Azure Storage SDK for ASP.NET 5 Preview",
"dependencies": {
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 @@ -769,7 +769,7 @@ static HeaderConstants()
/// Specifies the value to use for UserAgent header.
/// </summary>
#if ASPNET_K
public const string UserAgentProductVersion = "4.3.1-preview";
public const string UserAgentProductVersion = "4.3.2-preview";
#else
public const string UserAgentProductVersion = "4.3.0";
#endif
Expand Down
1 change: 0 additions & 1 deletion Nuget.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetRelease" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>
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 (4.3.1-Preview)
# Microsoft Azure Storage SDK for .NET (4.3.2-Preview)

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,5 +1,5 @@
{
"version": "4.3.1.0",
"version": "4.3.2.0",
"dependencies": {
"Xunit.KRunner": "1.0.0-beta1-*",
"xunit.core": "2.0.0-aspnet-beta1",
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in 4.3.2 Preview :

- All: Removed incorrect dependencies.

Changes in 4.3.1 Preview :

- All: Support building ASP.NET 5 based applications, in preview.
Expand Down Expand Up @@ -295,4 +299,4 @@ Issues fixed in 2.0.1 :

- All: CloudStorageAccount.*Parse methods throw an exception for "UseDevelopmentStorage=true" string.
- All: StorageErrorCodeStrings class is missing.
- Blobs: ICloudBlob interface does not have GetSharedAccessSignature method.
- Blobs: ICloudBlob interface does not have GetSharedAccessSignature method.

0 comments on commit c11ae9b

Please sign in to comment.