Skip to content

Commit

Permalink
Update dependency Microsoft.Azure.Storage.Queue to v10 (#494)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| Microsoft.Azure.Storage.Queue | nuget | major | `9.4.2` -> `10.0.0` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#tomkerkhove/promitor).
  • Loading branch information
renovate[bot] authored and tomkerkhove committed Apr 7, 2019
1 parent 3495242 commit 8f58edb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Promitor.Integrations.AzureStorage/AzureStorageClient.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using GuardNet;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Auth;
using Microsoft.Azure.Storage;
using Microsoft.Azure.Storage.Auth;

namespace Promitor.Integrations.AzureStorage
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
using Microsoft.Azure.Storage.Queue;
using Microsoft.Extensions.Logging;
using Microsoft.WindowsAzure.Storage.Queue;
using Promitor.Integrations.AzureStorage.Exceptions;

namespace Promitor.Integrations.AzureStorage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Guard.Net" Version="1.2.0" />
<PackageReference Include="Microsoft.Azure.Storage.Queue" Version="9.4.2" />
<PackageReference Include="Microsoft.Azure.Storage.Queue" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 8f58edb

Please sign in to comment.