Skip to content

Commit e3184fa

Browse files
committed
nuget package
1 parent 3ee44d0 commit e3184fa

File tree

5 files changed

+19
-22
lines changed

5 files changed

+19
-22
lines changed

nuget/Package.nuspec

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
<metadata>
44
<id>angular-file-upload</id>
55
<title>Angular file upload</title>
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>
6+
<version>1.1.8</version>
7+
<authors>Danial Farid, Georgios Diamantopoulos (nuget package)</authors>
8+
<owners>Danial Farid</owners>
99
<licenseUrl>https://github.com/danialfarid/angular-file-upload/blob/master/LICENSE</licenseUrl>
1010
<projectUrl>https://github.com/danialfarid/angular-file-upload</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>Light-weight HTML5 and cross-browser AngularJS directives for file upload, progress, abort and drag&drop</description>
13-
<releaseNotes>Initial release</releaseNotes>
14-
<copyright>Copyright 2013</copyright>
12+
<description>Light-weight HTML5 and cross-browser AngularJS directives for file upload, progress, abort, drag and drop</description>
1513
<tags>angularjs upload</tags>
1614
<dependencies>
1715
<dependency id="angularjs" version="1.0.7" />

nuget/build.bat

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
NuGet Update -self
2+
3+
rmdir /s /q content
4+
mkdir content
5+
copy ..\dist\* content
6+
del angular-file-upload.*
7+
8+
NuGet Pack Package.nuspec
9+
10+
for %%f in (angular-file-upload.*) do (
11+
NuGet Push %%f
12+
rmdir /s /q content
13+
del %%f
14+
)
15+

nuget/build.ps1

Lines changed: 0 additions & 12 deletions
This file was deleted.

nuget/publish.ps1

Lines changed: 0 additions & 3 deletions
This file was deleted.

nuget/update.ps1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)