From 418c91a8234bdcb982c45cdb964628dcb00ef2c0 Mon Sep 17 00:00:00 2001 From: zijianhuang Date: Thu, 20 Jun 2024 04:56:31 +1000 Subject: [PATCH] OK --- .../WebApiClientGenCore.Abstract.csproj | 2 +- WebApiClientGenCore/WebApiClientGenCore.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebApiClientGenCore.Abstract/WebApiClientGenCore.Abstract.csproj b/WebApiClientGenCore.Abstract/WebApiClientGenCore.Abstract.csproj index b014d06d..202066a8 100644 --- a/WebApiClientGenCore.Abstract/WebApiClientGenCore.Abstract.csproj +++ b/WebApiClientGenCore.Abstract/WebApiClientGenCore.Abstract.csproj @@ -8,7 +8,7 @@ Copyright © Zijian Huang 2015-$([System.DateTime]::Now.Year) Zijian Huang https://github.com/zijianhuang/webapiclientgen - 3.3.1 + 3.3.2 MIT For god assembly. README.md diff --git a/WebApiClientGenCore/WebApiClientGenCore.csproj b/WebApiClientGenCore/WebApiClientGenCore.csproj index b9577303..9b3862e7 100644 --- a/WebApiClientGenCore/WebApiClientGenCore.csproj +++ b/WebApiClientGenCore/WebApiClientGenCore.csproj @@ -5,7 +5,7 @@ Fonlow.CodeDom.Web true Fonlow.WebApiClientGenCore - 7.7.2 + 7.7.3 Generate strongly typed client API in C# or TypeScript for .NET Core Web API. Strongly Typed Client API Generator generates C# and TypeScript codes of strongly typed client API similar to what generated by SvcUtil.exe of WCF, provided you have access to the ASP.NET Web API source codes or assemblies. Then you may provide or publish either the source codes in C# and TypeScript or the compiled client API library to other developers who are developing client programs of your Web API. The TypeScript outputs support jQuery, Angular 2+, AXIOS and Aurelia. Copyright © Zijian Huang 2015-$([System.DateTime]::Now.Year)