-
Notifications
You must be signed in to change notification settings - Fork 0
/
nuget.nuspec
21 lines (21 loc) · 960 Bytes
/
nuget.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
<metadata>
<id>AdvancedRestHandler</id>
<version>$version$</version>
<title>Advanced Rest Handler</title>
<authors>Hassan Faghihi</authors>
<owners>Hassan Faghihi</owners>
<licenseUrl>https://github.com/deadmann/AdvancedRestHandler/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/deadmann/AdvancedRestHandle</projectUrl>
<iconUrl>https://avatars3.githubusercontent.com/u/7890777?s=140</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ARH provide an easy way to send and receive data from web services</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © Hassan Faghihi. All rights reserved.</copyright>
<tags>advanced rest handler json service</tags>
</metadata>
<files>
<file src="AdvancedRestHandler\bin\$configuration$\AdvancedRestHandler.dll" target="lib\net40\" />
</files>
</package>