55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <LangVersion >Latest</LangVersion >
8+ <GenerateDocumentationFile >True</GenerateDocumentationFile >
9+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10+ <PackageId >Betalgo.Ranul.OpenAI.Contracts</PackageId >
11+ <Title >OpenAI SDK Contracts by Betalgo</Title >
12+ <Product >OpenAI Contracts by Betalgo Ranul</Product >
13+ <Description >Contracts and shared types for the Betalgo OpenAI .NET SDK.</Description >
14+ <Authors >Tolga Kayhan, Betalgo</Authors >
15+ <Company >Betalgo Up Ltd.</Company >
16+ <Version >9.2.1</Version >
17+ <PackageProjectUrl >https://openai.com/</PackageProjectUrl >
18+ <PackageIcon >Betalgo-Ranul-OpenAI-icon.png</PackageIcon >
19+ <PackageReadmeFile >Readme.md</PackageReadmeFile >
20+ <PackageTags >openAI,realtime,chatGPT,gpt-4,gpt-3,DALL·E,whisper,azureOpenAI,ai,betalgo,NLP,dalle,dall-e,OpenAI,contracts</PackageTags >
21+ <RepositoryUrl >https://github.com/betalgo/openai/</RepositoryUrl >
22+ <RepositoryType >git</RepositoryType >
23+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
24+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
25+ <IncludeSymbols >true</IncludeSymbols >
26+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
27+ <EnforceCodeStyleInBuild >True</EnforceCodeStyleInBuild >
28+ </PropertyGroup >
29+
30+ <PropertyGroup >
31+ <NoWarn >1701;1702;1529;1591</NoWarn >
832 </PropertyGroup >
933
1034 <ItemGroup >
1135 <Folder Include =" Converters\" />
1236 </ItemGroup >
1337
38+ <ItemGroup >
39+ <None Include =" ..\Readme.md" >
40+ <Pack >True</Pack >
41+ <PackagePath >\</PackagePath >
42+ </None >
43+ <None Include =" Betalgo-Ranul-OpenAI-icon.png" >
44+ <Pack >True</Pack >
45+ <PackagePath >\</PackagePath >
46+ </None >
47+ </ItemGroup >
48+
1449 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
1550 <PackageReference Include =" System.Text.Json" Version =" 8.0.5" />
1651 </ItemGroup >
52+
53+ <ItemGroup >
54+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
55+ </ItemGroup >
1756</Project >
0 commit comments