From 3bad3b1d476107305c98fcd10cf1d2663e652ebb Mon Sep 17 00:00:00 2001 From: dadhi Date: Fri, 22 Apr 2022 17:40:37 +0200 Subject: [PATCH] releasing DryIoc v5.0.1 --- README.md | 2 +- docs/DryIoc.Docs/VersionHistory.md | 6 ++++++ nuspecs/DryIoc.Internal.nuspec | 8 +++++++- nuspecs/DryIoc.nuspec | 8 +++++++- src/DryIoc/DryIoc.csproj | 8 +++++++- 5 files changed, 28 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01b74401..b7ce76fb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ DryIoc is fast, small, full-featured IoC Container for .NET - __DryIoc__ (source code) [![NuGet Badge](https://buildstats.info/nuget/DryIoc)](https://www.nuget.org/packages/DryIoc) - __DryIoc.Internal__ (source code with public types made internal) [![NuGet Badge](https://buildstats.info/nuget/DryIoc.Internal)](https://www.nuget.org/packages/DryIoc.Internal) -- [Release Notes](https://github.com/dadhi/DryIoc/releases/tag/v5.0.0) :: [Previous Versions](https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) +- [Release Notes](https://github.com/dadhi/DryIoc/releases/tag/v5.0.1) :: [Previous Versions](https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) - [Extensions and Companions](Extensions.md) - [Live Documentation][WikiHome] created with [CsToMd](https://github.com/dadhi/CsToMd) - [Contribution guide](CONTRIBUTING.md) diff --git a/docs/DryIoc.Docs/VersionHistory.md b/docs/DryIoc.Docs/VersionHistory.md index ef25a8f3..34eefcd8 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,12 @@ Version History --------------- +## v5.0.1 Bug-fix release / 2022-04-22 + +- fixed: #470 Regression in 5.0.0 when resolving `Func>` with Parameter +- fixed: #471 Regression in 5.0 when using `Rules.SelectKeyedOverDefaultFactory` +- fixed: #472 Func with 4 and more arguments is broken in the Interpreter + ## v5.0.0 Major feature release with the breaking changes / 2022-04-11 Main achievements: diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index e35e4146..e9676f7d 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 5.0.0 + 5.0.1 Maksim Volkau Copyright © 2013-2022 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,6 +14,12 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory >` with Parameter +- fixed: #471 Regression in 5.0 when using `Rules.SelectKeyedOverDefaultFactory` +- fixed: #472 Func with 4 and more arguments is broken in the Interpreter + ## v5.0.0 Major feature release with the breaking changes Main achievements: diff --git a/nuspecs/DryIoc.nuspec b/nuspecs/DryIoc.nuspec index d780950e..7395588a 100644 --- a/nuspecs/DryIoc.nuspec +++ b/nuspecs/DryIoc.nuspec @@ -2,7 +2,7 @@ DryIoc - 5.0.0 + 5.0.1 Maksim Volkau Copyright © 2013-2022 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,6 +14,12 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory >` with Parameter +- fixed: #471 Regression in 5.0 when using `Rules.SelectKeyedOverDefaultFactory` +- fixed: #472 Func with 4 and more arguments is broken in the Interpreter + ## v5.0.0 Major feature release with the breaking changes Main achievements: diff --git a/src/DryIoc/DryIoc.csproj b/src/DryIoc/DryIoc.csproj index 8fb1f0f0..a53675ec 100644 --- a/src/DryIoc/DryIoc.csproj +++ b/src/DryIoc/DryIoc.csproj @@ -3,7 +3,7 @@ net45;netstandard2.0;netstandard2.1 DryIoc - 5.0.0 + 5.0.1 $(Product) @@ -15,6 +15,12 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools >` with Parameter +- fixed: #471 Regression in 5.0 when using `Rules.SelectKeyedOverDefaultFactory` +- fixed: #472 Func with 4 and more arguments is broken in the Interpreter + ## v5.0.0 Major feature release with the breaking changes Main achievements: