diff --git a/README.md b/README.md index 54f182108..58e0bcc03 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.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.7.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/docs/DryIoc.Docs/VersionHistory.md b/docs/DryIoc.Docs/VersionHistory.md index 47a5c9f2e..eeab38303 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,11 @@ Version History --------------- +## v4.7.4 Bug-fix release / 2021-02-26 + +- #376 DryIoc.Interpreter seems to mess up the exception call stack +- #378 Inconsistent resolution failure + ## v4.7.3 Bug-fix release / 2021-02-09 - #367 Resolve with FactoryMethod of instance throws DryIoc.ContainerException diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index cb600344d..4c5d0b990 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 4.7.3 + 4.7.4 Maksim Volkau Copyright © 2013-2021 Maksim Volkau https://github.com/dadhi/DryIoc @@ -15,6 +15,12 @@ DryIoc - 4.7.3 + 4.7.4 Maksim Volkau Copyright © 2013-2021 Maksim Volkau https://github.com/dadhi/DryIoc @@ -15,6 +15,12 @@ net45;netstandard1.0;netstandard1.3;netstandard2.0 DryIoc - 4.7.3 + 4.7.4 $(Product) @@ -18,6 +18,12 @@