Skip to content

Commit

Permalink
fixed: #520
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Aug 23, 2022
1 parent 72bcf20 commit b8a83e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 30 deletions.
21 changes: 6 additions & 15 deletions 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.0.2</version>
<version>6.1.0</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
Expand All @@ -13,27 +13,18 @@
<tags>DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</tags>
<releaseNotes>
<![CDATA[
## v6.0.2
- fixed: #479 IServiceScopeFactory should be a singleton; service scopes should not be nested
- updated to DryIoc v5.0.2
## v6.1.0
## v6.0.1
- Fixed the dependencies versions in the source package
## v6.0.0
- Depends on the DryIoc v5
- Depends on the Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0
- Provides the implementation of IServiceProviderIsService
- Provides the implementation of ISupportRequiredService
- added: RegisterDesciptor overload with IfAlreadyRegistered and optional serviceKey argument
- fixed: Using the explicit IfAlreadyRegistered.AppendNotKeyed for default RegisterDesciptor in Populate and WithDependencyInjectionAdapter methods
- fixed: #520 WithDependencyInjectionAdapter / Populate do not work with Default IfAlreadyRegistered.Replace
]]>
</releaseNotes>
<dependencies>
<group>
<dependency id="DryIoc" version="5.0.2" />
<dependency id="DryIoc" version="5.2.2" />
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" />
</group>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>

<Product>DryIoc.Microsoft.DependencyInjection</Product>
<VersionPrefix>6.0.2</VersionPrefix>
<VersionPrefix>6.1.0</VersionPrefix>
<VersionSuffix></VersionSuffix>

<AssemblyName>$(Product)</AssemblyName>
Expand All @@ -15,21 +15,11 @@
<PackageTags>DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</PackageTags>
<PackageReleaseNotes>
<![CDATA[
## v6.0.2
## v6.1.0
- fixed: #479 IServiceScopeFactory should be a singleton; service scopes should not be nested
- updated to DryIoc v5.0.2
## v6.0.1
- Fixed the dependencies versions in the source package, but upping the version here to be consistent
## v6.0.0
- Depends on the DryIoc v5.0.0
- Depends on the Microsoft.Extensions.DependencyInjection.Abstractions v6.0.0
- Provides the implementation of IServiceProviderIsService
- Provides the implementation of ISupportRequiredService
- added: RegisterDesciptor overload with IfAlreadyRegistered and optional serviceKey argument
- fixed: Using the explicit IfAlreadyRegistered.AppendNotKeyed for default RegisterDesciptor in Populate and WithDependencyInjectionAdapter methods
- fixed: #520 WithDependencyInjectionAdapter / Populate do not work with Default IfAlreadyRegistered.Replace
]]>
</PackageReleaseNotes>
Expand Down

0 comments on commit b8a83e8

Please sign in to comment.