Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Update to 9.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarmer-msft committed Dec 13, 2018
1 parent 5a603a9 commit 3187d0f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Nuspecs/Azure.Storage.Blob.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="3.6">
<id>Microsoft.Azure.Storage.Blob</id>
<version>9.4.2-preview</version>
<version>9.4.2</version>
<title>Azure Storage Blob</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -22,14 +22,14 @@
<dependencies>
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2-preview" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="NETStandard.Library" version="2.0.1" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2-preview" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2-preview" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2" />
</group>
</dependencies>
<references>
Expand Down
2 changes: 1 addition & 1 deletion Nuspecs/Azure.Storage.Common.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="3.6">
<id>Microsoft.Azure.Storage.Common</id>
<version>9.4.2-preview</version>
<version>9.4.2</version>
<title>Azure Storage Common</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand Down
8 changes: 4 additions & 4 deletions Nuspecs/Azure.Storage.File.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="3.6">
<id>Microsoft.Azure.Storage.File</id>
<version>9.4.2-preview</version>
<version>9.4.2</version>
<title>Azure Storage File</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -22,14 +22,14 @@
<dependencies>
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2-preview" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="NETStandard.Library" version="2.0.1" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2-preview" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2-preview" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2" />
</group>
</dependencies>
<references>
Expand Down
8 changes: 4 additions & 4 deletions Nuspecs/Azure.Storage.Queue.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="3.6">
<id>Microsoft.Azure.Storage.Queue</id>
<version>9.4.2-preview</version>
<version>9.4.2</version>
<title>Azure Storage Queue</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -22,14 +22,14 @@
<dependencies>
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2-preview" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="NETStandard.Library" version="2.0.1" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2-preview" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2-preview" />
<dependency id="Microsoft.Azure.Storage.Common" version="9.4.2" />
</group>
</dependencies>
<references>
Expand Down

0 comments on commit 3187d0f

Please sign in to comment.