|
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> |
0 commit comments