Bump version to v0.17.0
This commit is contained in:
parent
8672214c39
commit
758cfd556e
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue