Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed May 30, 2024
1 parent b6acf7b commit b13d40d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Company>lepo.co</Company>
<Authors>lepo.co</Authors>
<Product>OpenAPI Client</Product>
<CommonTags>lepoco;openapi;client;toolkit</CommonTags>
<CommonTags>lepoco;swagger;open;api;json;openapi;client;toolkit;source;generators</CommonTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>(c) lepo.co | Leszek Pomianowski and Contributors. All rights reserved.</Copyright>
Expand Down
2 changes: 2 additions & 0 deletions src/OpenApi.Client.Cli/OpenApi.Client.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>openapiclient</ToolCommandName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<CommonTags>$(CommonTags);cli;command;tool</CommonTags>
<Description>Your friendly neighborhood tool for generating C# client classes from Open API jsons!</Description>
</PropertyGroup>

<Import Project="..\OpenApi.Client.SourceGenerators\OpenApi.Client.SourceGenerators.projitems" Label="Shared" />
Expand Down
1 change: 1 addition & 0 deletions src/OpenApi.Client/OpenApi.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PackageId>OpenApiClient</PackageId>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>OpenAPI Client is a toolkit with source generators that helps you create HTTP clients for external APIs based on their OpenAPI specifications. It simplifies the process of consuming and interacting with various web services.</Description>
</PropertyGroup>

<!-- Necessary polyfills -->
Expand Down

0 comments on commit b13d40d

Please sign in to comment.