Skip to content

Commit 45d3da5

Browse files
author
Milian Lichere
committed
updated description of packages
1 parent 37ad5c0 commit 45d3da5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/BehaviourTree.FluentBuilder/BehaviourTree.FluentBuilder.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>BehaviourTree.FluentBuilder</PackageId>
66
<PackageVersion>1.0.0</PackageVersion>
7-
<PackageTags>c# behavior behaviour tree fluent</PackageTags>
7+
<PackageTags>fluent c# behavior behaviour tree behaviourtree behaviortree ai bot</PackageTags>
8+
<Description>This an extension to the behaviour tree library. It helps you build a tree using a fluent api. This is an alpha, please let me know if something can be improved or isn't working as expected</Description>
89
<RepositoryUrl>https://github.com/Eraclys/BehaviourTree/</RepositoryUrl>
910
<PackageLicenseUrl>https://github.com/Eraclys/BehaviourTree/blob/master/LICENSE</PackageLicenseUrl>
1011
<PackageProjectUrl>https://github.com/Eraclys/BehaviourTree/</PackageProjectUrl>

src/BehaviourTree/BehaviourTree.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<TargetFramework>netstandard1.4</TargetFramework>
55
<PackageId>BehaviourTree</PackageId>
66
<PackageVersion>1.0.0</PackageVersion>
7-
<PackageTags>behavior behaviour tree</PackageTags>
7+
<PackageTags>c# behavior behaviour tree behaviourtree behaviortree ai bot</PackageTags>
8+
<Description>A simple c# behaviour tree library. This is an alpha, please let me know if something can be improved or isn't working as expected.</Description>
89
<RepositoryUrl>https://github.com/Eraclys/BehaviourTree/</RepositoryUrl>
910
<PackageLicenseUrl>https://github.com/Eraclys/BehaviourTree/blob/master/LICENSE</PackageLicenseUrl>
1011
<PackageProjectUrl>https://github.com/Eraclys/BehaviourTree/</PackageProjectUrl>

0 commit comments

Comments
 (0)