You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
845 B
Plaintext

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Prism.MEFExtensions</id>
<version>4.1.0.0</version>
<authors>Microsoft patterns &amp; practices</authors>
<owners>Microsoft patterns &amp; practices</owners>
<licenseUrl>http://compositewpf.codeplex.com/license</licenseUrl>
<projectUrl>http://prism.codeplex.com</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Use these extensions to Prism.Core to build Prism applications based on the Managed Extensibility Framework (MEF).</description>
<summary>Managed Extensibility Framework (MEF) extensions for Prism.</summary>
<language>en-US</language>
<dependencies>
<dependency id="Prism" version="4.1" />
</dependencies>
</metadata>
</package>