Skip to content

Commit 63bba47

Browse files
committed
Updated nuspec v1.8.1
1 parent 576e676 commit 63bba47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
A tool for code generating TypeScript endpoints for your ASP.NET Web API controllers and their actions. No more need for dumb repositories!
66
* Generates typed endpoints with required and optional parameters for GET, PUT, POST and DELETE verbs
7+
* Generates cached endpoints for GET verb actions
78
* Generates enumerations and interfaces for DTOs used in all controller actions
89
* Generates enum descriptions based on the `[Description]` attribute
910
* Generates Angular service to expose typed `call()` function to fetch response from server

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.8.0</version>
5+
<version>1.8.1</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, interfaces, enums, resources and view paths for your ASP.NET Web API controllers/web apps</description>
1212
<summary>A tool for code generating TypeScript endpoints, interfaces, enums, resources and view paths for your ASP.NET Web API controllers/web apps</summary>
13-
<releaseNotes>Added feature to generate enum descriptions via the [Description] attribute</releaseNotes>
13+
<releaseNotes>Added support for cached endpoints</releaseNotes>
1414
<copyright>Copyright (c) 2016-2017 Balakrishnan (Balki) Ranganathan</copyright>
1515
<tags>WebAPI TypeScript Endpoint Enum Interface Code Generation Angular Service Balki Greymind Watts</tags>
1616
</metadata>

0 commit comments

Comments
 (0)