File tree 2 files changed +15
-5
lines changed
src/DryIoc.Microsoft.DependencyInjection 2 files changed +15
-5
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 >4.0 .0</version >
5
+ <version >4.1 .0</version >
6
6
<authors >Maksim Volkau</authors >
7
7
<copyright >Copyright © 2013-2020 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
+ ## 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
+
16
21
## v4.0.0
17
22
18
23
- removed: .NET Standard 1.0 target
22
27
</releaseNotes >
23
28
<dependencies >
24
29
<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 " />
27
32
</group >
28
33
</dependencies >
29
34
<contentFiles >
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 >4.0 .0</VersionPrefix >
6
+ <VersionPrefix >4.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
+ ## 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
+
18
23
## v4.0.0
19
24
20
25
- removed: .NET Standard 1.0 target
29
34
</ItemGroup >
30
35
31
36
<ItemGroup >
32
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.3 " />
37
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.6 " />
33
38
</ItemGroup >
34
39
</Project >
You can’t perform that action at this time.
0 commit comments