|
4 | 4 | <AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName> |
5 | 5 | <LangVersion>Latest</LangVersion> |
6 | 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 | 7 | <Title>Microsoft Open API OData Reader</Title> |
14 | 8 | <RootNamespace>Microsoft.OpenApi.OData</RootNamespace> |
15 | 9 | <TargetFrameworks>net8.0</TargetFrameworks> |
16 | 10 | <PackageId>Microsoft.OpenApi.OData</PackageId> |
17 | 11 | <SignAssembly>true</SignAssembly> |
18 | | - <Version>2.0.0-preview.7</Version> |
19 | 12 | <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 | | - - Upgraded to Microsoft.Odata.Edm 8.0.0 |
25 | | - - Cleaned up obsolete APIs |
26 | | - - Changed target framework to net8.0 |
27 | | - - Adds support for retrieving collection of enum values from UpdateMethod property of UpdateRestrictions annotation #564 |
28 | | - - Adds nullable to double schema conversions #581 |
29 | | - - Updates tag names for actions/functions operations #585 |
30 | | - - Creates unique operation ids for paths with composable overloaded functions #580 |
31 | | - - Further fixes for double/decimal/float schema conversions #581 |
32 | | - - Replaced integer types by number types |
33 | | - - Further fix for generating unique operation ids for paths with composable overloaded functions where all functions in path are overloaded #594 |
34 | | - - Further fix for generating unique operation ids for navigation property paths with composable overloaded functions #596 |
35 | | - - Updates PUT operation id prefix from Update to Set #600 |
36 | | - - Adds action/function suffix to tag names for actions/functions operations #641 |
37 | | - </PackageReleaseNotes> |
38 | 13 | <AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName> |
39 | 14 | <AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile> |
40 | 15 | <OutputPath Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">..\..\bin\Debug\</OutputPath> |
|
67 | 42 | </ItemGroup> |
68 | 43 |
|
69 | 44 | <ItemGroup> |
70 | | - <None Include="icon.png" Pack="true" PackagePath="\" /> |
71 | 45 | <Compile Update="Properties\SRResource.Designer.cs"> |
72 | 46 | <DesignTime>True</DesignTime> |
73 | 47 | <AutoGen>True</AutoGen> |
|
0 commit comments