Skip to content

Commit 3ee44d0

Browse files
committed
Update Package.nuspec
1 parent 874342f commit 3ee44d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nuget/Package.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<metadata>
44
<id>angular-file-upload</id>
55
<title>Angular file upload</title>
6-
<version>1.1.9</version>
7-
<authors>Danial Farid</authors>
8-
<owners>Danial Farid</owners>
9-
<!-- licenseUrl>????</licenseUrl -->
6+
<version>1.1.10</version>
7+
<authors>Danial Farid <danial.farid@gmail.com>, nuget: Georgios Diamantopoulos</authors>
8+
<owners>Danial Farid <danial.farid@gmail.com></owners>
9+
<licenseUrl>https://github.com/danialfarid/angular-file-upload/blob/master/LICENSE</licenseUrl>
1010
<projectUrl>https://github.com/danialfarid/angular-file-upload</projectUrl>
11-
<iconUrl>http://angularjs.org/favicon.ico</iconUrl>
1211
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>Lightweight Angular JS directive to upload files.</description>
12+
<description>Light-weight HTML5 and cross-browser AngularJS directives for file upload, progress, abort and drag&drop</description>
1413
<releaseNotes>Initial release</releaseNotes>
1514
<copyright>Copyright 2013</copyright>
1615
<tags>angularjs upload</tags>
1716
<dependencies>
17+
<dependency id="angularjs" version="1.0.7" />
1818
</dependencies>
1919
</metadata>
20-
</package>
20+
</package>

0 commit comments

Comments
 (0)