-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathWatts.nuspec
21 lines (21 loc) · 1.23 KB
/
Watts.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>WebApiToTypeScript</id>
<version>2.9.1</version>
<authors>Balakrishnan (Balki) Ranganathan</authors>
<owners>Balakrishnan (Balki) Ranganathan</owners>
<licenseUrl>https://raw.githubusercontent.com/greymind/WebApiToTypeScript/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/greymind/WebApiToTypeScript</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A tool for code generating TypeScript endpoints, interfaces, enums, resources and view paths for your ASP.NET Web API controllers/web apps</description>
<summary>A tool for code generating TypeScript endpoints, interfaces, enums, resources and view paths for your ASP.NET Web API controllers/web apps</summary>
<releaseNotes>Fixed derived interface generation in some cases.</releaseNotes>
<copyright>Copyright (c) 2016-2019 Balakrishnan (Balki) Ranganathan</copyright>
<tags>WebAPI TypeScript Endpoint Enum Interface Code Generation Angular Service Balki Greymind Watts Web API</tags>
</metadata>
<files>
<file src="src\Watts\bin\Release\**\*.dll" target="tools" />
<file src="src\Watts\bin\Release\Watts.exe" target="tools" />
</files>
</package>