Skip to content

Commit

Permalink
Update KTrie.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
kpol authored Mar 30, 2024
1 parent 775cb49 commit ce4abb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KTrie/KTrie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Kirill Polishchuk</Authors>
<Description>Trie (a.k.a. prefix tree) is an ordered tree data structure that is used to store an associative array where the keys are usually strings. All the descendants of a node have a common prefix of the string associated with that node, and the root is associated with the empty string.</Description>
<Copyright>Kirill Polishchuk</Copyright>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<RepositoryUrl>https://github.com/kpol/trie</RepositoryUrl>
<PackageProjectUrl>https://github.com/kpol/trie</PackageProjectUrl>
<PackageTags>trie, prefix-tree, data-structure</PackageTags>
Expand Down

0 comments on commit ce4abb5

Please sign in to comment.