Skip to content

Commit 16d8d1c

Browse files
committed
Updating MS Storage to v8.7.0
1 parent cb54a23 commit 16d8d1c

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

build/package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<tags></tags>
1818
<dependencies>
1919
<dependency id="UmbracoCms.Core" version="0.0.0" />
20-
<dependency id="WindowsAzure.Storage" version="8.6.0" />
20+
<dependency id="WindowsAzure.Storage" version="8.7.0" />
2121
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" />
2222
<dependency id="Microsoft.Azure.KeyVault.Core" version="2.0.4" />
2323
<dependency id="Microsoft.Data.Services.Client" version="5.8.3" />

src/UmbracoFileSystemProviders.Azure.Installer/UmbracoFileSystemProviders.Azure.Installer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
129129
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
130130
</Reference>
131-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
132-
<HintPath>..\packages\WindowsAzure.Storage.8.6.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
131+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
132+
<HintPath>..\packages\WindowsAzure.Storage.8.7.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
133133
</Reference>
134134
<Reference Include="MiniProfiler, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b44f9351044011a3, processorArchitecture=MSIL">
135135
<HintPath>..\packages\MiniProfiler.2.1.0\lib\net40\MiniProfiler.dll</HintPath>

src/UmbracoFileSystemProviders.Azure.Installer/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
<package id="System.Net.Requests" version="4.0.11" targetFramework="net45" />
3737
<package id="System.Spatial" version="5.8.3" targetFramework="net45" />
3838
<package id="UmbracoCms.Core" version="7.1.9" targetFramework="net45" />
39-
<package id="WindowsAzure.Storage" version="8.6.0" targetFramework="net45" />
39+
<package id="WindowsAzure.Storage" version="8.7.0" targetFramework="net45" />
4040
<package id="xmlrpcnet" version="2.5.0" targetFramework="net45" />
4141
</packages>

src/UmbracoFileSystemProviders.Azure.Tests/UmbracoFileSystemProviders.Azure.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
120120
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
121121
</Reference>
122-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
123-
<HintPath>..\packages\WindowsAzure.Storage.8.6.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
122+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
123+
<HintPath>..\packages\WindowsAzure.Storage.8.7.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
124124
</Reference>
125125
<Reference Include="MiniProfiler">
126126
<HintPath>..\packages\MiniProfiler.2.1.0\lib\net40\MiniProfiler.dll</HintPath>

src/UmbracoFileSystemProviders.Azure.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
<package id="System.Net.Requests" version="4.0.11" targetFramework="net45" />
3838
<package id="System.Spatial" version="5.8.3" targetFramework="net45" />
3939
<package id="UmbracoCms.Core" version="7.1.9" targetFramework="net45" />
40-
<package id="WindowsAzure.Storage" version="8.6.0" targetFramework="net45" />
40+
<package id="WindowsAzure.Storage" version="8.7.0" targetFramework="net45" />
4141
<package id="xmlrpcnet" version="2.5.0" targetFramework="net45" />
4242
</packages>

src/UmbracoFileSystemProviders.Azure/UmbracoFileSystemProviders.Azure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
125125
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
126126
</Reference>
127-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
128-
<HintPath>..\packages\WindowsAzure.Storage.8.6.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
127+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
128+
<HintPath>..\packages\WindowsAzure.Storage.8.7.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
129129
</Reference>
130130
<Reference Include="MiniProfiler">
131131
<HintPath>..\packages\MiniProfiler.2.1.0\lib\net40\MiniProfiler.dll</HintPath>

src/UmbracoFileSystemProviders.Azure/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
<package id="System.Net.Requests" version="4.0.11" targetFramework="net45" />
3535
<package id="System.Spatial" version="5.8.3" targetFramework="net45" />
3636
<package id="UmbracoCms.Core" version="7.1.9" targetFramework="net45" />
37-
<package id="WindowsAzure.Storage" version="8.6.0" targetFramework="net45" />
37+
<package id="WindowsAzure.Storage" version="8.7.0" targetFramework="net45" />
3838
<package id="xmlrpcnet" version="2.5.0" targetFramework="net45" />
3939
</packages>

0 commit comments

Comments
 (0)