forked from FantasticFiasco/mvvm-dialogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMvvmDialogs.nuspec
31 lines (30 loc) · 1.88 KB
/
MvvmDialogs.nuspec
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MvvmDialogs</id>
<version>$version$</version>
<authors>Mattias Kindborg</authors>
<title>MVVM Dialogs</title>
<language>en-US</language>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/FantasticFiasco/mvvm-dialogs</projectUrl>
<iconUrl>https://raw.githubusercontent.com/FantasticFiasco/mvvm-dialogs/master/build/icon_32x32.png</iconUrl>
<copyright>Copyright © 2009-2018 MVVM Dialogs contributors</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Framework simplifying the concept of opening dialogs from a view model when using MVVM in WPF or UWP.</description>
<releaseNotes>For release notes, please see the change log on GitHub.</releaseNotes>
<tags>wpf uwp mvvm dialog window messagebox openfiledialog savefiledialog folderbrowserdialog messagedialog contentdialog fileopenpicker filesavepicker folderpicker</tags>
</metadata>
<files>
<!-- .NET -->
<file src="src\net\bin\Release\net35\MvvmDialogs.dll" target="lib\net35\MvvmDialogs.dll" />
<file src="src\net\bin\Release\net35\MvvmDialogs.xml" target="lib\net35\MvvmDialogs.xml" />
<file src="src\net\bin\Release\net40\MvvmDialogs.dll" target="lib\net40\MvvmDialogs.dll" />
<file src="src\net\bin\Release\net40\MvvmDialogs.xml" target="lib\net40\MvvmDialogs.xml" />
<file src="src\net\bin\Release\net45\MvvmDialogs.dll" target="lib\net45\MvvmDialogs.dll" />
<file src="src\net\bin\Release\net45\MvvmDialogs.xml" target="lib\net45\MvvmDialogs.xml" />
<!-- UWP -->
<file src="src\universal\bin\Release\MvvmDialogs.dll" target="lib\uap10.0\MvvmDialogs.dll" />
<file src="src\universal\bin\Release\MvvmDialogs.xml" target="lib\uap10.0\MvvmDialogs.xml" />
</files>
</package>