From abc0ccf302b9e7d2baebc0dc54e3e285af8d22d5 Mon Sep 17 00:00:00 2001 From: pemari-msft Date: Fri, 1 Jul 2016 13:39:16 -0700 Subject: [PATCH] Updating references for preview. --- Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs | 4 ++-- .../WindowsAzure.StorageK.nuspec | 2 +- Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json | 2 +- Lib/Portable/Properties/AssemblyInfo.cs | 4 ++-- Lib/WindowsDesktop/Properties/AssemblyInfo.cs | 4 ++-- Lib/WindowsPhone/Properties/AssemblyInfo.cs | 4 ++-- Lib/WindowsPhoneRT/Properties/AssemblyInfo.cs | 4 ++-- Lib/WindowsRuntime/Properties/AssemblyInfo.cs | 4 ++-- Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json | 4 ++-- Test/WindowsDesktop/Properties/AssemblyInfo.cs | 4 ++-- Test/WindowsPhone/Properties/AssemblyInfo.cs | 4 ++-- Test/WindowsPhone81/Properties/AssemblyInfo.cs | 4 ++-- Test/WindowsPhoneRT.Test/Properties/AssemblyInfo.cs | 4 ++-- Test/WindowsRuntime/Properties/AssemblyInfo.cs | 4 ++-- 14 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs b/Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs index f789c1cce..9e0bbb48f 100644 --- a/Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs +++ b/Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs @@ -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("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] [assembly: AssemblyInformationalVersion("7.1.3.0-preview")] [assembly: InternalsVisibleTo( diff --git a/Lib/AspNet/Microsoft.WindowsAzure.Storage/WindowsAzure.StorageK.nuspec b/Lib/AspNet/Microsoft.WindowsAzure.Storage/WindowsAzure.StorageK.nuspec index 7e517cce1..6c0ed67fc 100644 --- a/Lib/AspNet/Microsoft.WindowsAzure.Storage/WindowsAzure.StorageK.nuspec +++ b/Lib/AspNet/Microsoft.WindowsAzure.Storage/WindowsAzure.StorageK.nuspec @@ -2,7 +2,7 @@ WindowsAzure.Storage - 7.1.1-preview + 7.1.3-preview Windows Azure Storage Microsoft Microsoft diff --git a/Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json b/Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json index 3af7bccee..ef2e82f45 100644 --- a/Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json +++ b/Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json @@ -1,5 +1,5 @@ { - "version": "7.1.2.0", + "version": "7.1.3.0", "authors": [ "Microsoft Corporation" ], "description": "Azure Storage SDK for CoreCLR Preview", "dependencies": { diff --git a/Lib/Portable/Properties/AssemblyInfo.cs b/Lib/Portable/Properties/AssemblyInfo.cs index 59de0c6c2..004c54754 100644 --- a/Lib/Portable/Properties/AssemblyInfo.cs +++ b/Lib/Portable/Properties/AssemblyInfo.cs @@ -26,6 +26,6 @@ // 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("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] [assembly: AssemblyInformationalVersion("7.1.3.0-preview")] diff --git a/Lib/WindowsDesktop/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop/Properties/AssemblyInfo.cs index 0630466af..e14cb6fda 100644 --- a/Lib/WindowsDesktop/Properties/AssemblyInfo.cs +++ b/Lib/WindowsDesktop/Properties/AssemblyInfo.cs @@ -34,8 +34,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("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/WindowsPhone/Properties/AssemblyInfo.cs b/Lib/WindowsPhone/Properties/AssemblyInfo.cs index d4ab01c09..bed301a80 100644 --- a/Lib/WindowsPhone/Properties/AssemblyInfo.cs +++ b/Lib/WindowsPhone/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] #if SIGN diff --git a/Lib/WindowsPhoneRT/Properties/AssemblyInfo.cs b/Lib/WindowsPhoneRT/Properties/AssemblyInfo.cs index c2ee00bd1..b1d158931 100644 --- a/Lib/WindowsPhoneRT/Properties/AssemblyInfo.cs +++ b/Lib/WindowsPhoneRT/Properties/AssemblyInfo.cs @@ -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("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: ComVisible(false)] diff --git a/Lib/WindowsRuntime/Properties/AssemblyInfo.cs b/Lib/WindowsRuntime/Properties/AssemblyInfo.cs index 40fc40d45..f84696aa7 100644 --- a/Lib/WindowsRuntime/Properties/AssemblyInfo.cs +++ b/Lib/WindowsRuntime/Properties/AssemblyInfo.cs @@ -25,8 +25,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("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] [assembly: ComVisible(false)] diff --git a/Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json b/Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json index b04748f8d..5881799ab 100644 --- a/Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json +++ b/Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json @@ -1,11 +1,11 @@ { - "version": "7.1.2.0", + "version": "7.1.3.0", "testRunner": "xunit", "dependencies": { "xunit": "2.1.0", "dotnet-test-xunit": "2.2.0-preview2-build1029", - "Microsoft.WindowsAzure.Storage": "7.1.2.0-*", + "Microsoft.WindowsAzure.Storage": "7.1.3.0-*", "XUnitForMsTest": "1.0.0-*" }, diff --git a/Test/WindowsDesktop/Properties/AssemblyInfo.cs b/Test/WindowsDesktop/Properties/AssemblyInfo.cs index 125adee60..41a800880 100644 --- a/Test/WindowsDesktop/Properties/AssemblyInfo.cs +++ b/Test/WindowsDesktop/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] diff --git a/Test/WindowsPhone/Properties/AssemblyInfo.cs b/Test/WindowsPhone/Properties/AssemblyInfo.cs index d2a25477f..d4762146a 100644 --- a/Test/WindowsPhone/Properties/AssemblyInfo.cs +++ b/Test/WindowsPhone/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/Test/WindowsPhone81/Properties/AssemblyInfo.cs b/Test/WindowsPhone81/Properties/AssemblyInfo.cs index 7725ebeb7..938e21b20 100644 --- a/Test/WindowsPhone81/Properties/AssemblyInfo.cs +++ b/Test/WindowsPhone81/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/Test/WindowsPhoneRT.Test/Properties/AssemblyInfo.cs b/Test/WindowsPhoneRT.Test/Properties/AssemblyInfo.cs index d9f6bbbc4..1c51b3d31 100644 --- a/Test/WindowsPhoneRT.Test/Properties/AssemblyInfo.cs +++ b/Test/WindowsPhoneRT.Test/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // 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("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Test/WindowsRuntime/Properties/AssemblyInfo.cs b/Test/WindowsRuntime/Properties/AssemblyInfo.cs index 83ad6ae61..e9b34d0db 100644 --- a/Test/WindowsRuntime/Properties/AssemblyInfo.cs +++ b/Test/WindowsRuntime/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // 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("7.1.2.0")] -[assembly: AssemblyFileVersion("7.1.2.0")] +[assembly: AssemblyVersion("7.1.3.0")] +[assembly: AssemblyFileVersion("7.1.3.0")] [assembly: ComVisible(false)]