chore: add workflows

This commit is contained in:
Stevan Freeborn
2024-07-07 15:07:42 -05:00
parent 3969937ffa
commit ebbae05a22
3 changed files with 133 additions and 0 deletions
@@ -6,6 +6,8 @@
<PackageId>AnthropicClient</PackageId>
<Version>0.0.0</Version>
<Authors>Stevan Freeborn</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>CHANGELOG.md</PackageReleaseNotes>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
@@ -23,4 +25,9 @@
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="CHANGELOG.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>