forked from meajaykumar/AutoCompleteBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautocompletebox.nuspec
More file actions
25 lines (25 loc) · 1021 Bytes
/
autocompletebox.nuspec
File metadata and controls
25 lines (25 loc) · 1021 Bytes
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
<?xml version="1.0"?>
<package>
<metadata>
<id>AutoCompleteBoxWinRT</id>
<version>1.2.0.3</version>
<authors>Igor Kulman</authors>
<owners>Igor Kulman</owners>
<projectUrl>https://github.com/igorkulman/AutoCompleteBox</projectUrl>
<licenseUrl>https://raw.github.com/igorkulman/AutoCompleteBox/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
AutoCompleteBox for WinRT built using Reactive Extensions. For more info see https://github.com/igorkulman/AutoCompleteBox
</description>
<releaseNotes>
</releaseNotes>
<copyright>Copyright 2013-2014 Igor Kulman</copyright>
<tags></tags>
@dependencies@
</metadata>
<files>
<file src="Themes\Generic.xaml" target="lib\netcore45\AutoCompleteBox\Themes\Generic.xaml" />
<file src="AutoCompleteBox.dll" target="lib\netcore45\AutoCompleteBox.dll" />
<file src="AutoCompleteBox.pri" target="lib\netcore45\AutoCompleteBox.pri" />
</files>
</package>