-
Notifications
You must be signed in to change notification settings - Fork 11
/
nuget.nuspec
21 lines (21 loc) · 1.15 KB
/
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>WebHttpBehaviorExtensions</id>
<version>$version$</version>
<title>WebHttpBehaviorExtensions library to support other Types in URL Template methods.</title>
<authors>cshandler.com, Amit choudhary</authors>
<owners>Amit choudhary</owners>
<projectUrl>https://github.com/vendettamit/WebHttpBehaviorExtensions</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This repository is a simple WebHttpBehavior extension that will allow Typed arguments for method via UriTemplates in WCF Rest services</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>Copyright © cshandler.com</copyright>
<tags>csharp wcf-rest rest webhttpbinding webhttpbehavior operationinvoker typedparameter urltemplate wcf extension</tags>
</metadata>
<files>
<file src="$bin$\v4.5\WebHttpBehaviorExtensions.dll" target="lib\net45" />
<!-- <file src="$bin$\v4.5.1\WebHttpBehaviorExtensions.dll" target="lib\net451" />-->
</files>
</package>