Skip to content

Commit

Permalink
Update to the latest ZoneTree.
Browse files Browse the repository at this point in the history
  • Loading branch information
koculu committed Sep 7, 2024
1 parent e973311 commit e70d8c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ZoneTree.FullTextSearch/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Authors>Ahmed Yasin Koculu</Authors>
<PackageId>ZoneTree.FullTextSearch</PackageId>
<Title>ZoneTree.FullTextSearch</Title>
<ProductVersion>1.0.4.0</ProductVersion>
<Version>1.0.4.0</Version>
<ProductVersion>1.0.5.0</ProductVersion>
<Version>1.0.5.0</Version>
<Authors>Ahmed Yasin Koculu</Authors>
<AssemblyTitle>ZoneTree.FullTextSearch</AssemblyTitle>
<Description>ZoneTree.FullTextSearch is an open-source library that extends ZoneTree to provide efficient full-text search capabilities. It offers a fast, embedded search engine suitable for applications that require high performance and do not rely on external databases.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/ZoneTree.FullTextSearch/ZoneTree.FullTextSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ZoneTree" Version="1.8.1" />
<PackageReference Include="ZoneTree" Version="1.8.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e70d8c3

Please sign in to comment.