File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >dotnet-typegen</id >
5- <version >4.4.1 </version >
5+ <version >4.5.0 </version >
66 <authors >Jacek Burzynski</authors >
77 <owners >Jacek Burzynski</owners >
88 <license type =" file" >LICENSE</license >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >TypeGen .NET Core CLI tool (TypeGen is a single-class-per-file C# to TypeScript generator)</description >
1313 <releaseNotes >
14- - fixed exportTypesAsInterfacesByDefault and useImportType not working in tgconfig.json
14+ - added the ability to blacklist/whitelist individual types (this also fixes records not generating correctly #164)
15+ - TS class : TS interface inheritance is now possible - in this case TS class implements TS interface
16+ - added the ability to specify custom header and body as an attribute or spec #166 #167
1517 </releaseNotes >
1618 <tags >code-generator generator code typescript ts csharp cs dotnet cli</tags >
1719 <packageTypes >
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >TypeGen</id >
5- <version >4.4.1 </version >
5+ <version >4.5.0 </version >
66 <authors >Jacek Burzynski</authors >
77 <owners >Jacek Burzynski</owners >
88 <license type =" file" >LICENSE</license >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >TypeGen is a single-class-per-file C# to TypeScript generator</description >
1313 <releaseNotes >
14- - fixed exportTypesAsInterfacesByDefault and useImportType not working in tgconfig.json
14+ - added the ability to blacklist/whitelist individual types (this also fixes records not generating correctly #164)
15+ - TS class : TS interface inheritance is now possible - in this case TS class implements TS interface
16+ - added the ability to specify custom header and body as an attribute or spec #166 #167
1517 </releaseNotes >
1618 <tags >code-generator generator code typescript ts csharp cs</tags >
1719 <dependencies >
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ namespace TypeGen.Cli
88{
99 internal class AppConfig
1010 {
11- public static string Version => "4.4.1 " ;
11+ public static string Version => "4.5.0 " ;
1212 }
1313}
You can’t perform that action at this time.
0 commit comments