File tree Expand file tree Collapse file tree 3 files changed +8
-21
lines changed
src/DryIoc.MefAttributedModel Expand file tree Collapse file tree 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}
22os : Visual Studio 2017
33test : off
44
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
44 <id >DryIoc.MefAttributedModel</id >
5- <version >6.0.1 </version >
5+ <version >6.0.2 </version >
66 <authors >Maksim Volkau</authors >
77 <copyright >Copyright © 2013-2020 Maksim Volkau</copyright >
88 <projectUrl >https://github.com/dadhi/DryIoc</projectUrl >
1313 <tags >MEF Composition IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</tags >
1414 <releaseNotes >
1515 <![CDATA[
16+ ## v6.0.2
1617
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)
2619
2720]]>
2821 </releaseNotes >
2922 <dependencies >
3023 <group >
3124 <dependency id =" DryIoc" version =" 4.3.3" />
32- <dependency id =" DryIocAttributes" version =" 6.0.0 " />
25+ <dependency id =" DryIocAttributes" version =" 6.0.1 " />
3326 </group >
3427 </dependencies >
3528 <contentFiles >
Original file line number Diff line number Diff line change 55 <TargetFrameworks Condition =" '$(NoLegacy)' == 'true'" >net45;netstandard1.0;netstandard1.3;netstandard2.0</TargetFrameworks >
66
77 <Product >DryIoc.MefAttributedModel</Product >
8- <VersionPrefix >6.0.1 </VersionPrefix >
8+ <VersionPrefix >6.0.2 </VersionPrefix >
99 <VersionSuffix ></VersionSuffix >
1010
1111 <AssemblyName >$(Product)</AssemblyName >
1717 <PackageTags >MEF Composition IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</PackageTags >
1818 <PackageReleaseNotes >
1919<![CDATA[
20- ## v6.0.1
20+ ## v6.0.2
2121
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)
2923
3024]]>
3125 </PackageReleaseNotes >
You can’t perform that action at this time.
0 commit comments