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.
19 lines
825 B
XML
19 lines
825 B
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Prism.UnityExtensions</id>
|
|
<version>4.1.0.0</version>
|
|
<authors>Microsoft patterns & practices</authors>
|
|
<owners>Microsoft patterns & 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 Unity.</description>
|
|
<summary>Unity extensions for Prism.</summary>
|
|
<language>en-US</language>
|
|
<dependencies>
|
|
<dependency id="Unity" version="2.1" />
|
|
<dependency id="Prism" version="4.1" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |