File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
ClaudeCodeSharpSDK.Extensions.AI Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Description >.NET Microsoft.Extensions.AI adapter for ClaudeCodeSharpSDK, providing IChatClient integration.</Description >
44 <PackageId >ManagedCode.ClaudeCodeSharpSDK.Extensions.AI</PackageId >
5+ <PackageReadmeFile >README.md</PackageReadmeFile >
56 <RootNamespace >ManagedCode.ClaudeCodeSharpSDK.Extensions.AI</RootNamespace >
67 <AssemblyName >ManagedCode.ClaudeCodeSharpSDK.Extensions.AI</AssemblyName >
78 <PackageTags >claude;anthropic;sdk;ai;agent;cli;microsoft-extensions-ai;ichatclient</PackageTags >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
14+ <None Include =" ..\README.md" Pack =" true" PackagePath =" /" Link =" README.md" Visible =" false" />
1315 <PackageReference Include =" DotNet.ReproducibleBuilds" >
1416 <PrivateAssets >all</PrivateAssets >
1517 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Description >.NET SDK for the Anthropic Claude Code CLI with streaming thread events.</Description >
44 <PackageId >ManagedCode.ClaudeCodeSharpSDK</PackageId >
5+ <PackageReadmeFile >README.md</PackageReadmeFile >
56 <RootNamespace >ManagedCode.ClaudeCodeSharpSDK</RootNamespace >
67 <AssemblyName >ManagedCode.ClaudeCodeSharpSDK</AssemblyName >
78 <PackageTags >claude;anthropic;sdk;ai;agent;cli</PackageTags >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
14+ <None Include =" ..\README.md" Pack =" true" PackagePath =" /" Link =" README.md" Visible =" false" />
1315 <PackageReference Include =" DotNet.ReproducibleBuilds" >
1416 <PrivateAssets >all</PrivateAssets >
1517 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 2626 <RepositoryUrl >https://github.com/managedcode/ClaudeCodeSharpSDK</RepositoryUrl >
2727 <PackageProjectUrl >https://github.com/managedcode/ClaudeCodeSharpSDK</PackageProjectUrl >
2828 <PackageLicenseExpression >MIT</PackageLicenseExpression >
29- <PackageReadmeFile >README.md</PackageReadmeFile >
3029 <PublishRepositoryUrl >true</PublishRepositoryUrl >
3130 <EmbedUntrackedSources >true</EmbedUntrackedSources >
3231 <EnablePackageValidation >true</EnablePackageValidation >
3332 </PropertyGroup >
3433
35- <ItemGroup >
36- <None Include =" $(MSBuildThisFileDirectory)README.md" Pack =" true" PackagePath =" /" Visible =" false" />
37- </ItemGroup >
38-
3934 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true' or '$(CI)' == 'true' or '$(TF_BUILD)' == 'true'" >
4035 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
4136 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments