chore: add package metadat

This commit is contained in:
Stevan Freeborn
2024-07-07 15:16:46 -05:00
parent ebbae05a22
commit d1855ddd37
@@ -6,8 +6,13 @@
<PackageId>AnthropicClient</PackageId>
<Version>0.0.0</Version>
<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>
<PackageReleaseNotes>CHANGELOG.md</PackageReleaseNotes>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
@@ -27,6 +32,7 @@
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="\"/>
<None Include="CHANGELOG.md" Pack="true" PackagePath="\"/>
</ItemGroup>