Skip to content

Commit

Permalink
Update NuGet summary description
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Sep 20, 2024
1 parent a77a11a commit 9634554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Refitter.SourceGenerator/Refitter.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>Refitter.SourceGenerator</AssemblyName>
<RootNamespace>Refitter.SourceGenerator</RootNamespace>
<Title>Refitter.SourceGenerator</Title>
<Description>A C# Source Generator that uses Refitter for generating a REST API Client using the Refit library</Description>
<Description>A C# Source Generator that uses Refitter for generating a REST API Client using the Refit library from OpenAPI specifications.</Description>
<DevelopmentDependency>true</DevelopmentDependency>
<IncludeBuildOutput>false</IncludeBuildOutput>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
Expand All @@ -33,4 +33,4 @@
<EmbeddedResource Include="../Refitter.Core/Templates/*.liquid" LinkBase="Templates" />
</ItemGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions src/Refitter/Refitter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>refitter</AssemblyName>
<RootNamespace>Refitter</RootNamespace>
<Product>Refit API Client Code Generator</Product>
<Description>Refitter is a CLI tool for generating a C# REST API Client using the Refit library.</Description>
<Description>Refitter is a CLI tool for generating a C# REST API Client using the Refit library from OpenAPI specifications.</Description>
<PackAsTool>true</PackAsTool>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
Expand All @@ -26,4 +26,4 @@
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 9634554

Please sign in to comment.