T4TS 2.1.0
See the version list below for details.
dotnet add package T4TS --version 2.1.0
NuGet\Install-Package T4TS -Version 2.1.0
<PackageReference Include="T4TS" Version="2.1.0" />
paket add T4TS --version 2.1.0
#r "nuget: T4TS, 2.1.0"
// Install T4TS as a Cake Addin #addin nuget:?package=T4TS&version=2.1.0 // Install T4TS as a Cake Tool #tool nuget:?package=T4TS&version=2.1.0
T4 template to generate TypeScript interface definitions
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.
This is a fun release because it contains mostly features added by other contributors:
- swalters: Added explicit string type for GUID, and and Ignore property for TS members
- igochkov: Added an option to specify datetimes as native JS dates.
- AkosLukacs: Added explicit array-type for IEnumerable<T>.
- daggmano: Fixed a problem related to inheritance.
A huge shout-out to you guys!