diff --git a/README.md b/README.md index 4fb1ddd62..9b00da64a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,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.4.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.4.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/appveyor.yml b/appveyor.yml index bb21f02ec..d24691b66 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ image: - Ubuntu - macOS -version: 5.4.0-{build} +version: 5.4.1-{build} test: off diff --git a/docs/DryIoc.Docs/VersionHistory.md b/docs/DryIoc.Docs/VersionHistory.md index 87a282213..13f85413d 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,13 @@ Version History --------------- +## v5.4.1 Bug-fix release / 2023-06-10 + +- fixed: #576 Extension methods not being handled correctly in Made.Of service returning expression +- fixed: #577 False positive validation error when using service setup with certain conditions +- fixed: #578 asResolutionRoot does not affect validation + + ## v5.4.0 Small feature and bug-fix release / 2023-05-01 - added: #572 Add DryIoc targets for NET 6.0, NET 7.0 diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index 75d34276e..a09984e63 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 5.4.0 + 5.4.1 Maksim Volkau Copyright © 2013-2023 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,6 +14,13 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory DryIoc - 5.4.0 + 5.4.1 Maksim Volkau Copyright © 2013-2023 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,6 +14,13 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory net45;netstandard2.0;netstandard2.1;net6.0;net7.0 DryIoc - 5.4.0 + 5.4.1 $(Product) @@ -15,6 +15,12 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools