diff --git a/README.md b/README.md index ddc23ffa..4fb1ddd6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,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.4) :: [Previous Versions](/~https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md) +- [Release Notes](/~https://github.com/dadhi/DryIoc/releases/tag/v5.4.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 46c19b66..bb21f02e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ image: - Ubuntu - macOS -version: 5.4.0-preview-02-{build} +version: 5.4.0-{build} test: off diff --git a/docs/DryIoc.Docs/VersionHistory.md b/docs/DryIoc.Docs/VersionHistory.md index b53a5ad4..87a28221 100644 --- a/docs/DryIoc.Docs/VersionHistory.md +++ b/docs/DryIoc.Docs/VersionHistory.md @@ -1,6 +1,16 @@ Version History --------------- +## v5.4.0 Small feature and bug-fix release / 2023-05-01 + +- added: #572 Add DryIoc targets for NET 6.0, NET 7.0 +- added: #571 Add the rule for the injection of C#11 required properties via the rule PropertiesAndFields.RequiredProperties +- added: #544 Add .NET 7 target and up MS dependency version for DryIoc.MS.DI +- added: #565 Add ScopeName.Of to simplify the custom scope name matching logic +- fixed: #116 DryIoc Resolve with decorators goes wrong for parallel execution +- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package +- fixed: #567 Using DryIoc causes Blazor to crash + ## v5.3.4 Bug-fix release / 2023-03-13 - fixed: #559 Possible inconsistent behaviour of resolving collection of services opening resolution scope diff --git a/nuspecs/DryIoc.Internal.nuspec b/nuspecs/DryIoc.Internal.nuspec index 57339a55..75d34276 100644 --- a/nuspecs/DryIoc.Internal.nuspec +++ b/nuspecs/DryIoc.Internal.nuspec @@ -2,7 +2,7 @@ DryIoc.Internal - 5.3.4 + 5.4.0 Maksim Volkau Copyright © 2013-2023 Maksim Volkau /~https://github.com/dadhi/DryIoc @@ -14,6 +14,17 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory DryIoc.Microsoft.DependencyInjection.src - 6.1.1 + 6.2.0 Maksim Volkau Copyright © 2013-2023 Maksim Volkau /~https://github.com/dadhi/DryIoc @@ -13,6 +13,14 @@ DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore DryIoc - 5.3.4 + 5.4.0 Maksim Volkau Copyright © 2013-2023 Maksim Volkau /~https://github.com/dadhi/DryIoc @@ -14,6 +14,17 @@ IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory netstandard2.0;net6.0;net7.0 DryIoc.Microsoft.DependencyInjection - 6.2.0-preview-01 + 6.2.0 $(Product) @@ -17,8 +17,10 @@ net45;netstandard2.0;netstandard2.1;net6.0;net7.0 DryIoc - 5.4.0-preview-01 + 5.4.0 $(Product) @@ -17,7 +17,13 @@