Skip to content

Releases: Dreamescaper/GenerateAspNetCoreClient

4.0

25 Nov 20:39

Choose a tag to compare

3.2

01 May 11:14

Choose a tag to compare

3.2

What's Changed

Full Changelog: 3.1...3.2

3.1

06 Feb 11:26

Choose a tag to compare

3.1

What's Changed

New Contributors

Full Changelog: 3.0...3.1

3.0

13 Dec 20:55
a52ee23

Choose a tag to compare

3.0

What's Changed

  • This tool requires .NET 9 runtime installed.
  • .NET 9 projects are supported now.

2.1

10 Jan 13:33

Choose a tag to compare

2.1

What's Changed

2.0

01 Dec 00:51
1624253

Choose a tag to compare

2.0

What's Changed

  • This tool requires .NET 8 runtime installed.
  • .NET 8 projects are supported now.
  • Fix forms with files.

New Contributors

Full Changelog: 1.1...2.0

1.1

16 Dec 15:07

Choose a tag to compare

1.0

12 Nov 22:46

Choose a tag to compare

1.0

What's Changed

  • .NET 7 projects are supported now.
  • This tool requires .NET 7 runtime installed.

New Contributors

Full Changelog: 0.8...1.0

0.8

23 Aug 13:37
6d73576

Choose a tag to compare

0.8
  • Generated interfaces are partial now.
  • You can provide --use-api-responses switch to use IApiResponse<T> return types for generated methods.
  • AliasAs handling is fixed for enumerables now.

Full Changelog: 0.7...0.8

0.7

15 Jun 09:25

Choose a tag to compare

0.7
  • Add support FileResult response