Skip to content

Commit

Permalink
updated description of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Milian Lichere committed Aug 15, 2018
1 parent 37ad5c0 commit 45d3da5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>BehaviourTree.FluentBuilder</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageTags>c# behavior behaviour tree fluent</PackageTags>
<PackageTags>fluent c# behavior behaviour tree behaviourtree behaviortree ai bot</PackageTags>
<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>
<RepositoryUrl>https://github.com/Eraclys/BehaviourTree/</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Eraclys/BehaviourTree/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Eraclys/BehaviourTree/</PackageProjectUrl>
Expand Down
3 changes: 2 additions & 1 deletion src/BehaviourTree/BehaviourTree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<TargetFramework>netstandard1.4</TargetFramework>
<PackageId>BehaviourTree</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageTags>behavior behaviour tree</PackageTags>
<PackageTags>c# behavior behaviour tree behaviourtree behaviortree ai bot</PackageTags>
<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>
<RepositoryUrl>https://github.com/Eraclys/BehaviourTree/</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Eraclys/BehaviourTree/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Eraclys/BehaviourTree/</PackageProjectUrl>
Expand Down

0 comments on commit 45d3da5

Please sign in to comment.