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

Prism.Forms.nuspec « nuspecs « Source - github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4624f57fe92723d06b289d60978d3e130b548501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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</authors>
    <owners>Brian Lagunas</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="2.3.1.111-pre2" />
      </group>
      <group targetFramework="Xamarin.iOS1.0">
        <dependency id="Prism.Core" version="$coreVersion$" />
        <dependency id="Xamarin.Forms" version="2.3.1.111-pre2" />
      </group>
      <group targetFramework="MonoTouch1.0">
        <dependency id="Prism.Core" version="$coreVersion$" />
        <dependency id="Xamarin.Forms" version="2.3.1.111-pre2" />
      </group>
      <group targetFramework="MonoAndroid1.0">
        <dependency id="Prism.Core" version="$coreVersion$" />
        <dependency id="Xamarin.Forms" version="2.3.1.111-pre2" />
      </group>
      <group targetFramework="Windows8.1">
        <dependency id="Prism.Core" version="$coreVersion$" />
        <dependency id="Xamarin.Forms" version="2.3.1.111-pre2" />
      </group>
      <group targetFramework="WindowsPhoneApp8.1">
        <dependency id="Prism.Core" version="$coreVersion$" />
        <dependency id="Xamarin.Forms" version="2.3.1.111-pre2" />
      </group>
      <group targetFramework="UAP10.0">
        <dependency id="Prism.Core" version="$coreVersion$" />
        <dependency id="Xamarin.Forms" version="2.3.1.111-pre2" />
      </group>
      <group targetFramework="WindowsPhone8.0">
        <dependency id="Prism.Core" version="$coreVersion$" />
        <dependency id="Xamarin.Forms" version="2.3.1.111-pre2" />
      </group>
    </dependencies>
  </metadata>
  <files>
    <file src="..\Xamarin\Prism.Forms\bin\Release-Signed\Prism.Forms.*" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\" exclude="**\*.pdb" />
    <file src="..\Xamarin\Prism.Forms\bin\Release-Signed\Prism.Forms.*" target="lib\Xamarin.iOS1.0\" exclude="**\*.pdb" />
    <file src="..\Xamarin\Prism.Forms\bin\Release-Signed\Prism.Forms.*" target="lib\MonoTouch1.0\" exclude="**\*.pdb" />
    <file src="..\Xamarin\Prism.Forms\bin\Release-Signed\Prism.Forms.*" target="lib\MonoAndroid1.0\" exclude="**\*.pdb" />
    <file src="..\Xamarin\Prism.Forms\bin\Release-Signed\Prism.Forms.*" target="lib\Windows8.1\" exclude="**\*.pdb" />
    <file src="..\Xamarin\Prism.Forms\bin\Release-Signed\Prism.Forms.*" target="lib\WindowsPhoneApp8.1\" exclude="**\*.pdb" />
    <file src="..\Xamarin\Prism.Forms\bin\Release-Signed\Prism.Forms.*" target="lib\UAP10.0\" exclude="**\*.pdb" />
    <file src="..\Xamarin\Prism.Forms\bin\Release-Signed\Prism.Forms.*" target="lib\WindowsPhone8.0\" exclude="**\*.pdb" />
  </files>
</package>