From 3ff988fed034c7fed542220f5a60f5535ebbaa67 Mon Sep 17 00:00:00 2001 From: dadhi Date: Fri, 7 Jan 2022 21:01:29 +0100 Subject: [PATCH] release DryIoc v4.8.6 --- README.md | 2 +- appveyor.yml | 2 +- docs/DryIoc.Docs/VersionHistory.md | 4 ++++ nuspecs/DryIoc.Internal.nuspec | 8 ++++++-- nuspecs/DryIoc.nuspec | 8 ++++++-- src/DryIoc/DryIoc.csproj | 6 +++++- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c126e5d1..46f8bc48 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.5) :: [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.6) :: [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 e2102fb9..c65f14e2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.8.5-preview-01-b{build} +version: 4.8.6-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 425e5578..2c7987b3 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,10 @@ Version History --------------- +## v4.8.6 Bug-fix release / 2022-01-07 + +- fixed: #446 Resolving a record without registration causes a StackOverflowException + ## v4.8.5 Bug-fix release / 2021-12-31 - fixed: NY bug of RegisterInstance of null string diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index d08c5761..dd24681b 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,9 +2,9 @@ DryIoc.Internal - 4.8.5 + 4.8.6 Maksim Volkau - Copyright © 2013-2021 Maksim Volkau + Copyright © 2013-2022 Maksim Volkau https://github.com/dadhi/DryIoc MIT logo.png @@ -14,6 +14,10 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory DryIoc - 4.8.5 + 4.8.6 Maksim Volkau - Copyright © 2013-2021 Maksim Volkau + Copyright © 2013-2022 Maksim Volkau https://github.com/dadhi/DryIoc MIT logo.png @@ -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.8.5 + 4.8.6 $(Product) @@ -17,6 +17,10 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools