Skip to content

Commit

Permalink
Update dependency YamlDotNet to v6 (#404)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| YamlDotNet | nuget | major | `5.4.0` -> `6.0.0` | [source](https://togithub.com/aaubry/YamlDotNet) |

---

### Release Notes

<details>
<summary>aaubry/YamlDotNet</summary>

### [`v6.0.0`](https://togithub.com/aaubry/YamlDotNet/blob/master/RELEASE_NOTES.md#Release-600)

[Compare Source](https://togithub.com/aaubry/YamlDotNet/compare/v5.4.0...v6.0.0)

This release merges the YamlDotNet.Signed and YamlDotNet packages.
This change has the following consequences:

-   The **assemblies in the YamlDotNet package will now have strong names**.  
    This is a breaking change. If you depend on a library that depends on a
    previous version of YamlDotNet, you will first need to update that library.

-   The **YamlDotNet.Signed package will cease to be published**.  
    The code should be updated to depend on YamlDotNet.

</details>

---

### 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 Mar 15, 2019
1 parent 47b3369 commit 07f3e8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Promitor.Core.Scraping/Promitor.Core.Scraping.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.9.1" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.20.0" />
<PackageReference Include="Prometheus.Client" Version="2.2.2" />
<PackageReference Include="YamlDotNet" Version="5.4.0" />
<PackageReference Include="YamlDotNet" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Promitor.Core/Promitor.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Guard.Net" Version="1.2.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.9.1" />
<PackageReference Include="YamlDotNet" Version="5.4.0" />
<PackageReference Include="YamlDotNet" Version="6.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Promitor.Scraper.Host/Promitor.Scraper.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="4.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="YamlDotNet" Version="5.4.0" />
<PackageReference Include="YamlDotNet" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 07f3e8b

Please sign in to comment.