Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Siegel <me@dansiegel.net>2017-05-16 06:42:52 +0300
committerDan Siegel <me@dansiegel.net>2017-05-19 20:42:15 +0300
commitd96b7e3b29a9413935e7a402ba7756fff4060bfb (patch)
tree8bf8634568a27b4b740d45bcf5f6f90dc006ca11
parent1de9ac7faa8450a29fd871d1918aaef6d6d7b709 (diff)
removed nuspecs for netstandard projects
-rw-r--r--Source/nuspecs/Prism.Autofac.Forms.nuspec71
-rw-r--r--Source/nuspecs/Prism.Core.nuspec29
-rw-r--r--Source/nuspecs/Prism.DryIoc.Forms.nuspec71
-rw-r--r--Source/nuspecs/Prism.Forms.nuspec64
-rw-r--r--Source/nuspecs/Prism.Ninject.Forms.nuspec71
-rw-r--r--Source/nuspecs/Prism.Unity.Forms.nuspec71
6 files changed, 0 insertions, 377 deletions
diff --git a/Source/nuspecs/Prism.Autofac.Forms.nuspec b/Source/nuspecs/Prism.Autofac.Forms.nuspec
deleted file mode 100644
index 638ec88..0000000
--- a/Source/nuspecs/Prism.Autofac.Forms.nuspec
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>Prism.Autofac.Forms</id>
- <version>$version$</version>
- <title>Autofac for Prism for Xamarin.Forms</title>
- <authors>Brian Lagunas, Brian Noyes</authors>
- <owners>Brian Lagunas, Brian Noyes</owners>
- <licenseUrl>https://github.com/PrismLibrary/Prism/blob/master/LICENSE</licenseUrl>
- <projectUrl>http://prismlibrary.com/</projectUrl>
- <iconUrl>http://prismlibrary.github.io/images/prism-logo-graphic-128.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Use these extensions to build Xamarin.Forms applications with Prism and Autofac.</description>
- <summary>Autofac extensions for Prism for Xamarin.Forms.</summary>
- <releaseNotes>$releaseNotes$</releaseNotes>
- <language>en-US</language>
- <tags>prism mvvm wpf uwp autofac dependency injection di, xamarin, xamarin.forms</tags>
- <dependencies>
- <group targetFramework="portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Autofac" version="3.5.2" />
- </group>
- <group targetFramework="Xamarin.iOS1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Autofac" version="3.5.2" />
- </group>
- <group targetFramework="MonoTouch1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Autofac" version="3.5.2" />
- </group>
- <group targetFramework="MonoAndroid1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Autofac" version="3.5.2" />
- </group>
- <group targetFramework="Windows8.1">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Autofac" version="3.5.2" />
- </group>
- <group targetFramework="WindowsPhoneApp8.1">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Autofac" version="3.5.2" />
- </group>
- <group targetFramework="UAP10.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Autofac" version="3.5.2" />
- </group>
- <group targetFramework="WindowsPhone8.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Autofac" version="3.5.2" />
- </group>
- </dependencies>
- </metadata>
- <files>
- <file src="..\Xamarin\Prism.Autofac.Forms\bin\Release\Prism.Autofac.Forms.*" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Autofac.Forms\bin\Release\Prism.Autofac.Forms.*" target="lib\Xamarin.iOS1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Autofac.Forms\bin\Release\Prism.Autofac.Forms.*" target="lib\MonoTouch1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Autofac.Forms\bin\Release\Prism.Autofac.Forms.*" target="lib\MonoAndroid1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Autofac.Forms\bin\Release\Prism.Autofac.Forms.*" target="lib\Windows8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Autofac.Forms\bin\Release\Prism.Autofac.Forms.*" target="lib\WindowsPhoneApp8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Autofac.Forms\bin\Release\Prism.Autofac.Forms.*" target="lib\UAP10.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Autofac.Forms\bin\Release\Prism.Autofac.Forms.*" target="lib\WindowsPhone8.0\" exclude="**\*.pdb" />
- </files>
-</package> \ No newline at end of file
diff --git a/Source/nuspecs/Prism.Core.nuspec b/Source/nuspecs/Prism.Core.nuspec
deleted file mode 100644
index 8a9e70e..0000000
--- a/Source/nuspecs/Prism.Core.nuspec
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
- <metadata>
- <id>Prism.Core</id>
- <version>$version$</version>
- <title>Prism 6</title>
- <authors>Brian Lagunas, Brian Noyes</authors>
- <owners>Brian Lagunas, Brian Noyes</owners>
- <licenseUrl>https://github.com/PrismLibrary/Prism/blob/master/LICENSE</licenseUrl>
- <projectUrl>http://prismlibrary.com/</projectUrl>
- <iconUrl>http://prismlibrary.github.io/images/prism-logo-graphic-128.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns &amp; 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.</description>
- <summary>Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable applications.</summary>
- <releaseNotes>$releaseNotes$</releaseNotes>
- <language>en-US</language>
- <tags>prism wpf xamarin mvvm uwp uap xaml</tags>
- </metadata>
- <files>
- <file src="..\Prism\bin\Release\Prism.*" target="lib\net45\" exclude="**\*.pdb" />
- <file src="..\Prism\bin\Release\Prism.*" target="lib\wp8\" exclude="**\*.pdb" />
- <file src="..\Prism\bin\Release\Prism.*" target="lib\wp81\" exclude="**\*.pdb" />
- <file src="..\Prism\bin\Release\Prism.*" target="lib\wpa81\" exclude="**\*.pdb" />
- <file src="..\Prism\bin\Release\Prism.*" target="lib\MonoAndroid10\" exclude="**\*.pdb" />
- <file src="..\Prism\bin\Release\Prism.*" target="lib\MonoTouch10\" exclude="**\*.pdb" />
- <file src="..\Prism\bin\Release\Prism.*" target="lib\Xamarin.iOS10\" exclude="**\*.pdb" />
- <file src="..\Prism\bin\Release\Prism.*" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\" exclude="**\*.pdb" />
- </files>
-</package> \ No newline at end of file
diff --git a/Source/nuspecs/Prism.DryIoc.Forms.nuspec b/Source/nuspecs/Prism.DryIoc.Forms.nuspec
deleted file mode 100644
index 7dc2a4b..0000000
--- a/Source/nuspecs/Prism.DryIoc.Forms.nuspec
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>Prism.DryIoc.Forms</id>
- <version>$version$</version>
- <title>DryIoc for Prism for Xamarin.Forms</title>
- <authors>Brian Lagunas, Brian Noyes</authors>
- <owners>Brian Lagunas, Brian Noyes</owners>
- <licenseUrl>https://github.com/PrismLibrary/Prism/blob/master/LICENSE</licenseUrl>
- <projectUrl>http://prismlibrary.com/</projectUrl>
- <iconUrl>http://prismlibrary.github.io/images/prism-logo-graphic-128.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Use these extensions to build Xamarin.Forms applications with Prism and DryIoc.</description>
- <summary>DryIoc extensions for Prism for Xamarin.Forms.</summary>
- <releaseNotes>$releaseNotes$</releaseNotes>
- <language>en-US</language>
- <tags>prism, mvvm, uwp, DryIoc, dependency injection, di, xamarin, xamarin.forms</tags>
- <dependencies>
- <group targetFramework="portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="DryIoc.dll" version="2.10.1" />
- </group>
- <group targetFramework="Xamarin.iOS1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="DryIoc.dll" version="2.10.1" />
- </group>
- <group targetFramework="MonoTouch1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="DryIoc.dll" version="2.10.1" />
- </group>
- <group targetFramework="MonoAndroid1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="DryIoc.dll" version="2.10.1" />
- </group>
- <group targetFramework="Windows8.1">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="DryIoc.dll" version="2.10.1" />
- </group>
- <group targetFramework="WindowsPhoneApp8.1">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="DryIoc.dll" version="2.10.1" />
- </group>
- <group targetFramework="UAP10.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="DryIoc.dll" version="2.10.1" />
- </group>
- <group targetFramework="WindowsPhone8.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="DryIoc.dll" version="2.10.1" />
- </group>
- </dependencies>
- </metadata>
- <files>
- <file src="..\Xamarin\Prism.DryIoc.Forms\bin\Release\Prism.DryIoc.Forms.*" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.DryIoc.Forms\bin\Release\Prism.DryIoc.Forms.*" target="lib\Xamarin.iOS1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.DryIoc.Forms\bin\Release\Prism.DryIoc.Forms.*" target="lib\MonoTouch1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.DryIoc.Forms\bin\Release\Prism.DryIoc.Forms.*" target="lib\MonoAndroid1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.DryIoc.Forms\bin\Release\Prism.DryIoc.Forms.*" target="lib\Windows8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.DryIoc.Forms\bin\Release\Prism.DryIoc.Forms.*" target="lib\WindowsPhoneApp8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.DryIoc.Forms\bin\Release\Prism.DryIoc.Forms.*" target="lib\UAP10.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.DryIoc.Forms\bin\Release\Prism.DryIoc.Forms.*" target="lib\WindowsPhone8.0\" exclude="**\*.pdb" />
- </files>
-</package> \ No newline at end of file
diff --git a/Source/nuspecs/Prism.Forms.nuspec b/Source/nuspecs/Prism.Forms.nuspec
deleted file mode 100644
index cad894e..0000000
--- a/Source/nuspecs/Prism.Forms.nuspec
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>Prism.Forms</id>
- <version>$version$</version>
- <title>Prism for Xamarin.Forms</title>
- <authors>Brian Lagunas, Brian Noyes</authors>
- <owners>Brian Lagunas, Brian Noyes</owners>
- <licenseUrl>https://github.com/PrismLibrary/Prism/blob/master/LICENSE</licenseUrl>
- <projectUrl>http://prismlibrary.com/</projectUrl>
- <iconUrl>http://prismlibrary.github.io/images/prism-logo-graphic-128.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>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 for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications.</description>
- <summary>Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications.</summary>
- <releaseNotes>$releaseNotes$</releaseNotes>
- <language>en-US</language>
- <copyright>Copyright 2015</copyright>
- <tags>prism wpf xaml xamarin xamrin.forms</tags>
- <dependencies>
- <group targetFramework="portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
- <dependency id="Prism.Core" version="$coreVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- </group>
- <group targetFramework="Xamarin.iOS1.0">
- <dependency id="Prism.Core" version="$coreVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- </group>
- <group targetFramework="MonoTouch1.0">
- <dependency id="Prism.Core" version="$coreVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- </group>
- <group targetFramework="MonoAndroid1.0">
- <dependency id="Prism.Core" version="$coreVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- </group>
- <group targetFramework="Windows8.1">
- <dependency id="Prism.Core" version="$coreVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- </group>
- <group targetFramework="WindowsPhoneApp8.1">
- <dependency id="Prism.Core" version="$coreVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- </group>
- <group targetFramework="UAP10.0">
- <dependency id="Prism.Core" version="$coreVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- </group>
- <group targetFramework="WindowsPhone8.0">
- <dependency id="Prism.Core" version="$coreVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- </group>
- </dependencies>
- </metadata>
- <files>
- <file src="..\Xamarin\Prism.Forms\bin\Release\Prism.Forms.*" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Forms\bin\Release\Prism.Forms.*" target="lib\Xamarin.iOS1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Forms\bin\Release\Prism.Forms.*" target="lib\MonoTouch1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Forms\bin\Release\Prism.Forms.*" target="lib\MonoAndroid1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Forms\bin\Release\Prism.Forms.*" target="lib\Windows8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Forms\bin\Release\Prism.Forms.*" target="lib\WindowsPhoneApp8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Forms\bin\Release\Prism.Forms.*" target="lib\UAP10.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Forms\bin\Release\Prism.Forms.*" target="lib\WindowsPhone8.0\" exclude="**\*.pdb" />
- </files>
-</package> \ No newline at end of file
diff --git a/Source/nuspecs/Prism.Ninject.Forms.nuspec b/Source/nuspecs/Prism.Ninject.Forms.nuspec
deleted file mode 100644
index 0afa04a..0000000
--- a/Source/nuspecs/Prism.Ninject.Forms.nuspec
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>Prism.Ninject.Forms</id>
- <version>$version$</version>
- <title>Ninject for Prism for Xamarin.Forms</title>
- <authors>Brian Lagunas, Brian Noyes</authors>
- <owners>Brian Lagunas, Brian Noyes</owners>
- <licenseUrl>https://github.com/PrismLibrary/Prism/blob/master/LICENSE</licenseUrl>
- <projectUrl>http://prismlibrary.com/</projectUrl>
- <iconUrl>http://prismlibrary.github.io/images/prism-logo-graphic-128.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Use these extensions to build Xamarin.Forms applications with Prism and Ninject.</description>
- <summary>Ninject extensions for Prism for Xamarin.Forms.</summary>
- <releaseNotes>$releaseNotes$</releaseNotes>
- <language>en-US</language>
- <tags>prism mvvm uwp ninject dependency injection di, xamarin, xamarin.forms</tags>
- <dependencies>
- <group targetFramework="portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Portable.Ninject" version="3.3.1" />
- </group>
- <group targetFramework="Xamarin.iOS1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Portable.Ninject" version="3.3.1" />
- </group>
- <group targetFramework="MonoTouch1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Portable.Ninject" version="3.3.1" />
- </group>
- <group targetFramework="MonoAndroid1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Portable.Ninject" version="3.3.1" />
- </group>
- <group targetFramework="Windows8.1">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Portable.Ninject" version="3.3.1" />
- </group>
- <group targetFramework="WindowsPhoneApp8.1">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Portable.Ninject" version="3.3.1" />
- </group>
- <group targetFramework="UAP10.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Portable.Ninject" version="3.3.1" />
- </group>
- <group targetFramework="WindowsPhone8.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Portable.Ninject" version="3.3.1" />
- </group>
- </dependencies>
- </metadata>
- <files>
- <file src="..\Xamarin\Prism.Ninject.Forms\bin\Release\Prism.Ninject.Forms.*" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Ninject.Forms\bin\Release\Prism.Ninject.Forms.*" target="lib\Xamarin.iOS1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Ninject.Forms\bin\Release\Prism.Ninject.Forms.*" target="lib\MonoTouch1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Ninject.Forms\bin\Release\Prism.Ninject.Forms.*" target="lib\MonoAndroid1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Ninject.Forms\bin\Release\Prism.Ninject.Forms.*" target="lib\Windows8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Ninject.Forms\bin\Release\Prism.Ninject.Forms.*" target="lib\WindowsPhoneApp8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Ninject.Forms\bin\Release\Prism.Ninject.Forms.*" target="lib\UAP10.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Ninject.Forms\bin\Release\Prism.Ninject.Forms.*" target="lib\WindowsPhone8.0\" exclude="**\*.pdb" />
- </files>
-</package> \ No newline at end of file
diff --git a/Source/nuspecs/Prism.Unity.Forms.nuspec b/Source/nuspecs/Prism.Unity.Forms.nuspec
deleted file mode 100644
index 62152ab..0000000
--- a/Source/nuspecs/Prism.Unity.Forms.nuspec
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>Prism.Unity.Forms</id>
- <version>$version$</version>
- <title>Unity for Prism for Xamarin.Forms</title>
- <authors>Brian Lagunas, Brian Noyes</authors>
- <owners>Brian Lagunas, Brian Noyes</owners>
- <licenseUrl>https://github.com/PrismLibrary/Prism/blob/master/LICENSE</licenseUrl>
- <projectUrl>http://prismlibrary.com/</projectUrl>
- <iconUrl>http://prismlibrary.github.io/images/prism-logo-graphic-128.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Use these extensions to build Xamarin.Forms applications with Prism and Unity.</description>
- <summary>Unity extensions for Prism for Xamarin.Forms.</summary>
- <releaseNotes>$releaseNotes$</releaseNotes>
- <language>en-US</language>
- <tags>prism mvvm uwp unity dependency injection di, xamarin, xamarin.forms</tags>
- <dependencies>
- <group targetFramework="portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Unity" version="4.0.1" />
- </group>
- <group targetFramework="Xamarin.iOS1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Unity" version="4.0.1" />
- </group>
- <group targetFramework="MonoTouch1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Unity" version="4.0.1" />
- </group>
- <group targetFramework="MonoAndroid1.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Unity" version="4.0.1" />
- </group>
- <group targetFramework="Windows8.1">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Unity" version="4.0.1" />
- </group>
- <group targetFramework="WindowsPhoneApp8.1">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Unity" version="4.0.1" />
- </group>
- <group targetFramework="UAP10.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Unity" version="4.0.1" />
- </group>
- <group targetFramework="WindowsPhone8.0">
- <dependency id="Prism.Forms" version="$formsVersion$" />
- <dependency id="Xamarin.Forms" version="$xamarinFormsVersion$" />
- <dependency id="Unity" version="4.0.1" />
- </group>
- </dependencies>
- </metadata>
- <files>
- <file src="..\Xamarin\Prism.Unity.Forms\bin\Release\Prism.Unity.Forms.*" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Unity.Forms\bin\Release\Prism.Unity.Forms.*" target="lib\Xamarin.iOS1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Unity.Forms\bin\Release\Prism.Unity.Forms.*" target="lib\MonoTouch1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Unity.Forms\bin\Release\Prism.Unity.Forms.*" target="lib\MonoAndroid1.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Unity.Forms\bin\Release\Prism.Unity.Forms.*" target="lib\Windows8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Unity.Forms\bin\Release\Prism.Unity.Forms.*" target="lib\WindowsPhoneApp8.1\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Unity.Forms\bin\Release\Prism.Unity.Forms.*" target="lib\UAP10.0\" exclude="**\*.pdb" />
- <file src="..\Xamarin\Prism.Unity.Forms\bin\Release\Prism.Unity.Forms.*" target="lib\WindowsPhone8.0\" exclude="**\*.pdb" />
- </files>
-</package> \ No newline at end of file