Skip to content

Commit 3a02471

Browse files
committed
Updated WindowsAzure.Storage library to the latest version
1 parent 53b0ccd commit 3a02471

File tree

13 files changed

+23
-22
lines changed

13 files changed

+23
-22
lines changed

src/Libraries/Nop.Services/Nop.Services.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
<Private>True</Private>
9595
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
9696
</Reference>
97-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98-
<HintPath>..\..\packages\WindowsAzure.Storage.8.0.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
97+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98+
<HintPath>..\..\packages\WindowsAzure.Storage.8.0.1\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
9999
<Private>True</Private>
100100
</Reference>
101101
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

src/Libraries/Nop.Services/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
<package id="System.Linq.Dynamic" version="1.0.7" targetFramework="net451" />
2424
<package id="System.Net.Http" version="4.3.0" targetFramework="net451" />
2525
<package id="System.Spatial" version="5.8.1" targetFramework="net451" />
26-
<package id="WindowsAzure.Storage" version="8.0.0" targetFramework="net451" />
26+
<package id="WindowsAzure.Storage" version="8.0.1" targetFramework="net451" />
2727
</packages>

src/Presentation/Nop.Web/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<RedisCaching Enabled="false" ConnectionString="localhost" />
3131
<!-- You can get the latest version of user agent strings at http://browscap.org/ -->
3232
<!-- Leave "crawlersOnlyDatabasePath" attribute empty if you want to use full version of "browscap.xml" file -->
33-
<UserAgentStrings databasePath="~/App_Data/browscap.xml" crawlersOnlyDatabasePath="~/App_Data/browscap.crawlersonly.xml"/>
33+
<UserAgentStrings databasePath="~/App_Data/browscap.xml" crawlersOnlyDatabasePath="~/App_Data/browscap.crawlersonly.xml" />
3434
<!-- Set the setting below to "False" if you did not upgrade from one of the previous versions. It can slightly improve performance -->
3535
<SupportPreviousNopcommerceVersions Enabled="True" />
3636
<!-- Do not edit this element. For advanced users only -->
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/packages/WindowsAzure.Storage.8.0.0/lib/net45/Microsoft.WindowsAzure.Storage.xml renamed to src/packages/WindowsAzure.Storage.8.0.1/lib/net45/Microsoft.WindowsAzure.Storage.xml

Lines changed: 19 additions & 18 deletions
Large diffs are not rendered by default.
Binary file not shown.

0 commit comments

Comments
 (0)