Skip to content

Commit

Permalink
release DryIoc v5.4.0 and DryIoc.MS.DI v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed May 1, 2023
1 parent b8d8b1b commit 313ef86
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:
- Ubuntu
- macOS

version: 5.4.0-preview-02-{build}
version: 5.4.0-{build}

test: off

Expand Down
10 changes: 10 additions & 0 deletions docs/DryIoc.Docs/VersionHistory.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 12 additions & 1 deletion nuspecs/DryIoc.Internal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>DryIoc.Internal</id>
<version>5.3.4</version>
<version>5.4.0</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
Expand All @@ -14,6 +14,17 @@
<tags>IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</tags>
<releaseNotes>
<![CDATA[
## v5.4.0 Small feature and bug-fix release
- 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
- fixed: #559 Possible inconsistent behaviour of resolving collection of services opening resolution scope
Expand Down
10 changes: 9 additions & 1 deletion nuspecs/DryIoc.Microsoft.DependencyInjection.src.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DryIoc.Microsoft.DependencyInjection.src</id>
<version>6.1.1</version>
<version>6.2.0</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
Expand All @@ -13,6 +13,14 @@
<tags>DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</tags>
<releaseNotes>
<![CDATA[
## v6.2.0
- updated DryIoc to v5.4.0
- added: NET 6.0, NET 7.0 and MS.Ext.DI.Abstractions 7.0 support
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
- fixed: #567 Using DryIoc causes Blazor to crash
## v6.1.1
- fixed: #555 Avoiding cloning the container that already has the MicrosoftDependencyInjectionRules and RegistrySharing.Share
Expand Down
13 changes: 12 additions & 1 deletion nuspecs/DryIoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>DryIoc</id>
<version>5.3.4</version>
<version>5.4.0</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
Expand All @@ -14,6 +14,17 @@
<tags>IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</tags>
<releaseNotes>
<![CDATA[
## v5.4.0 Small feature and bug-fix release
- 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
- fixed: #559 Possible inconsistent behaviour of resolving collection of services opening resolution scope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>

<Product>DryIoc.Microsoft.DependencyInjection</Product>
<VersionPrefix>6.2.0-preview-01</VersionPrefix>
<VersionPrefix>6.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>

<AssemblyName>$(Product)</AssemblyName>
Expand All @@ -17,8 +17,10 @@
<![CDATA[
## v6.2.0
- added: .NET 7.0 and MS.Ext.DI.Abstractions 7.0 support
- added: NET 6.0, NET 7.0 and MS.Ext.DI.Abstractions 7.0 support
- updated DryIoc to v5.4.0
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
- fixed: #567 Using DryIoc causes Blazor to crash
## v6.1.1
Expand Down
10 changes: 8 additions & 2 deletions src/DryIoc/DryIoc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>net45;netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks>

<Product>DryIoc</Product>
<VersionPrefix>5.4.0-preview-01</VersionPrefix>
<VersionPrefix>5.4.0</VersionPrefix>
<VersionSuffix></VersionSuffix>

<AssemblyName>$(Product)</AssemblyName>
Expand All @@ -17,7 +17,13 @@
<![CDATA[
## v5.4.0 Small feature and bug-fix release
- todo: @wip
- 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
Expand Down

0 comments on commit 313ef86

Please sign in to comment.