Skip to content

Commit edd4cec

Browse files
author
Balakrishnan Ranganathan
committed
Updated watts 1.4.10 and now use release build for nuget
1 parent b4b7f12 commit edd4cec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Watts.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package >
33
<metadata>
44
<id>WebApiToTypeScript</id>
5-
<version>1.4.9</version>
5+
<version>1.4.10</version>
66
<authors>Balakrishnan (Balki) Ranganathan</authors>
77
<owners>Balakrishnan (Balki) Ranganathan</owners>
88
<licenseUrl>https://raw.githubusercontent.com/greymind/WebApiToTypeScript/master/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/greymind/WebApiToTypeScript</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>A tool for code generating TypeScript endpoints for your ASP.NET Web API controllers</description>
1212
<summary>A tool for code generating TypeScript endpoints for your ASP.NET Web API controllers</summary>
13-
<releaseNotes>Fix revious release with new build</releaseNotes>
13+
<releaseNotes>Added time logs for analysis actions - controllers and actions, interfaces, and enumerations</releaseNotes>
1414
<copyright>Copyright (c) 2016 Balakrishnan (Balki) Ranganathan</copyright>
1515
<tags>WebAPI TypeScript Endpoint Enum Interface Code Generation Angular Service Balki Greymind Watts</tags>
1616
</metadata>
1717
<files>
18-
<file src="src\Watts\bin\Debug\**\*.dll" target="tools" />
19-
<file src="src\Watts\bin\Debug\Watts.exe" target="tools" />
18+
<file src="src\Watts\bin\Release\**\*.dll" target="tools" />
19+
<file src="src\Watts\bin\Release\Watts.exe" target="tools" />
2020
</files>
2121
</package>

0 commit comments

Comments
 (0)