Skip to content

Commit 44d66ec

Browse files
committed
release v0.3.
1 parent 7dd78a5 commit 44d66ec

File tree

6 files changed

+20
-161
lines changed

6 files changed

+20
-161
lines changed

BotSharp.Core/BotSharp.Core.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<TargetFramework>netstandard2.0</TargetFramework>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1515
<Authors>Haiping Chen</Authors>
16-
<Company />
16+
<Company>BotSharp AI</Company>
1717
<Product>AI Bot Platform Builder</Product>
1818
<Description>Open source AI Bot platform builder which is written in C# runs on .Net Core and is enterprise oriented. Integrated with multiple bot engines besides BotSharp bot engine. Modulized pipeline design make NLP tasks plugin easily. Abstract platform and NLP task, migrate existed chatbot from a platform into another platform perfectly through dump and restore.
1919

@@ -22,8 +22,7 @@ If you feel that this project is helpful to you, please Star on the project, we
2222
<RepositoryUrl>https://github.com/Oceania2018/BotSharp</RepositoryUrl>
2323
<PackageTags>NLU, Chatbot, Bot, AI Bot, Artificial Intelligence</PackageTags>
2424
<Version>1.9.0</Version>
25-
<PackageReleaseNotes>Monthly Update.
26-
Support dialogue status tracking.</PackageReleaseNotes>
25+
<PackageReleaseNotes>Support dialogue status tracking.</PackageReleaseNotes>
2726
<Copyright>Since 2018 Haiping Chen</Copyright>
2827
<PackageProjectUrl>https://github.com/Oceania2018/BotSharp</PackageProjectUrl>
2928
<AssemblyVersion>1.9.0.0</AssemblyVersion>
@@ -73,6 +72,8 @@ Support dialogue status tracking.</PackageReleaseNotes>
7372
</ItemGroup>
7473

7574
<ItemGroup>
75+
<PackageReference Include="BotSharp.Platform.Abstraction" Version="0.2.1" />
76+
<PackageReference Include="BotSharp.Platform.Models" Version="0.2.1" />
7677
<PackageReference Include="CherubNLP" Version="0.1.1" />
7778
<PackageReference Include="Colorful.Console" Version="1.2.9" />
7879
<PackageReference Include="CSRedisCore" Version="3.0.30" />

BotSharp.Platform.Abstraction/BotSharp.Platform.Abstraction.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Version>0.3.0</Version>
7-
<RepositoryUrl>https://github.com/Oceania2018/BotSharp</RepositoryUrl>
7+
<RepositoryUrl>https://github.com/dotnetcore/BotSharp</RepositoryUrl>
88
<Authors>Haiping Chen</Authors>
9+
<PackageProjectUrl>https://github.com/dotnetcore/BotSharp</PackageProjectUrl>
10+
<Copyright>Apache 2.0</Copyright>
11+
<Company>BotSharp AI</Company>
912
</PropertyGroup>
1013

1114
<ItemGroup>

BotSharp.Platform.Models/BotSharp.Platform.Models.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Version>0.3.0</Version>
7-
<PackageProjectUrl>https://github.com/Oceania2018/BotSharp</PackageProjectUrl>
7+
<PackageProjectUrl>https://github.com/dotnetcore/BotSharp</PackageProjectUrl>
88
<Authors>Haipin Chen</Authors>
9+
<Company>BotSharp AI</Company>
10+
<RepositoryUrl>https://github.com/dotnetcore/BotSharp</RepositoryUrl>
11+
<RepositoryType>git</RepositoryType>
12+
<Copyright>Apache 2.0</Copyright>
913
</PropertyGroup>
1014

1115
<ItemGroup>

0 commit comments

Comments
 (0)