Skip to content

Commit a1c6d4f

Browse files
committed
Improve after feedback
1 parent aceb402 commit a1c6d4f

File tree

1 file changed

+3
-2
lines changed
  • src/libraries/System.Composition.AttributedModel/src

1 file changed

+3
-2
lines changed

src/libraries/System.Composition.AttributedModel/src/PACKAGE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- A description of the package and where one can find more documentation -->
44

5-
`System.Composition.AttributedModel` is part of the Managed Extensibility Framework (MEF) 2.0, a composition library for .NET that enables dependency injection through attributes.
5+
`System.Composition.AttributedModel` is part of the Managed Extensibility Framework (MEF) 2.0, a composition library for .NET that enables dependency injection through attributes or conventions.
66

77
This package provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata.
88
It is used to mark classes, properties, methods, and constructors for MEF's discovery and composition process.
@@ -119,13 +119,14 @@ The main types provided by this library are:
119119

120120
<!-- Links to further documentation. Remove conceptual documentation if not available for the library. -->
121121

122-
* [API documentation](https://learn.microsoft.com/dotnet/api/system.composition.attributedmodel)
122+
* [API documentation](https://learn.microsoft.com/dotnet/api/system.composition)
123123
* [Managed Extensibility Framework (MEF)](https://learn.microsoft.com/dotnet/framework/mef/)
124124

125125
## Related Packages
126126

127127
<!-- The related packages associated with this package -->
128128

129+
* [System.Composition](https://www.nuget.org/packages/System.Composition)
129130
* [System.Composition.Convention](https://www.nuget.org/packages/System.Composition.Convention)
130131
* [System.Composition.Hosting](https://www.nuget.org/packages/System.Composition.Hosting)
131132
* [System.Composition.Runtime](https://www.nuget.org/packages/System.Composition.Runtime)

0 commit comments

Comments
 (0)