Skip to content

Commit d5c0b0b

Browse files
authored
Merge pull request #455 from mihaj/vnext
Installation section added to readme file.
2 parents da0612c + 9212cbd commit d5c0b0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Project Objectives
1919
- Provide OpenAPI description writers for both V2 and V3 specification formats.
2020
- Enable developers to create Readers that translate different data formats into OpenAPI descriptions.
2121

22+
# Installation
23+
24+
- Install core Nuget package `Microsoft.OpenApi`
25+
- Install readers Nuget package `Microsoft.OpenApi.Readers`
26+
2227
# Processors
2328
The OpenAPI.NET project holds the base object model for representing OpenAPI documents as .NET objects. Some developers have found the need to write processors that convert other data formats into this OpenAPI.NET object model. We'd like to curate that list of processors in this section of the readme.
2429

0 commit comments

Comments
 (0)