Skip to content

Commit 313ef86

Browse files
committed
release DryIoc v5.4.0 and DryIoc.MS.DI v6.2.0
1 parent b8d8b1b commit 313ef86

8 files changed

+57
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DryIoc is fast, small, full-featured IoC Container for .NET
2828
- __DryIoc__ (source code) [![NuGet Badge](https://buildstats.info/nuget/DryIoc)](https://www.nuget.org/packages/DryIoc)
2929
- __DryIoc.Internal__ (source code with public types made internal) [![NuGet Badge](https://buildstats.info/nuget/DryIoc.Internal)](https://www.nuget.org/packages/DryIoc.Internal)
3030

31-
- [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)
31+
- [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)
3232
- [Extensions and Companions](Extensions.md)
3333
- [Live Documentation][WikiHome] created with [CsToMd](https://github.com/dadhi/CsToMd)
3434
- [Contribution guide](CONTRIBUTING.md)

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image:
33
- Ubuntu
44
- macOS
55

6-
version: 5.4.0-preview-02-{build}
6+
version: 5.4.0-{build}
77

88
test: off
99

docs/DryIoc.Docs/VersionHistory.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Version History
22
---------------
33

4+
## v5.4.0 Small feature and bug-fix release / 2023-05-01
5+
6+
- added: #572 Add DryIoc targets for NET 6.0, NET 7.0
7+
- added: #571 Add the rule for the injection of C#11 required properties via the rule PropertiesAndFields.RequiredProperties
8+
- added: #544 Add .NET 7 target and up MS dependency version for DryIoc.MS.DI
9+
- added: #565 Add ScopeName.Of to simplify the custom scope name matching logic
10+
- fixed: #116 DryIoc Resolve with decorators goes wrong for parallel execution
11+
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
12+
- fixed: #567 Using DryIoc causes Blazor to crash
13+
414
## v5.3.4 Bug-fix release / 2023-03-13
515

616
- fixed: #559 Possible inconsistent behaviour of resolving collection of services opening resolution scope

nuspecs/DryIoc.Internal.nuspec

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="3.3.0">
44
<id>DryIoc.Internal</id>
5-
<version>5.3.4</version>
5+
<version>5.4.0</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
@@ -14,6 +14,17 @@
1414
<tags>IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</tags>
1515
<releaseNotes>
1616
<![CDATA[
17+
## v5.4.0 Small feature and bug-fix release
18+
19+
- added: #572 Add DryIoc targets for NET 6.0, NET 7.0
20+
- added: #571 Add the rule for the injection of C#11 required properties via the rule PropertiesAndFields.RequiredProperties
21+
- added: #544 Add .NET 7 target and up MS dependency version for DryIoc.MS.DI
22+
- added: #565 Add ScopeName.Of to simplify the custom scope name matching logic
23+
- fixed: #116 DryIoc Resolve with decorators goes wrong for parallel execution
24+
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
25+
- fixed: #567 Using DryIoc causes Blazor to crash
26+
27+
1728
## v5.3.4 Bug-fix release
1829
1930
- fixed: #559 Possible inconsistent behaviour of resolving collection of services opening resolution scope

nuspecs/DryIoc.Microsoft.DependencyInjection.src.nuspec

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>DryIoc.Microsoft.DependencyInjection.src</id>
5-
<version>6.1.1</version>
5+
<version>6.2.0</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
@@ -13,6 +13,14 @@
1313
<tags>DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</tags>
1414
<releaseNotes>
1515
<![CDATA[
16+
## v6.2.0
17+
18+
- updated DryIoc to v5.4.0
19+
- added: NET 6.0, NET 7.0 and MS.Ext.DI.Abstractions 7.0 support
20+
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
21+
- fixed: #567 Using DryIoc causes Blazor to crash
22+
23+
1624
## v6.1.1
1725
1826
- fixed: #555 Avoiding cloning the container that already has the MicrosoftDependencyInjectionRules and RegistrySharing.Share

nuspecs/DryIoc.nuspec

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="3.3.0">
44
<id>DryIoc</id>
5-
<version>5.3.4</version>
5+
<version>5.4.0</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
@@ -14,6 +14,17 @@
1414
<tags>IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</tags>
1515
<releaseNotes>
1616
<![CDATA[
17+
## v5.4.0 Small feature and bug-fix release
18+
19+
- added: #572 Add DryIoc targets for NET 6.0, NET 7.0
20+
- added: #571 Add the rule for the injection of C#11 required properties via the rule PropertiesAndFields.RequiredProperties
21+
- added: #544 Add .NET 7 target and up MS dependency version for DryIoc.MS.DI
22+
- added: #565 Add ScopeName.Of to simplify the custom scope name matching logic
23+
- fixed: #116 DryIoc Resolve with decorators goes wrong for parallel execution
24+
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
25+
- fixed: #567 Using DryIoc causes Blazor to crash
26+
27+
1728
## v5.3.4 Bug-fix release
1829
1930
- fixed: #559 Possible inconsistent behaviour of resolving collection of services opening resolution scope

src/DryIoc.Microsoft.DependencyInjection/DryIoc.Microsoft.DependencyInjection.csproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
44

55
<Product>DryIoc.Microsoft.DependencyInjection</Product>
6-
<VersionPrefix>6.2.0-preview-01</VersionPrefix>
6+
<VersionPrefix>6.2.0</VersionPrefix>
77
<VersionSuffix></VersionSuffix>
88

99
<AssemblyName>$(Product)</AssemblyName>
@@ -17,8 +17,10 @@
1717
<![CDATA[
1818
## v6.2.0
1919
20-
- added: .NET 7.0 and MS.Ext.DI.Abstractions 7.0 support
20+
- added: NET 6.0, NET 7.0 and MS.Ext.DI.Abstractions 7.0 support
2121
- updated DryIoc to v5.4.0
22+
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
23+
- fixed: #567 Using DryIoc causes Blazor to crash
2224
2325
2426
## v6.1.1

src/DryIoc/DryIoc.csproj

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>net45;netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks>
44

55
<Product>DryIoc</Product>
6-
<VersionPrefix>5.4.0-preview-01</VersionPrefix>
6+
<VersionPrefix>5.4.0</VersionPrefix>
77
<VersionSuffix></VersionSuffix>
88

99
<AssemblyName>$(Product)</AssemblyName>
@@ -17,7 +17,13 @@
1717
<![CDATA[
1818
## v5.4.0 Small feature and bug-fix release
1919
20-
- todo: @wip
20+
- added: #572 Add DryIoc targets for NET 6.0, NET 7.0
21+
- added: #571 Add the rule for the injection of C#11 required properties via the rule PropertiesAndFields.RequiredProperties
22+
- added: #544 Add .NET 7 target and up MS dependency version for DryIoc.MS.DI
23+
- added: #565 Add ScopeName.Of to simplify the custom scope name matching logic
24+
- fixed: #116 DryIoc Resolve with decorators goes wrong for parallel execution
25+
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
26+
- fixed: #567 Using DryIoc causes Blazor to crash
2127
2228
2329
## v5.3.4 Bug-fix release

0 commit comments

Comments
 (0)