Skip to content

Commit

Permalink
OK
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Jun 19, 2024
1 parent fa59a00 commit 418c91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Copyright>Copyright © Zijian Huang 2015-$([System.DateTime]::Now.Year)</Copyright>
<Authors>Zijian Huang</Authors>
<PackageProjectUrl>https://github.com/zijianhuang/webapiclientgen</PackageProjectUrl>
<Version>3.3.1</Version>
<Version>3.3.2</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>For god assembly.</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
2 changes: 1 addition & 1 deletion WebApiClientGenCore/WebApiClientGenCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>Fonlow.CodeDom.Web</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>Fonlow.WebApiClientGenCore</PackageId>
<Version>7.7.2</Version>
<Version>7.7.3</Version>
<Description>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.</Description>
<Copyright>Copyright © Zijian Huang 2015-$([System.DateTime]::Now.Year)</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
Expand Down

0 comments on commit 418c91a

Please sign in to comment.