From a6596a3b9e7873e489407275ff97baa0643b5761 Mon Sep 17 00:00:00 2001 From: dadhi Date: Tue, 23 Aug 2022 13:50:39 +0200 Subject: [PATCH] Releasing v5.2.2 --- README.md | 2 +- docs/DryIoc.Docs/VersionHistory.md | 4 ++++ nuspecs/DryIoc.Internal.nuspec | 7 ++++++- nuspecs/DryIoc.nuspec | 7 ++++++- src/DryIoc/DryIoc.csproj | 5 +++++ 5 files changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8f80bbd..6c6a7bff 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.2.1) :: [Previous Versions](https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) +- [Release Notes](https://github.com/dadhi/DryIoc/releases/tag/v5.2.2) :: [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/docs/DryIoc.Docs/VersionHistory.md b/docs/DryIoc.Docs/VersionHistory.md index 047d5a37..a34cee64 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,10 @@ Version History --------------- +## v5.2.2 Bug-fix release / 2022-08-23 + +-fixed: #519 Exception thrown when using WebOptimizer in ASP.NET Core MVC + ## v5.2.1 Bug-fix release / 2022-08-09 -fixed: #516 Singleton Decorator to Scoped base shouldn't work, but does diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index f2f41a40..55ad8ae7 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 5.2.1 + 5.2.2 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 DryIoc - 5.2.1 + 5.2.2 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 IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools