File tree Expand file tree Collapse file tree 2 files changed +11
-30
lines changed
src/DryIoc.Microsoft.DependencyInjection Expand file tree Collapse file tree 2 files changed +11
-30
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >DryIoc.Microsoft.DependencyInjection.src</id >
5
- <version >6.0.2 </version >
5
+ <version >6.1.0 </version >
6
6
<authors >Maksim Volkau</authors >
7
7
<copyright >Copyright © 2013-2022 Maksim Volkau</copyright >
8
8
<projectUrl >https://github.com/dadhi/DryIoc</projectUrl >
13
13
<tags >DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</tags >
14
14
<releaseNotes >
15
15
<![CDATA[
16
- ## v6.0.2
17
16
18
- - fixed: #479 IServiceScopeFactory should be a singleton; service scopes should not be nested
19
- - updated to DryIoc v5.0.2
17
+ ## v6.1.0
20
18
21
- ## v6.0.1
22
-
23
- - Fixed the dependencies versions in the source package
24
-
25
- ## v6.0.0
26
-
27
- - Depends on the DryIoc v5
28
- - Depends on the Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0
29
- - Provides the implementation of IServiceProviderIsService
30
- - Provides the implementation of ISupportRequiredService
19
+ - added: RegisterDesciptor overload with IfAlreadyRegistered and optional serviceKey argument
20
+ - fixed: Using the explicit IfAlreadyRegistered.AppendNotKeyed for default RegisterDesciptor in Populate and WithDependencyInjectionAdapter methods
21
+ - fixed: #520 WithDependencyInjectionAdapter / Populate do not work with Default IfAlreadyRegistered.Replace
31
22
32
23
]]>
33
24
</releaseNotes >
34
25
<dependencies >
35
26
<group >
36
- <dependency id =" DryIoc" version =" 5.0 .2" />
27
+ <dependency id =" DryIoc" version =" 5.2 .2" />
37
28
<dependency id =" Microsoft.Extensions.DependencyInjection.Abstractions" version =" 6.0.0" />
38
29
</group >
39
30
</dependencies >
Original file line number Diff line number Diff line change 3
3
<TargetFrameworks >netstandard2.0</TargetFrameworks >
4
4
5
5
<Product >DryIoc.Microsoft.DependencyInjection</Product >
6
- <VersionPrefix >6.0.2 </VersionPrefix >
6
+ <VersionPrefix >6.1.0 </VersionPrefix >
7
7
<VersionSuffix ></VersionSuffix >
8
8
9
9
<AssemblyName >$(Product)</AssemblyName >
15
15
<PackageTags >DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</PackageTags >
16
16
<PackageReleaseNotes >
17
17
<![CDATA[
18
- ## v6.0.2
18
+ ## v6.1.0
19
19
20
- - fixed: #479 IServiceScopeFactory should be a singleton; service scopes should not be nested
21
- - updated to DryIoc v5.0.2
22
-
23
- ## v6.0.1
24
-
25
- - Fixed the dependencies versions in the source package, but upping the version here to be consistent
26
-
27
- ## v6.0.0
28
-
29
- - Depends on the DryIoc v5.0.0
30
- - Depends on the Microsoft.Extensions.DependencyInjection.Abstractions v6.0.0
31
- - Provides the implementation of IServiceProviderIsService
32
- - Provides the implementation of ISupportRequiredService
20
+ - added: RegisterDesciptor overload with IfAlreadyRegistered and optional serviceKey argument
21
+ - fixed: Using the explicit IfAlreadyRegistered.AppendNotKeyed for default RegisterDesciptor in Populate and WithDependencyInjectionAdapter methods
22
+ - fixed: #520 WithDependencyInjectionAdapter / Populate do not work with Default IfAlreadyRegistered.Replace
33
23
34
24
]]>
35
25
</PackageReleaseNotes >
You can’t perform that action at this time.
0 commit comments