Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Feb 22, 2024
1 parent 0b54c5b commit 3a40e45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Fonlow.Poco2TsCore/Fonlow.Poco2TsCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/zijianhuang/webapiclientgen</PackageProjectUrl>
<PackageTags>TypeScript,Code DOM</PackageTags>
<PackageReleaseNotes>For TypeScript CodeDOM v3.1</PackageReleaseNotes>
<PackageReleaseNotes>
With TypeScript CodeDOM v3.2. Better handling of integral numbers larger than 53bit. Good supports for integral types of .NET: Int64, UInt64, Int128, UInt128, BigInteger, through Fonlow.TypeScriptCodeDOMCore.
Generated doc comments for class properties of integral types, which will be translated to JavaScript number or string, if respective properties have no doc comment declared in XML doc comment and have no validation attributes. Supported through Fonlow.Poco2TsCore.
</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
Expand Down
6 changes: 5 additions & 1 deletion WebApiClientGenCore/WebApiClientGenCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/zijianhuang/webapiclientgen</PackageProjectUrl>
<PackageTags>ASP API Web Client webapi rest restful aspnet aspnetwebapi httpclient .net core aspnetcore jquery angular</PackageTags>
<PackageReleaseNotes>Build for .NET 7</PackageReleaseNotes>
<PackageReleaseNotes>
With TypeScript CodeDOM v3.2. Better handling of integral numbers larger than 53bit. Good supports for integral types of .NET: Int64, UInt64, Int128, UInt128, BigInteger, through Fonlow.TypeScriptCodeDOMCore.
Generated doc comments for class properties of integral types, which will be translated to JavaScript number or string, if respective properties have no doc comment declared in XML doc comment and have no validation attributes. Supported through Fonlow.Poco2TsCore.
Generated doc comments for API function parameters and return of integral types, if respective parameters have no doc comment declared in XML doc comment.
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<NeutralLanguage>en</NeutralLanguage>
<Authors>Zijian Huang</Authors>
Expand Down

0 comments on commit 3a40e45

Please sign in to comment.