Skip to content

Commit c1a0bfd

Browse files
authored
Changed explicit version parameter to --prerelease
1 parent 11d35b7 commit c1a0bfd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Microsoft.OpenApi.Hidi/readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ Hidi has these key capabilities that enable you to build different scenarios off
1414
Install [Microsoft.OpenApi.Hidi](https://www.nuget.org/packages/Microsoft.OpenApi.Hidi/1.0.0-preview4) package from NuGet by running the following command:
1515

1616
### .NET CLI(Global)
17-
1. dotnet tool install --global Microsoft.OpenApi.Hidi --version 0.5.0-preview4
17+
1. dotnet tool install --global Microsoft.OpenApi.Hidi --prerelease
18+
1819

1920
### .NET CLI(local)
2021

2122
1. dotnet new tool-manifest #if you are setting up the OpenAPI.NET repo
22-
2. dotnet tool install --local Microsoft.OpenApi.Hidi --version 0.5.0-preview4
23+
2. dotnet tool install --local Microsoft.OpenApi.Hidi --prerelease
24+
2325

2426

2527

@@ -49,7 +51,8 @@ It accepts the following command:
4951
• --loglevel(-ll) - The log level to use when logging messages to the main output
5052
5153

52-
**Example:** hidi.exe validate --openapi C:\OpenApidocs\Mail.yml --loglevel trace
54+
**Example:** `hidi.exe validate --openapi C:\OpenApidocs\Mail.yml --loglevel trace`
55+
5356
Run validate -h to see the options available.
5457

5558
### Transform

0 commit comments

Comments
 (0)