File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Microsoft.OpenApi.Readers Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
<Company >Microsoft</Company >
11
11
<Title >Microsoft.OpenApi.Readers</Title >
12
12
<PackageId >Microsoft.OpenApi.Readers</PackageId >
13
- <Version >1.0.0-beta015 </Version >
13
+ <Version >1.0.0-beta016 </Version >
14
14
<Description >OpenAPI.NET Readers for JSON and YAML documents</Description >
15
15
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
16
16
<PackageTags >OpenAPI .NET</PackageTags >
Original file line number Diff line number Diff line change 10
10
<Company >Microsoft</Company >
11
11
<Title >Microsoft.OpenApi</Title >
12
12
<PackageId >Microsoft.OpenApi</PackageId >
13
- <Version >1.0.0-beta015 </Version >
13
+ <Version >1.0.0-beta016 </Version >
14
14
<Description >.NET models with JSON and YAML writers for OpenAPI specification</Description >
15
15
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
16
16
<PackageTags >OpenAPI .NET</PackageTags >
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public void SerializeAsV3(IOpenApiWriter writer)
124
124
Tags ,
125
125
( w , t ) =>
126
126
{
127
- t . SerializeAsV2 ( w ) ;
127
+ t . SerializeAsV3 ( w ) ;
128
128
} ) ;
129
129
130
130
// summary
@@ -184,7 +184,7 @@ public void SerializeAsV2(IOpenApiWriter writer)
184
184
Tags ,
185
185
( w , t ) =>
186
186
{
187
- t . SerializeAsV3 ( w ) ;
187
+ t . SerializeAsV2 ( w ) ;
188
188
} ) ;
189
189
190
190
// summary
You can’t perform that action at this time.
0 commit comments