WebApiToTypeScript 2.9.1

dotnet add package WebApiToTypeScript --version 2.9.1
                    
NuGet\Install-Package WebApiToTypeScript -Version 2.9.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebApiToTypeScript" Version="2.9.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebApiToTypeScript" Version="2.9.1" />
                    
Directory.Packages.props
<PackageReference Include="WebApiToTypeScript" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebApiToTypeScript --version 2.9.1
                    
#r "nuget: WebApiToTypeScript, 2.9.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=WebApiToTypeScript&version=2.9.1
                    
Install WebApiToTypeScript as a Cake Addin
#tool nuget:?package=WebApiToTypeScript&version=2.9.1
                    
Install WebApiToTypeScript as a Cake Tool

A tool for code generating TypeScript endpoints, interfaces, enums, resources and view paths for your ASP.NET Web API controllers/web apps

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.1 5,145 2/20/2020
2.9.0 5,230 1/25/2019
2.8.0 6,417 7/26/2018
2.7.0 2,072 12/5/2017
2.6.0 2,249 10/24/2017
2.5.2 2,201 9/25/2017
2.5.1 1,929 9/21/2017
2.5.0 2,277 9/21/2017
2.4.0 2,170 8/31/2017
2.3.2 2,294 7/27/2017
2.3.1 2,121 7/27/2017
2.3.0 2,158 7/26/2017
2.2.0 2,102 7/21/2017
2.1.2 2,123 6/22/2017
2.1.1 2,075 6/22/2017
2.1.0 2,043 6/11/2017
2.0.0 2,086 6/5/2017
1.11.1 2,198 5/26/2017
1.11.0 2,183 5/12/2017
1.10.3 2,048 3/10/2017
1.10.2 2,201 2/27/2017
1.10.1 2,052 2/27/2017
1.10.0 3,051 2/17/2017
1.9.5 1,851 1/23/2017
1.9.4 2,233 1/11/2017
1.9.3 2,120 1/11/2017
1.9.2 2,093 1/11/2017
1.9.1 2,156 1/11/2017
1.9.0 2,306 1/11/2017
1.8.1 1,981 1/10/2017
1.8.0 2,233 1/2/2017
1.7.7 2,080 1/2/2017
1.7.6 2,130 1/2/2017
1.7.5 1,939 12/21/2016
1.7.4 1,968 12/13/2016
1.7.3 1,963 12/2/2016
1.7.2 2,197 12/1/2016
1.7.1 2,064 12/1/2016
1.7.0 1,944 12/1/2016
1.6.0 2,136 10/20/2016
1.5.3 2,013 10/19/2016
1.5.2 2,145 10/13/2016
1.5.1 2,262 10/13/2016
1.5.0 2,117 10/13/2016
1.4.11 2,018 10/7/2016
1.4.10 2,278 9/27/2016
1.4.9 1,978 9/26/2016
1.4.8 2,348 9/20/2016
1.4.7 2,642 9/19/2016
1.4.6 2,661 9/19/2016
1.4.5 2,441 9/19/2016
1.4.3 2,349 9/15/2016
1.4.2 2,282 9/15/2016
1.4.1 2,184 9/15/2016
1.4.0 2,391 9/15/2016
1.3.0 2,063 9/14/2016
1.2.0 2,267 9/14/2016
1.1.2 2,101 9/13/2016
1.1.1 2,208 9/13/2016
1.1.0 2,130 9/13/2016
1.0.9 2,230 9/12/2016
1.0.8 2,480 9/9/2016
1.0.7 2,172 9/9/2016
1.0.6 2,362 9/6/2016
1.0.5 2,420 8/30/2016
1.0.4 2,347 8/29/2016
1.0.3 2,318 8/29/2016
1.0.2 2,282 8/29/2016
1.0.1 2,469 8/29/2016
1.0.0 2,964 8/29/2016

Fixed derived interface generation in some cases.