Skip to content

Commit 76e90c5

Browse files
author
Balakrishnan Ranganathan
committed
Updated nuspec
1 parent fcb45eb commit 76e90c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Watts.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>WebApiToTypeScript</id>
5-
<version>1.0.5</version>
5+
<version>1.0.6</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>Downgrade all let-s and const-s to var-s</releaseNotes>
13+
<releaseNotes>Generate base classes before derived classes due to TypeScript bug that requires ordering :(</releaseNotes>
1414
<copyright>Copyright (c) 2016 Balakrishnan (Balki) Ranganathan</copyright>
1515
<tags>WebAPI TypeScript Endpoint Enum Interface Code Generation Balki Greymind Watts</tags>
1616
</metadata>

0 commit comments

Comments
 (0)