Bump version to v0.17.0

This commit is contained in:
Haiping Chen 2023-10-23 11:13:16 -05:00
parent 8672214c39
commit 758cfd556e
2 changed files with 1 additions and 9 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<LangVersion>10.0</LangVersion>
<OutputPath>..\..\..\packages</OutputPath>
<BotSharpVersion>0.16.2</BotSharpVersion>
<BotSharpVersion>0.17.0</BotSharpVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
</Project>

View file

@ -9,17 +9,9 @@
<ItemGroup>
<Compile Remove="data\**" />
<Compile Remove="knowledge_chunks\**" />
<Compile Remove="Prompts\**" />
<Content Remove="data\**" />
<Content Remove="knowledge_chunks\**" />
<Content Remove="Prompts\**" />
<EmbeddedResource Remove="data\**" />
<EmbeddedResource Remove="knowledge_chunks\**" />
<EmbeddedResource Remove="Prompts\**" />
<None Remove="data\**" />
<None Remove="knowledge_chunks\**" />
<None Remove="Prompts\**" />
</ItemGroup>
<ItemGroup>