diff --git a/Source/nuspecs/NugetPack.cmd b/Source/nuspecs/NugetPack.cmd
new file mode 100644
index 0000000000..30ee28c6a6
--- /dev/null
+++ b/Source/nuspecs/NugetPack.cmd
@@ -0,0 +1,10 @@
+nuget pack Prism.Core.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
+nuget pack Prism.Wpf.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
+nuget pack Prism.Windows.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
+nuget pack Prism.Forms.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
+
+nuget pack Prism.Autofac.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
+nuget pack Prism.Unity.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
+nuget pack Prism.Ninject.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
+nuget pack Prism.Mef.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
+nuget pack Prism.StructureMap.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Autofac.Windows.nuspec b/Source/nuspecs/Prism.Autofac.Windows.nuspec
deleted file mode 100644
index 5fe2b27402..0000000000
--- a/Source/nuspecs/Prism.Autofac.Windows.nuspec
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- Prism.Autofac.Windows
- 6.0.0-prerelease001
- Autofac for Prism 6 UWP
- Brian Lagunas, Brian Noyes
- Brian Lagunas, Brian Noyes
- https://github.com/PrismLibrary/Prism/blob/master/LICENSE
- http://prismlibrary.com/
- false
- Use these extensions to build Prism 6 Windows 10 UWP applications based on Autofac.
- Autofac extensions for Prism 6 Windows 10 UWP.
-
-
- prism mvvm uwp uap xaml autofac
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Autofac.nuspec b/Source/nuspecs/Prism.Autofac.nuspec
new file mode 100644
index 0000000000..c31e38fa10
--- /dev/null
+++ b/Source/nuspecs/Prism.Autofac.nuspec
@@ -0,0 +1,43 @@
+
+
+
+ Prism.Autofac
+ $version$
+ Autofac for Prism 6
+ Brian Lagunas,Brian Noyes
+ https://github.com/PrismLibrary/Prism/blob/master/LICENSE
+ http://prismlibrary.com/
+ http://prismlibrary.github.io/images/prism-logo-graphic-128.png
+ false
+ Use these extensions to build Prism applications based on Autofac.
+ Autofac extensions for Prism 6.
+ $notes$
+ en-US
+ prism mvvm uwp uap xaml autofac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Core.nuspec b/Source/nuspecs/Prism.Core.nuspec
new file mode 100644
index 0000000000..f773d1b1ea
--- /dev/null
+++ b/Source/nuspecs/Prism.Core.nuspec
@@ -0,0 +1,29 @@
+
+
+
+ Prism.Core
+ $version$
+ Prism 6
+ Brian Lagunas, Brian Noyes
+ Brian Lagunas, Brian Noyes
+ https://github.com/PrismLibrary/Prism/blob/master/LICENSE
+ http://prismlibrary.com/
+ http://prismlibrary.github.io/images/prism-logo-graphic-128.png
+ false
+ Prism 6 is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.
+ Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable applications.
+ $notes$
+ en-US
+ prism wpf xamarin mvvm uwp uap xaml
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Forms.nuspec b/Source/nuspecs/Prism.Forms.nuspec
new file mode 100644
index 0000000000..31b9780ae9
--- /dev/null
+++ b/Source/nuspecs/Prism.Forms.nuspec
@@ -0,0 +1,51 @@
+
+
+
+ Prism.Forms
+ $version$
+ Prism for Xamarin.Forms
+ Brian Lagunas
+ Brian Lagunas
+ https://github.com/PrismLibrary/Prism/blob/master/LICENSE
+ http://prismlibrary.com/
+ http://prismlibrary.github.io/images/prism-logo-graphic-128.png
+ false
+ This is an early preview of Prism for Xamarin.Forms. Please let us know what you think. Your feedback will be greatly appreciated.
+
+A walk through on how to get started with Prism for Xamarin.Forms: http://brianlagunas.com
+
+Feel free to contribute to this project on GitHub.
+ This is an early preview of Prism for Xamarin.Forms.
+ $notes$
+ en-US
+ Copyright 2015
+ prism wpf xaml xamarin xamrin.forms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Mef.nuspec b/Source/nuspecs/Prism.Mef.nuspec
new file mode 100644
index 0000000000..cee3ce3d2b
--- /dev/null
+++ b/Source/nuspecs/Prism.Mef.nuspec
@@ -0,0 +1,29 @@
+
+
+
+ Prism.Mef
+ $version$
+ MEF for Prism 6
+ Brian Lagunas, Brian Noyes
+ Brian Lagunas, Brian Noyes
+ https://github.com/PrismLibrary/Prism/blob/master/LICENSE
+ http://prismlibrary.com/
+ http://prismlibrary.github.io/images/prism-logo-graphic-128.png
+ false
+ Use these extensions to build Prism applications based on MEF.
+ MEF extensions for Prism 6.
+ $notes$
+ en-US
+ prism mvvm mef wpf
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Ninject.nuspec b/Source/nuspecs/Prism.Ninject.nuspec
new file mode 100644
index 0000000000..dfafde113f
--- /dev/null
+++ b/Source/nuspecs/Prism.Ninject.nuspec
@@ -0,0 +1,32 @@
+
+
+
+ Prism.Ninject
+ $version$
+ Ninject for Prism 6
+ Brian Lagunas, Brian Noyes
+ Brian Lagunas, Brian Noyes
+ https://github.com/PrismLibrary/Prism/blob/master/LICENSE
+ http://prismlibrary.com/
+ http://prismlibrary.github.io/images/prism-logo-graphic-128.png
+ false
+ Use these extensions to build Prism applications based on Ninject.
+ Ninject extensions for Prism 6.
+ $notes$
+ en-US
+ prism wpf ninject dependency injection di
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.StructureMap.nuspec b/Source/nuspecs/Prism.StructureMap.nuspec
new file mode 100644
index 0000000000..02f90cc8fd
--- /dev/null
+++ b/Source/nuspecs/Prism.StructureMap.nuspec
@@ -0,0 +1,30 @@
+
+
+
+ Prism.StructureMap
+ $version$
+ StructureMap for Prism 6
+ Brian Lagunas, Brian Noyes
+ Brian Lagunas, Brian Noyes
+ https://github.com/PrismLibrary/Prism/blob/master/LICENSE
+ http://prismlibrary.com/
+ http://prismlibrary.github.io/images/prism-logo-graphic-128.png
+ false
+ Use these extensions to build Prism applications based on StructureMap.
+ StructureMap extensions for Prism 6.
+ $notes$
+ en-US
+ prism mvvm StuctureMap dependency injection di
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Unity.Windows.nuspec b/Source/nuspecs/Prism.Unity.Windows.nuspec
deleted file mode 100644
index db28a31d31..0000000000
--- a/Source/nuspecs/Prism.Unity.Windows.nuspec
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- Prism.Unity.Windows
- 6.0.0-prerelease003
- Unity for Prism 6 UWP
- Brian Lagunas, Brian Noyes
- Brian Lagunas, Brian Noyes
- https://github.com/PrismLibrary/Prism/blob/master/LICENSE
- http://prismlibrary.com/
- false
- Use these extensions to build Prism 6 Windows 10 UWP applications based on Unity.
- Unity extensions for Prism 6 Windows 10 UWP.
-
-
- prism mvvm uwp uap xaml unity
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Unity.nuspec b/Source/nuspecs/Prism.Unity.nuspec
new file mode 100644
index 0000000000..ff148aaef9
--- /dev/null
+++ b/Source/nuspecs/Prism.Unity.nuspec
@@ -0,0 +1,65 @@
+
+
+
+ Prism.Unity
+ $version$
+ Unity for Prism 6
+ Brian Lagunas, Brian Noyes
+ Brian Lagunas, Brian Noyes
+ https://github.com/PrismLibrary/Prism/blob/master/LICENSE
+ http://prismlibrary.com/
+ http://prismlibrary.github.io/images/prism-logo-graphic-128.png
+ false
+ Use these extensions to build Prism 6 applications based on Unity.
+ Unity extensions for Prism 6.
+ $notes$
+ en-US
+ prism mvvm wpf uwp unity dependency injection di
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Windows.nuspec b/Source/nuspecs/Prism.Windows.nuspec
index b72ab3ac76..d0e968bf14 100644
--- a/Source/nuspecs/Prism.Windows.nuspec
+++ b/Source/nuspecs/Prism.Windows.nuspec
@@ -2,17 +2,18 @@
Prism.Windows
- 6.0.0-prerelease002
+ $version$
Prism 6 for Windows UWP
Brian Lagunas, Brian Noyes
Brian Lagunas, Brian Noyes
https://github.com/PrismLibrary/Prism/blob/master/LICENSE
http://prismlibrary.com/
+ http://prismlibrary.github.io/images/prism-logo-graphic-128.png
false
Prism 6 is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism.Windows contains the platform specific features for Windows 10 UWP.
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable applications.
-
-
+ $notes$
+ en-US
prism mvvm uwp uap xaml
@@ -38,6 +39,6 @@
-
+
\ No newline at end of file
diff --git a/Source/nuspecs/Prism.Wpf.nuspec b/Source/nuspecs/Prism.Wpf.nuspec
new file mode 100644
index 0000000000..16217c1b64
--- /dev/null
+++ b/Source/nuspecs/Prism.Wpf.nuspec
@@ -0,0 +1,33 @@
+
+
+
+ Prism.Wpf
+ $version$
+ Prism 6 for WPF
+ Brian Lagunas, Brian Noyes
+ Brian Lagunas, Brian Noyes
+ https://github.com/PrismLibrary/Prism/blob/master/LICENSE
+ http://prismlibrary.com/
+ http://prismlibrary.github.io/images/prism-logo-graphic-128.png
+ false
+ Prism 6 is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.
+
+Prism.Wpf helps you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications. This library provides user interface composition as well as modularity support.
+ Prism libraries related to user interface composition, regions, and modularity for WPF.
+ $notes$
+ en-US
+ prism mvvm xamarin uwp uap xaml wpf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file