diff --git a/README.md b/README.md index 19824be6..9bf6197d 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.8) :: [Previous Versions](https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) +- [Release Notes](https://github.com/dadhi/DryIoc/releases/tag/v4.8.0) :: [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 be9f96dd..f770746c 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,10 @@ Version History --------------- +## v4.8.0 Bug-fix release / 2021-06-04 + +- added: #406 Allow the registration of the partially closed implementation type + ## v4.7.8 Bug-fix release / 2021-05-27 - fixed: #405 DryIoc has waited for the creation of the scoped ... with service name/type diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index ea19ebe9..d810fa38 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 4.7.8 + 4.8.0 Maksim Volkau Copyright © 2013-2021 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,69 +14,9 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory diff --git a/nuspecs/DryIoc.nuspec b/nuspecs/DryIoc.nuspec index f1ad3902..7efbd520 100644 --- a/nuspecs/DryIoc.nuspec +++ b/nuspecs/DryIoc.nuspec @@ -2,7 +2,7 @@ DryIoc - 4.7.8 + 4.8.0 Maksim Volkau Copyright © 2013-2021 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,67 +14,9 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory diff --git a/src/DryIoc/DryIoc.csproj b/src/DryIoc/DryIoc.csproj index ab88e056..f392b513 100644 --- a/src/DryIoc/DryIoc.csproj +++ b/src/DryIoc/DryIoc.csproj @@ -5,7 +5,7 @@ net45;netstandard1.0;netstandard1.3;netstandard2.0 DryIoc - 4.7.8 + 4.8.0 $(Product) @@ -17,69 +17,9 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools