Skip to content

Commit

Permalink
Upgrade ZoneTree version.
Browse files Browse the repository at this point in the history
  • Loading branch information
koculu committed Oct 16, 2024
1 parent e70d8c3 commit c258846
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.0</ProductVersion>
<Version>1.0.5.0</Version>
<ProductVersion>1.0.6.0</ProductVersion>
<Version>1.0.6.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
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void UpsertRecord(TToken token, TRecord record, TToken previousToken)
Token = token,
Record = record,
PreviousToken = previousToken
}, new());
}, 0);
if (!useSecondaryIndex) return;
var key = new CompositeKeyOfRecordToken<TRecord, TToken>()
{
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.2" />
<PackageReference Include="ZoneTree" Version="1.8.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c258846

Please sign in to comment.