Skip to content

Commit bf457da

Browse files
committed
Merge branch 'master' into ci/alignment
2 parents dcbb719 + b0c780e commit bf457da

17 files changed

+17
-17
lines changed

docs/oas3_0_0/TripService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace Microsoft.OData.Service.Sample.TrippinInMemory.Models",
55
"description": "This OData service is located at http://localhost",

docs/oas3_0_0/graph.beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/beta",

docs/oas3_0_0/graph1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/v1.0",

docs/oas3_0_0/graph1.0_updated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/v1.0",

docs/oas3_0_0/graph1.0_withSecurity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/v1.0",

src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5454
</PackageReference>
5555
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.3" />
56-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.22" />
56+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
5757
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
5858
<PrivateAssets>all</PrivateAssets>
5959
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/OoasGui/OoasGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1919
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.3" />
20-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.22" />
20+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
2121
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
2222
</ItemGroup>
2323
</Project>

test/Microsoft.OpenAPI.OData.Reader.Tests/Microsoft.OpenAPI.OData.Reader.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<PrivateAssets>all</PrivateAssets>
7474
</PackageReference>
7575
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
76-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.22" />
76+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
7777
<PackageReference Include="xunit" Version="2.9.2" />
7878
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
7979
<PrivateAssets>all</PrivateAssets>

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace DefaultNs",
55
"description": "This OData service is located at http://localhost",

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: OData Service for namespace DefaultNs
44
description: This OData service is located at http://localhost

0 commit comments

Comments
 (0)