Skip to content

Commit

Permalink
Rename product
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle authored Jan 3, 2024
1 parent 0f81929 commit dd9ab63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# OpenAPI External Reference Reader for .NET
# OpenAPI Multi Document Reader for .NET

An OpenAPI reader that merges external references into a single document for .NET using the [Microsoft OpenAPI](https://www.nuget.org/packages/Microsoft.OpenApi.readers) toolset
An OpenAPI reader that merges external references into a single document using the [Microsoft OpenAPI](https://www.nuget.org/packages/Microsoft.OpenApi.readers) toolset
2 changes: 1 addition & 1 deletion src/OasReader/OasReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageId>OasReader</PackageId>
<AssemblyName>OasReader</AssemblyName>
<RootNamespace>OasReader</RootNamespace>
<Product>OasReader</Product>
<Product>OpenAPI Multi Document Reader</Product>
<Description>An OpenAPI reader that merges external references into a single document for .NET using the [Microsoft OpenAPI](https://www.nuget.org/packages/Microsoft.OpenApi.readers) toolset</Description>
<Authors>Christian Resma Helle</Authors>
<Company>Christian Resma Helle</Company>
Expand Down

0 comments on commit dd9ab63

Please sign in to comment.