diff --git a/README.md b/README.md index 26df3a2a..974afe88 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.8.3) :: [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.4) :: [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/appveyor.yml b/appveyor.yml index 311beb1b..71ddfb29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.8.3-preview-01-b{build} +version: 4.8.4-preview-01-b{build} os: Visual Studio 2017 test: off diff --git a/docs/DryIoc.Docs/VersionHistory.md b/docs/DryIoc.Docs/VersionHistory.md index 8646219d..1e6df0f0 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,11 @@ Version History --------------- +## v4.8.4 Bug-fix release / 2021-10-31 + +- fixed: #434 ReturnDefaultIfNotRegistered is not respected between scopes +- fixed: #435 hangfire use dryioc report ContainerIsDisposed + ## v4.8.3 Bug-fix release / 2021-10-21 - fixed: #418 Resolving interfaces with covariant type parameter fails when using RegisterMapping diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index dcc5cc88..fee8c907 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 4.8.3 + 4.8.4 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.8.3 + 4.8.4 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 net45;netstandard1.0;netstandard1.3;netstandard2.0 DryIoc - 4.8.3 + 4.8.4 $(Product) @@ -17,6 +17,11 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools