From 888f1cd8b3d786daf6ac1f508efdce083ed1a5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:03:08 +0000 Subject: [PATCH 1/2] Bump BenchmarkDotNet.Diagnostics.dotTrace, BenchmarkDotNet and BenchmarkDotNet.Annotations Bumps [BenchmarkDotNet.Diagnostics.dotTrace](https://github.com/dotnet/BenchmarkDotNet), [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) and [BenchmarkDotNet.Annotations](https://github.com/dotnet/BenchmarkDotNet). These dependencies needed to be updated together. Updates `BenchmarkDotNet.Diagnostics.dotTrace` from 0.13.10 to 0.13.11 - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.10...v0.13.11) Updates `BenchmarkDotNet` from 0.13.10 to 0.13.11 - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.10...v0.13.11) Updates `BenchmarkDotNet.Annotations` from 0.13.10 to 0.13.11 - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.10...v0.13.11) --- updated-dependencies: - dependency-name: BenchmarkDotNet.Diagnostics.dotTrace dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: BenchmarkDotNet.Annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index d78cc20..cbc2782 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,8 +3,8 @@ true - - + + @@ -25,7 +25,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + From 85b7f97926e634d35a0b43f062b2ea0ef2b6ac36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Dec 2023 10:04:05 +0000 Subject: [PATCH 2/2] Refresh coverage badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84dc741..3016e10 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Logo [![Main workflow state](https://github.com/AndreuCodina/CrossValidation/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/AndreuCodina/CrossValidation/actions/workflows/main.yml) -[![Coverage Status](https://coveralls.io/repos/github/AndreuCodina/CrossValidation/badge.svg?branch=main&coveralls_badge_current_milliseconds=1697800049)](https://coveralls.io/github/AndreuCodina/CrossValidation?branch=main) +[![Coverage Status](https://coveralls.io/repos/github/AndreuCodina/CrossValidation/badge.svg?branch=main&coveralls_badge_current_milliseconds=1702289044)](https://coveralls.io/github/AndreuCodina/CrossValidation?branch=main) [![NuGet](https://img.shields.io/nuget/v/CrossValidation?color=blue&label=nuget)](https://www.nuget.org/packages/CrossValidation) State-of-the-art .NET library to handle errors and validate data.