update README
This commit is contained in:
parent
e45e486231
commit
2779a598aa
|
|
@ -1,18 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Version>0.4.0</Version>
|
||||
<RepositoryUrl>https://github.com/dotnetcore/BotSharp</RepositoryUrl>
|
||||
<Authors>Haiping Chen</Authors>
|
||||
<PackageProjectUrl>https://github.com/dotnetcore/BotSharp</PackageProjectUrl>
|
||||
<Copyright>Apache 2.0</Copyright>
|
||||
<Company>BotSharp AI</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\BotSharp.Platform.Models\BotSharp.Platform.Models.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Version>0.4.0</Version>
|
||||
<PackageProjectUrl>https://github.com/dotnetcore/BotSharp</PackageProjectUrl>
|
||||
<Authors>Haipin Chen</Authors>
|
||||
<Company>BotSharp AI</Company>
|
||||
<RepositoryUrl>https://github.com/dotnetcore/BotSharp</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<Copyright>Apache 2.0</Copyright>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="System.ComponentModel.Annotations">
|
||||
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.ComponentModel.Annotations.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -3,7 +3,8 @@
|
|||
[](https://gitter.im/sci-sharp/community)
|
||||
[](https://raw.githubusercontent.com/Oceania2018/BotSharp/master/LICENSE)
|
||||
[](https://www.nuget.org/packages/BotSharp.Core)
|
||||
[](https://www.nuget.org/packages/BotSharp.Core)
|
||||
[](https://ci.appveyor.com/project/Haiping-Chen/botsharp)
|
||||
[](https://botsharp.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||
*"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."*
|
||||
|
||||
|
|
@ -65,7 +66,7 @@ Read the docs: https://botsharp.readthedocs.io
|
|||
|
||||
If you feel that this project is helpful to you, please Star the project, we would be very grateful.
|
||||
|
||||
Powered by [SciSharp STACK](https://github.com/SciSharp) which is the .NET based ecosystem of open-source software for mathematics, science, and engineering.
|
||||
Member project of [SciSharp STACK](https://github.com/SciSharp) which is the .NET based ecosystem of open-source software for mathematics, science, and engineering.
|
||||
|
||||
Scan QR code to join TIM group:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue