Skip to content

Commit 8c6bbcc

Browse files
Bump Microsoft.OpenApi from 1.6.12 to 1.6.13
Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 1.6.12 to 1.6.13. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.12...1.6.13) --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 249f48c commit 8c6bbcc

File tree

4 files changed

+79
-79
lines changed

4 files changed

+79
-79
lines changed
Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
5-
<LangVersion>Latest</LangVersion>
6-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7-
<PackageIcon>icon.png</PackageIcon>
8-
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET.OData</PackageProjectUrl>
9-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
11-
<Authors>Microsoft</Authors>
12-
<Company>Microsoft</Company>
13-
<Title>Microsoft Open API OData Reader</Title>
14-
<RootNamespace>Microsoft.OpenApi.OData</RootNamespace>
15-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
16-
<PackageId>Microsoft.OpenApi.OData</PackageId>
17-
<SignAssembly>true</SignAssembly>
18-
<Version>1.6.0-preview.7</Version>
19-
<Description>This package contains the codes you need to convert OData CSDL to Open API Document of Model.</Description>
20-
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
21-
<PackageTags>Microsoft OpenApi OData EDM</PackageTags>
22-
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET.OData</RepositoryUrl>
23-
<PackageReleaseNotes>
24-
- Reads annotations on structural properties of stream types for media entity paths #399
25-
- Updates the format of the request body schema of a collection of complex property #423
26-
- Adds a delete operation and a required @id query parameter to collection-valued navigation property paths with $ref #453
27-
- Fixes inconsistency of nullability of schemas of properties that are a collection of structured types #467
28-
- Generates $expand query parameter for operations whose return type is a collection #481
29-
- Adds delete operation for non-contained navigation properties only if explicitly allowed via annotation #483
30-
- Appends parameters and fixes operation ids of navigation property paths generated via composable functions #486
31-
- Use alternate keys in the generation of operation ids of operations and navigation property alternate paths #488
32-
</PackageReleaseNotes>
33-
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
34-
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>
35-
<OutputPath Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">..\..\bin\Debug\</OutputPath>
36-
<OutputPath Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">..\..\bin\Release\</OutputPath>
37-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
38-
<DocumentationFile>..\..\bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
39-
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
40-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
41-
<PackageReadmeFile>README.md</PackageReadmeFile>
42-
</PropertyGroup>
43-
44-
<Import Project="..\Build.props" />
45-
46-
<ItemGroup>
47-
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4">
48-
<PrivateAssets>all</PrivateAssets>
49-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
50-
</PackageReference>
51-
<PackageReference Include="Microsoft.OData.Edm" Version="7.20.0" />
52-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.12" />
53-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
54-
<PrivateAssets>all</PrivateAssets>
55-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
56-
</PackageReference>
57-
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
58-
</ItemGroup>
59-
60-
<ItemGroup>
61-
<None Include="icon.png" Pack="true" PackagePath="\" />
62-
<Compile Update="Properties\SRResource.Designer.cs">
63-
<DesignTime>True</DesignTime>
64-
<AutoGen>True</AutoGen>
65-
<DependentUpon>SRResource.resx</DependentUpon>
66-
</Compile>
67-
</ItemGroup>
68-
69-
<ItemGroup>
70-
<EmbeddedResource Update="Properties\SRResource.resx">
71-
<Generator>ResXFileCodeGenerator</Generator>
72-
<LastGenOutput>SRResource.Designer.cs</LastGenOutput>
73-
</EmbeddedResource>
74-
</ItemGroup>
75-
76-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
5+
<LangVersion>Latest</LangVersion>
6+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7+
<PackageIcon>icon.png</PackageIcon>
8+
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET.OData</PackageProjectUrl>
9+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
11+
<Authors>Microsoft</Authors>
12+
<Company>Microsoft</Company>
13+
<Title>Microsoft Open API OData Reader</Title>
14+
<RootNamespace>Microsoft.OpenApi.OData</RootNamespace>
15+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
16+
<PackageId>Microsoft.OpenApi.OData</PackageId>
17+
<SignAssembly>true</SignAssembly>
18+
<Version>1.6.0-preview.7</Version>
19+
<Description>This package contains the codes you need to convert OData CSDL to Open API Document of Model.</Description>
20+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
21+
<PackageTags>Microsoft OpenApi OData EDM</PackageTags>
22+
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET.OData</RepositoryUrl>
23+
<PackageReleaseNotes>
24+
- Reads annotations on structural properties of stream types for media entity paths #399
25+
- Updates the format of the request body schema of a collection of complex property #423
26+
- Adds a delete operation and a required @id query parameter to collection-valued navigation property paths with $ref #453
27+
- Fixes inconsistency of nullability of schemas of properties that are a collection of structured types #467
28+
- Generates $expand query parameter for operations whose return type is a collection #481
29+
- Adds delete operation for non-contained navigation properties only if explicitly allowed via annotation #483
30+
- Appends parameters and fixes operation ids of navigation property paths generated via composable functions #486
31+
- Use alternate keys in the generation of operation ids of operations and navigation property alternate paths #488
32+
</PackageReleaseNotes>
33+
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
34+
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>
35+
<OutputPath Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">..\..\bin\Debug\</OutputPath>
36+
<OutputPath Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">..\..\bin\Release\</OutputPath>
37+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
38+
<DocumentationFile>..\..\bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
39+
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
40+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
41+
<PackageReadmeFile>README.md</PackageReadmeFile>
42+
</PropertyGroup>
43+
44+
<Import Project="..\Build.props" />
45+
46+
<ItemGroup>
47+
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4">
48+
<PrivateAssets>all</PrivateAssets>
49+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
50+
</PackageReference>
51+
<PackageReference Include="Microsoft.OData.Edm" Version="7.20.0" />
52+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.13" />
53+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
54+
<PrivateAssets>all</PrivateAssets>
55+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
56+
</PackageReference>
57+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
58+
</ItemGroup>
59+
60+
<ItemGroup>
61+
<None Include="icon.png" Pack="true" PackagePath="\" />
62+
<Compile Update="Properties\SRResource.Designer.cs">
63+
<DesignTime>True</DesignTime>
64+
<AutoGen>True</AutoGen>
65+
<DependentUpon>SRResource.resx</DependentUpon>
66+
</Compile>
67+
</ItemGroup>
68+
69+
<ItemGroup>
70+
<EmbeddedResource Update="Properties\SRResource.resx">
71+
<Generator>ResXFileCodeGenerator</Generator>
72+
<LastGenOutput>SRResource.Designer.cs</LastGenOutput>
73+
</EmbeddedResource>
74+
</ItemGroup>
75+
76+
</Project>

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="7.20.0" />
20-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.12" />
20+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.13" />
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.9.0" />
76-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.12" />
76+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.13" />
7777
<PackageReference Include="xunit" Version="2.6.6" />
7878
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
7979
<PrivateAssets>all</PrivateAssets>

tool/UpdateDocs/UpdateDocs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
</ItemGroup>
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.OData.Edm" Version="7.20.0" />
16-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.12" />
16+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.13" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)