From 6e5c0332cd3987c845d560e047e56ce7bb8abc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:12:40 +0100 Subject: [PATCH] Bump ApiSurface from 4.1.5 to 4.1.6 (#286) * Bump ApiSurface from 4.1.5 to 4.1.6 Bumps [ApiSurface](https://github.com/G-Research/ApiSurface) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/G-Research/ApiSurface/releases) - [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.5...ApiSurface.4.1.6) --- updated-dependencies: - dependency-name: ApiSurface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * deps --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> --- ...Ware.Myriad.Plugins.Attributes.Test.fsproj | 2 +- .../WoofWare.Myriad.Plugins.Test.fsproj | 2 +- nix/deps.nix | 24 +++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/WoofWare.Myriad.Plugins.Attributes/Test/WoofWare.Myriad.Plugins.Attributes.Test.fsproj b/WoofWare.Myriad.Plugins.Attributes/Test/WoofWare.Myriad.Plugins.Attributes.Test.fsproj index 3c0c0dd..733f4dd 100644 --- a/WoofWare.Myriad.Plugins.Attributes/Test/WoofWare.Myriad.Plugins.Attributes.Test.fsproj +++ b/WoofWare.Myriad.Plugins.Attributes/Test/WoofWare.Myriad.Plugins.Attributes.Test.fsproj @@ -17,7 +17,7 @@ - + diff --git a/WoofWare.Myriad.Plugins.Test/WoofWare.Myriad.Plugins.Test.fsproj b/WoofWare.Myriad.Plugins.Test/WoofWare.Myriad.Plugins.Test.fsproj index 110a31e..17b6faf 100644 --- a/WoofWare.Myriad.Plugins.Test/WoofWare.Myriad.Plugins.Test.fsproj +++ b/WoofWare.Myriad.Plugins.Test/WoofWare.Myriad.Plugins.Test.fsproj @@ -41,7 +41,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index 7498359..e140477 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -3,8 +3,8 @@ {fetchNuGet}: [ (fetchNuGet { pname = "ApiSurface"; - version = "4.1.5"; - hash = "sha256-Kbt18XLk1gvZfzGca885HaXZB119APay85KzI546PYM="; + version = "4.1.6"; + hash = "sha256-9AphYmU9vkf5yA4uo1FXICUwlzCj4D3GdSn3RJvCNR0="; }) (fetchNuGet { pname = "fantomas"; @@ -193,23 +193,23 @@ }) (fetchNuGet { pname = "NuGet.Common"; - version = "6.11.0"; - hash = "sha256-eb7G07RyZv4AQT6ItRqdBuUf9e9BXcQygsy5RNEXfNE="; + version = "6.11.1"; + hash = "sha256-UyZtDyTuymC+sKSX+ripOI6MmJZn11loVapVs4uzaGo="; }) (fetchNuGet { pname = "NuGet.Configuration"; - version = "6.11.0"; - hash = "sha256-2SNZkX64SB15glzQx3k+vI7btr8Yqg4CayaaaK1B0AQ="; + version = "6.11.1"; + hash = "sha256-JH2UCpjYg8pkqxQ4j4BrWiTKhGzgfn55NMr32wf6+FQ="; }) (fetchNuGet { pname = "NuGet.Frameworks"; - version = "6.11.0"; - hash = "sha256-8DC7V2IlCjiMDQ9yWbl7QQHia6OpBrbWh5rL0qa0Opw="; + version = "6.11.1"; + hash = "sha256-p25Oa7wJjwF+2puIhBkZZkKSuk4jGq7xikYSCdfp9Vc="; }) (fetchNuGet { pname = "NuGet.Packaging"; - version = "6.11.0"; - hash = "sha256-LVLvxcB6SMdayxAsrc5bCuLLt25fqPr6KfYcYoWWIQk="; + version = "6.11.1"; + hash = "sha256-1yY3p5hQwbUgYCyHnBcuGWiiIib1ppPYt2ntxwXSJW0="; }) (fetchNuGet { pname = "NuGet.Protocol"; @@ -218,8 +218,8 @@ }) (fetchNuGet { pname = "NuGet.Versioning"; - version = "6.11.0"; - hash = "sha256-03edgWvbqUtbzpBBTIxTwsSRoj1T2muGVL+vTuIHXag="; + version = "6.11.1"; + hash = "sha256-fl8lyChMjV7Sp8keAP7CdXZh7ARN/mU39T3gG74jDWY="; }) (fetchNuGet { pname = "NUnit";