Skip to content

Commit 93402ac

Browse files
author
maximv
committed
releasing DryIoc.Microsoft.DependencyInjection v4.1.0
1 parent 738f478 commit 93402ac

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

nuspecs/DryIoc.Microsoft.DependencyInjection.src.nuspec

Lines changed: 8 additions & 3 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>4.0.0</version>
5+
<version>4.1.0</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2013-2020 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
@@ -13,6 +13,11 @@
1313
<tags>DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</tags>
1414
<releaseNotes>
1515
<![CDATA[
16+
## v4.1.0
17+
18+
- fixed: Applying Microsoft.DependencyInjection rules the passed DryIoc container with modified Rules.
19+
- added: Upping dependency versions to DryIoc v4.3.0 and Microsoft.Extensions.DependencyInjection.Abstractions 3.1.6
20+
1621
## v4.0.0
1722
1823
- removed: .NET Standard 1.0 target
@@ -22,8 +27,8 @@
2227
</releaseNotes>
2328
<dependencies>
2429
<group>
25-
<dependency id="DryIoc" version="4.1.3" />
26-
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.3" />
30+
<dependency id="DryIoc" version="4.3.0" />
31+
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.6" />
2732
</group>
2833
</dependencies>
2934
<contentFiles>

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

Lines changed: 7 additions & 2 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>4.0.0</VersionPrefix>
6+
<VersionPrefix>4.1.0</VersionPrefix>
77
<VersionSuffix></VersionSuffix>
88

99
<AssemblyName>$(Product)</AssemblyName>
@@ -15,6 +15,11 @@
1515
<PackageTags>DryIoc;Dependency Injection;DI;IoC;Asp;AspNet;vNext;AspNetCore;NetCore</PackageTags>
1616
<PackageReleaseNotes>
1717
<![CDATA[
18+
## v4.1.0
19+
20+
- fixed: Applying Microsoft.DependencyInjection rules the passed DryIoc container with modified Rules.
21+
- added: Upping dependency versions to DryIoc v4.3.0 and Microsoft.Extensions.DependencyInjection.Abstractions 3.1.6
22+
1823
## v4.0.0
1924
2025
- removed: .NET Standard 1.0 target
@@ -29,6 +34,6 @@
2934
</ItemGroup>
3035

3136
<ItemGroup>
32-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.3" />
37+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.6" />
3338
</ItemGroup>
3439
</Project>

0 commit comments

Comments
 (0)