File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
Microsoft.OpenApi.Readers Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 28
28
echo "::set-output name=version::${version}"
29
29
shell: pwsh
30
30
id: getversion
31
- if: contains(github.ref, 'refs/tags/v')
32
- env:
33
- BRANCH_NAME: ${{ github.ref }}
34
31
- name : Push to GitHub Packages - Nightly
35
32
if : contains(github.ref, 'refs/head/vnext')
36
33
Original file line number Diff line number Diff line change 15
15
<PackageId >Microsoft.OpenApi.Hidi</PackageId >
16
16
<ToolCommandName >hidi</ToolCommandName >
17
17
<PackageOutputPath >./../../artifacts</PackageOutputPath >
18
- <Version >1.0.0-preview5 </Version >
18
+ <Version >1.0.0-preview6 </Version >
19
19
<Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
20
20
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
21
21
<PackageTags >OpenAPI .NET</PackageTags >
22
22
<RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl >
23
23
<PackageReleaseNotes >
24
- - Enables discriminator values
25
- - Adds new OpenAPI convert setting, ExpandDerivedTypesNavigationProperties and sets it to false
26
- - Bumps up the Microsoft.OpenApi.OData library to v1.0.11-preview2
24
+ - Bumps up the Microsoft.OpenAPI library to v1.3.2
25
+ - Bumps up the Microsoft.OData library to v7.12.0
26
+ - Bumps up the Microsoft.OpenApi.OData library to v1.0.11-preview3
27
27
</PackageReleaseNotes >
28
28
<AssemblyName >Microsoft.OpenApi.Hidi</AssemblyName >
29
29
<RootNamespace >Microsoft.OpenApi.Hidi</RootNamespace >
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.3.1 </Version >
13
+ <Version >1.3.2 </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 >
17
17
<RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl >
18
18
<PackageReleaseNotes >
19
- - Publish symbols.
19
+ - Fixed a bug where contact information would not read properly. #892
20
20
</PackageReleaseNotes >
21
21
<AssemblyName >Microsoft.OpenApi.Readers</AssemblyName >
22
22
<RootNamespace >Microsoft.OpenApi.Readers</RootNamespace >
Original file line number Diff line number Diff line change 11
11
<Company >Microsoft</Company >
12
12
<Title >Microsoft.OpenApi</Title >
13
13
<PackageId >Microsoft.OpenApi</PackageId >
14
- <Version >1.3.1 </Version >
14
+ <Version >1.3.2 </Version >
15
15
<Description >.NET models with JSON and YAML writers for OpenAPI specification</Description >
16
16
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
17
17
<PackageTags >OpenAPI .NET</PackageTags >
18
18
<RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl >
19
19
<PackageReleaseNotes >
20
- - Publish symbols.
20
+ - Adds support for c-style hex notation strings. #908
21
21
</PackageReleaseNotes >
22
22
<AssemblyName >Microsoft.OpenApi</AssemblyName >
23
23
<RootNamespace >Microsoft.OpenApi</RootNamespace >
You can’t perform that action at this time.
0 commit comments