chore: add package metadat
This commit is contained in:
@@ -6,8 +6,13 @@
|
|||||||
<PackageId>AnthropicClient</PackageId>
|
<PackageId>AnthropicClient</PackageId>
|
||||||
<Version>0.0.0</Version>
|
<Version>0.0.0</Version>
|
||||||
<Authors>Stevan Freeborn</Authors>
|
<Authors>Stevan Freeborn</Authors>
|
||||||
|
<Description>Anthropic Client Library</Description>
|
||||||
|
<PackageProjectUrl>https://stevanfreeborn.github.io/anthropic-client</PackageProjectUrl>
|
||||||
|
<RepositoryUrl>https://github.com/StevanFreeborn/anthropic-client</RepositoryUrl>
|
||||||
|
<PackageTags>anthropic;client</PackageTags>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<PackageReleaseNotes>CHANGELOG.md</PackageReleaseNotes>
|
<PackageReleaseNotes>CHANGELOG.md</PackageReleaseNotes>
|
||||||
|
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -27,6 +32,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
|
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
|
||||||
|
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="\"/>
|
||||||
<None Include="CHANGELOG.md" Pack="true" PackagePath="\"/>
|
<None Include="CHANGELOG.md" Pack="true" PackagePath="\"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user