We have merged the .net 3.5 and Silverlight 3 into a single zip. The bin folder contains the binaries for .net 3.5 whereas bin\SL contains the binaries for Silverlight 3. Accordingly, there are two solutions files.
- PartIntializer renamed to CompositionInitializer (Silverlight only)
- Brought back DeploymentCatalog/Package classes (Silverlight only)
- PartCreator renamed to ExportFactory<T> and moved to System.ComponentModel.Composition.Initialization assembly (Silverlight only)
- Bug fixes
- More samples added