Skip to content

Commit

Permalink
relesing new MEF v7 extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Apr 11, 2022
1 parent 21d2eb0 commit 097c575
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
11 changes: 8 additions & 3 deletions nuspecs/DryIoc.MefAttributedModel.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DryIoc.MefAttributedModel</id>
<version>7.0.0-preview-01</version>
<version>7.0.0</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2013-2021 Maksim Volkau</copyright>
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
<license type="expression">MIT</license>
<icon>logo.png</icon>
Expand All @@ -15,9 +15,14 @@
<![CDATA[
## v7.0.0
Improving:
- Depending on DryIoc v5.0.0 and all its goodies
- Better performance and less memory allocations
Breaking:
- Removing PCL and .NET 3.5, .NET 4.0 targets
- Removing old PCL and .NET 3.5, .NET 4.0, NET Standard 1.0-1.3 targets
]]>
</releaseNotes>
Expand Down
6 changes: 3 additions & 3 deletions nuspecs/DryIocAttributes.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>DryIocAttributes</id>
<version>7.0.0-preview-01</version>
<version>7.0.0</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2013-2021 Maksim Volkau</copyright>
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
<license type="expression">MIT</license>
<icon>logo.png</icon>
Expand All @@ -17,7 +17,7 @@
Breaking:
- Removing PCL and .NET 3.5, .NET 4.0 targets
- Removing old PCL and .NET 3.5, .NET 4.0, NET Standard 1.0-1.3 targets
]]></releaseNotes>
<contentFiles>
Expand Down
11 changes: 9 additions & 2 deletions src/DryIoc.MefAttributedModel/DryIoc.MefAttributedModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<Product>DryIoc.MefAttributedModel</Product>
<VersionPrefix>7.0.0</VersionPrefix>
<VersionSuffix>preview-01</VersionSuffix>
<VersionSuffix></VersionSuffix>

<AssemblyName>$(Product)</AssemblyName>
<AssemblyTitle>$(AssemblyName) $(TargetFramework)</AssemblyTitle>
Expand All @@ -17,7 +17,14 @@
<![CDATA[
v7.0.0:
- Keeping net45;netstandard2.0 targets only
Improving:
- Depending on DryIoc v5.0.0 and all its goodies
- Better performance and less memory allocations
Breaking:
- Removing old PCL and .NET 3.5, .NET 4.0, NET Standard 1.0-1.3 targets
]]>
</PackageReleaseNotes>
Expand Down
7 changes: 4 additions & 3 deletions src/DryIocAttributes/DryIocAttributes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<Product>DryIocAttributes</Product>
<VersionPrefix>7.0.0</VersionPrefix>
<VersionSuffix>preview-01</VersionSuffix>
<VersionSuffix></VersionSuffix>

<AssemblyName>$(Product)</AssemblyName>
<AssemblyTitle>$(AssemblyName) $(TargetFramework)</AssemblyTitle>
Expand All @@ -15,10 +15,11 @@
<PackageTags>MEF Attributes Attributed-Model Composition IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</PackageTags>
<PackageReleaseNotes>
<![CDATA[
## v7.0.0
- Keep the .NET 4.5 and .NET Standard 2.0 targets only
Breaking:
- Removing old PCL and .NET 3.5, .NET 4.0, NET Standard 1.0-1.3 targets
]]>
</PackageReleaseNotes>
Expand Down

0 comments on commit 097c575

Please sign in to comment.