Skip to content

Commit 6351cde

Browse files
committed
Create load-image.nuspec
1 parent aea610a commit 6351cde

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

load-image.nuspec

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package>
3+
<metadata>
4+
<id>iLoadImageJS</id>
5+
<version>1.7.0</version>
6+
<authors>blueimp</authors>
7+
<owners>Indaco Systems</owners>
8+
<description>Part of file uploader, modified by Indaco Systems</description>
9+
<projectUrl>https://github.com/blueimp/jQuery-File-Upload</projectUrl>
10+
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
11+
<tags>upload</tags>
12+
<language>en-US</language>
13+
</metadata>
14+
<files>
15+
<file src="load-image.js" target="Content\Scripts\Lib\Vendor\LoadImage\load-image.js" />
16+
<file src="load-image-exif-map.js" target="Content\Scripts\Lib\Vendor\LoadImage\load-image-exif-map.js" />
17+
<file src="load-image-exif.js" target="Content\Scripts\Lib\Vendor\LoadImage\load-image-exif.js" />
18+
<file src="load-image-ios.js" target="Content\Scripts\Lib\Vendor\LoadImage\load-image-ios.js" />
19+
<file src="load-image-meta.js" target="Content\Scripts\Lib\Vendor\LoadImage\load-image-meta.js" />
20+
</files>
21+
</package>

0 commit comments

Comments
 (0)