Skip to content

Commit 4b2e736

Browse files
author
maximv
committed
fixed #339 and releasing DryIoc.MefAttributedModel v6.0.2
1 parent d35dbce commit 4b2e736

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.5.0-preview-01-b{build}
1+
version: 4.5.1-preview-01-b{build}
22
os: Visual Studio 2017
33
test: off
44

nuspecs/DryIoc.MefAttributedModel.nuspec

+4-11
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.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>
@@ -13,23 +13,16 @@
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>

src/DryIoc.MefAttributedModel/DryIoc.MefAttributedModel.csproj

+3-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -17,15 +17,9 @@
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>

0 commit comments

Comments
 (0)