Skip to content

Commit b8a83e8

Browse files
committed
fixed: #520
1 parent 72bcf20 commit b8a83e8

File tree

2 files changed

+11
-30
lines changed

2 files changed

+11
-30
lines changed

nuspecs/DryIoc.Microsoft.DependencyInjection.src.nuspec

Lines changed: 6 additions & 15 deletions
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.0.2</version>
5+
<version>6.1.0</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
@@ -13,27 +13,18 @@
1313
<tags>DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</tags>
1414
<releaseNotes>
1515
<![CDATA[
16-
## v6.0.2
1716
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
2018
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
3122
3223
]]>
3324
</releaseNotes>
3425
<dependencies>
3526
<group>
36-
<dependency id="DryIoc" version="5.0.2" />
27+
<dependency id="DryIoc" version="5.2.2" />
3728
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" />
3829
</group>
3930
</dependencies>

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

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
44

55
<Product>DryIoc.Microsoft.DependencyInjection</Product>
6-
<VersionPrefix>6.0.2</VersionPrefix>
6+
<VersionPrefix>6.1.0</VersionPrefix>
77
<VersionSuffix></VersionSuffix>
88

99
<AssemblyName>$(Product)</AssemblyName>
@@ -15,21 +15,11 @@
1515
<PackageTags>DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</PackageTags>
1616
<PackageReleaseNotes>
1717
<![CDATA[
18-
## v6.0.2
18+
## v6.1.0
1919
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
3323
3424
]]>
3525
</PackageReleaseNotes>

0 commit comments

Comments
 (0)