From 25419ad475e1c9d1bd082a31ec83ce8994d87f18 Mon Sep 17 00:00:00 2001 From: dadhi Date: Mon, 13 Mar 2023 20:19:03 +0100 Subject: [PATCH] releasing DryIoc v5.3.4 --- README.md | 2 +- appveyor.yml | 2 +- build/NuGetPublish.bat | 6 +++--- docs/DryIoc.Docs/VersionHistory.md | 5 +++++ nuspecs/DryIoc.Internal.nuspec | 8 +++++++- nuspecs/DryIoc.nuspec | 8 +++++++- src/DryIoc/DryIoc.csproj | 8 +++++++- 7 files changed, 31 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ee609e3a..cb3dea1c 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.3.3) :: [Previous Versions](/~https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) +- [Release Notes](/~https://github.com/dadhi/DryIoc/releases/tag/v5.3.4) :: [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 ddb9075f..04a41064 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ image: - Ubuntu - macOS -version: 5.3.3-build-{build} +version: 5.3.4-build-{build} test: off diff --git a/build/NuGetPublish.bat b/build/NuGetPublish.bat index 41da9c19..21218706 100644 --- a/build/NuGetPublish.bat +++ b/build/NuGetPublish.bat @@ -4,9 +4,9 @@ set PACKAGES=..\.dist\packages set SOURCE=https://api.nuget.org/v3/index.json set /p APIKEY=<"..\..\ApiKey.txt" -dotnet nuget push "%PACKAGES%\DryIoc.dll.5.3.3.nupkg" -k %APIKEY% -s %SOURCE% -dotnet nuget push "%PACKAGES%\DryIoc.5.3.3.nupkg" -k %APIKEY% -s %SOURCE% -dotnet nuget push "%PACKAGES%\DryIoc.Internal.5.3.3.nupkg" -k %APIKEY% -s %SOURCE% +dotnet nuget push "%PACKAGES%\DryIoc.dll.5.3.4.nupkg" -k %APIKEY% -s %SOURCE% +dotnet nuget push "%PACKAGES%\DryIoc.5.3.4.nupkg" -k %APIKEY% -s %SOURCE% +dotnet nuget push "%PACKAGES%\DryIoc.Internal.5.3.4.nupkg" -k %APIKEY% -s %SOURCE% dotnet nuget push "%PACKAGES%\DryIoc.Microsoft.DependencyInjection.6.1.1.nupkg" -k %APIKEY% -s %SOURCE% dotnet nuget push "%PACKAGES%\DryIoc.Microsoft.DependencyInjection.src.6.1.1.nupkg" -k %APIKEY% -s %SOURCE% diff --git a/docs/DryIoc.Docs/VersionHistory.md b/docs/DryIoc.Docs/VersionHistory.md index b2772494..b53a5ad4 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,11 @@ Version History --------------- +## v5.3.4 Bug-fix release / 2023-03-13 + +- fixed: #559 Possible inconsistent behaviour of resolving collection of services opening resolution scope +- fixed: #560 Fix GetWrappedType implementation(s) to not return null + ## v5.3.3 Bug-fix release / 2023-02-23 - fixed: #555 Is there anyway to apply ConcreteTypeDynamicRegistrations to Rules.MicrosoftDependencyInjectionRules diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index bd3d36c3..57339a55 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 5.3.3 + 5.3.4 Maksim Volkau Copyright © 2013-2023 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.3.3 + 5.3.4 Maksim Volkau Copyright © 2013-2023 Maksim Volkau /~https://github.com/dadhi/DryIoc @@ -14,6 +14,12 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory net45;netstandard2.0;netstandard2.1 DryIoc - 5.3.3 + 5.3.4 $(Product) @@ -15,6 +15,12 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools