File tree 3 files changed +8
-21
lines changed
src/DryIoc.MefAttributedModel
3 files changed +8
-21
lines changed Original file line number Diff line number Diff line change 1
- version : 4.5.0 -preview-01-b{build}
1
+ version : 4.5.1 -preview-01-b{build}
2
2
os : Visual Studio 2017
3
3
test : off
4
4
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.MefAttributedModel</id >
5
- <version >6.0.1 </version >
5
+ <version >6.0.2 </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 >MEF Composition IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</tags >
14
14
<releaseNotes >
15
15
<![CDATA[
16
+ ## v6.0.2
16
17
17
- ## v6.0.1
18
-
19
- - uses ContainerException changes from the DryIoc v4.3.3
20
-
21
- ## v6.0.0
22
-
23
- - Using the System.ComponentModel.Composition (netstandard2.0+ and netcoreapp2.0+) NuGet package instead of framework assembly reference
24
- - fixed: #306 Update DryIocAttributes for the .Net Core v3.1
25
- - fixed: #307 [DI.MEF] Lift up the requirement for the Export attribute for RegisterExports
18
+ - The referenced DryIocAttributes is updated to v6.0.1 (because some types are now used from the System.ComponentModel.Composition package)
26
19
27
20
]]>
28
21
</releaseNotes >
29
22
<dependencies >
30
23
<group >
31
24
<dependency id =" DryIoc" version =" 4.3.3" />
32
- <dependency id =" DryIocAttributes" version =" 6.0.0 " />
25
+ <dependency id =" DryIocAttributes" version =" 6.0.1 " />
33
26
</group >
34
27
</dependencies >
35
28
<contentFiles >
Original file line number Diff line number Diff line change 5
5
<TargetFrameworks Condition =" '$(NoLegacy)' == 'true'" >net45;netstandard1.0;netstandard1.3;netstandard2.0</TargetFrameworks >
6
6
7
7
<Product >DryIoc.MefAttributedModel</Product >
8
- <VersionPrefix >6.0.1 </VersionPrefix >
8
+ <VersionPrefix >6.0.2 </VersionPrefix >
9
9
<VersionSuffix ></VersionSuffix >
10
10
11
11
<AssemblyName >$(Product)</AssemblyName >
17
17
<PackageTags >MEF Composition IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</PackageTags >
18
18
<PackageReleaseNotes >
19
19
<![CDATA[
20
- ## v6.0.1
20
+ ## v6.0.2
21
21
22
- - uses ContainerException changes from the DryIoc v4.3.3
23
-
24
- ## v6.0.0
25
-
26
- - Using the System.ComponentModel.Composition (netstandard2.0+ and netcoreapp2.0+) NuGet package instead of framework assembly reference
27
- - fixed: #306 Update DryIocAttributes for the .Net Core v3.1
28
- - fixed: #307 [DI.MEF] Lift up the requirement for the Export attribute for RegisterExports
22
+ - The referenced DryIocAttributes is updated to v6.0.1 (because some types are now used from the System.ComponentModel.Composition package)
29
23
30
24
]]>
31
25
</PackageReleaseNotes >
You can’t perform that action at this time.
0 commit comments