From 682b17cba16f03e3750a6b79804bf308bcad95d2 Mon Sep 17 00:00:00 2001 From: dadhi Date: Fri, 20 May 2022 16:15:23 +0200 Subject: [PATCH] releasing DryIoc v5.1.0 --- README.md | 2 +- appveyor.yml | 2 +- docs/DryIoc.Docs/VersionHistory.md | 6 ++++++ nuspecs/DryIoc.Internal.nuspec | 8 +++++++- nuspecs/DryIoc.nuspec | 7 ++++++- src/DryIoc/DryIoc.csproj | 8 +++++++- 6 files changed, 28 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 184e62baf..c9df2beb0 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/v5.0.2) :: [Previous Versions](https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) +- [Release Notes](https://github.com/dadhi/DryIoc/releases/tag/v5.1.0) :: [Previous Versions](https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) - [Extensions and Companions](Extensions.md) - [Live Documentation][WikiHome] created with [CsToMd](https://github.com/dadhi/CsToMd) - [Contribution guide](CONTRIBUTING.md) diff --git a/appveyor.yml b/appveyor.yml index c2a509312..d6010a529 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ image: - Ubuntu - macOS -version: 5.0.2-build-{build} +version: 5.1.0-build-{build} test: off diff --git a/docs/DryIoc.Docs/VersionHistory.md b/docs/DryIoc.Docs/VersionHistory.md index d74526543..05a83c8c8 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,12 @@ Version History --------------- +## v5.1.0 Small feature and bug-fix release / 2022-05-20 + +- fixed: #486 RegisterInstance in principle does not support non Singleton reuse but InstanceFactory still allows to pass different reuse +- added: #487 Create CreateChild overload exposing RegistrySharing and childKey arguments + + ## v5.0.2 Bug-fix release / 2022-05-10 - fixed: #180 Azure Function DI issue - Anonymously Hosted DynamicMethods Assembly. Object reference not set. (Nullable int optional argument with default int value is set to null) diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index 2e813fb1e..eaf72af84 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 5.0.2 + 5.1.0 Maksim Volkau Copyright © 2013-2022 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,6 +14,12 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory DryIoc - 5.0.2 + 5.1.0 Maksim Volkau Copyright © 2013-2022 Maksim Volkau https://github.com/dadhi/DryIoc @@ -14,6 +14,11 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory net45;netstandard2.0;netstandard2.1 DryIoc - 5.0.2 + 5.1.0 $(Product) @@ -15,6 +15,12 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools