File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
WebApiClientCore.OpenApi.SourceGenerator Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 88 <Copyright >Copyright © laojiu 2017-2020</Copyright >
99 <Description >WebApiClientCore声明接口的代码生成器</Description >
1010 <Summary >将本地或远程OpenApi文档解析生成WebApiClientCore的接口定义代码文件的工具</Summary >
11+
12+
13+ <Version >1.0.6</Version >
14+ <Authors >laojiu</Authors >
15+ <Company >laojiu</Company >
16+ <Copyright >Copyright © laojiu 2017-2020</Copyright >
17+ <Description >将OpenApi的本地或远程文档解析生成WebApiClientCore的接口定义代码文件</Description >
18+ <Summary >将OpenApi的本地或远程文档解析生成WebApiClientCore的接口定义代码文件</Summary >
19+
20+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
21+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
22+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
23+ <PackageProjectUrl >https://github.com/dotnetcore/WebApiClient</PackageProjectUrl >
24+ <PackageIcon >icon.png</PackageIcon >
25+ <PackAsTool >true</PackAsTool >
1126 </PropertyGroup >
12-
27+
1328
1429 <ItemGroup >
1530 <PackageReference Include =" CommandLineParser" Version =" 1.9.71" />
3651 </None >
3752 </ItemGroup >
3853
54+ <ItemGroup >
55+ <None Include =" ..\.editorconfig" Link =" .editorconfig" />
56+ <None Include =" ..\icon.png" >
57+ <Pack >True</Pack >
58+ <PackagePath ></PackagePath >
59+ </None >
60+ </ItemGroup >
61+
3962</Project >
You can’t perform that action at this time.
0 commit comments