diff --git a/README.md b/README.md index 4bd0b730..19824be6 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/v4.7.7) :: [Previous Versions](https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) +- [Release Notes](https://github.com/dadhi/DryIoc/releases/tag/v4.7.8) :: [Previous Versions](https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) - [Extensions and Companions](Extensions.md) - [Documentation][WikiHome] - [Contribution guide](CONTRIBUTING.md) diff --git a/docs/DryIoc.Docs/VersionHistory.md b/docs/DryIoc.Docs/VersionHistory.md index 88d8e1d9..be9f96dd 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,10 @@ Version History --------------- +## v4.7.8 Bug-fix release / 2021-05-27 + +- fixed: #405 DryIoc has waited for the creation of the scoped ... with service name/type + ## v4.7.7 Bug-fix release / 2021-05-10 - fixed: #399 Func dependency on Singleton resolved under scope breaks after disposing scope when WithFuncAndLazyWithoutRegistration() diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index e1d0b1e5..ea19ebe9 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 4.7.7 + 4.7.8 Maksim Volkau Copyright © 2013-2021 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,6 +14,11 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory DryIoc - 4.7.7 + 4.7.8 Maksim Volkau Copyright © 2013-2021 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,6 +14,10 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory net45;netstandard1.0;netstandard1.3;netstandard2.0 DryIoc - 4.7.7 + 4.7.8 $(Product) @@ -17,6 +17,11 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools