PortablePrism.Portable 1.0.1
Microsoft PRISM 4.1 ported to Portable Class Library and Microsoft.Composition. Namespaces are not changed for convenience.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>PortablePrism.Portable</id>
<version>1.0.1</version>
<title>Portable PRISM - Portable</title>
<authors>Andrii Chebukin</authors>
<owners>XperiAndri</owners>
<projectUrl>https://github.com/xperiandri/PortablePrism</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Microsoft PRISM 4.1 ported to Portable Class Library and Microsoft.Composition.
Namespaces are not changed for convenience.</description>
<summary>Portable part of Portable PRISM.</summary>
<releaseNotes>Fixed issues with contracts assembly by setting option to NotBuild.
Fixed Summary and Description.</releaseNotes>
<tags>PRISM, PCL, Portable, MVVM</tags>
<dependencies>
<dependency id="Portable.CommonServiceLocator" version="1.2.2" />
</dependencies>
</metadata>
</package>