File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed
Microsoft.OpenApi.Readers Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
- <LangVersion >9.0</LangVersion >
6
+ <LangVersion >9.0</LangVersion >
7
7
<PackAsTool >true</PackAsTool >
8
+ <PackageProjectUrl >https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl >
9
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
10
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
11
+ <Authors >Microsoft</Authors >
12
+ <Company >Microsoft</Company >
13
+ <Title >Microsoft.OpenApi.Hidi</Title >
14
+ <PackageId >Microsoft.OpenApi.Hidi</PackageId >
8
15
<ToolCommandName >hidi</ToolCommandName >
9
16
<PackageOutputPath >./../../artifacts</PackageOutputPath >
10
- <Version >0.5.0-preview3</Version >
17
+ <Version >0.5.0-preview4</Version >
18
+ <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
19
+ <PackageTags >OpenAPI .NET</PackageTags >
20
+ <RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl >
21
+ <PackageReleaseNotes >
22
+ - Publish symbols.
23
+ </PackageReleaseNotes >
24
+ <AssemblyName >Microsoft.OpenApi.Hidi</AssemblyName >
25
+ <RootNamespace >Microsoft.OpenApi.Hidi</RootNamespace >
26
+ <SignAssembly >true</SignAssembly >
27
+ <!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
28
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
11
29
</PropertyGroup >
12
30
13
31
<ItemGroup >
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-preview3 </Version >
13
+ <Version >1.3.1-preview4 </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 11
11
<Company >Microsoft</Company >
12
12
<Title >Microsoft.OpenApi</Title >
13
13
<PackageId >Microsoft.OpenApi</PackageId >
14
- <Version >1.3.1-preview3 </Version >
14
+ <Version >1.3.1-preview4 </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 >
You can’t perform that action at this time.
0 commit comments