Skip to content

Commit

Permalink
Bump Lucene version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Nov 13, 2024
1 parent b315503 commit f4d9f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Examine.Lucene/Examine.Lucene.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lucene.Net.QueryParser">
<Version>4.8.0-beta00016</Version>
<Version>4.8.0-beta00017</Version>
</PackageReference>
<PackageReference Include="Lucene.Net.Replicator" Version="4.8.0-beta00016" />
<PackageReference Include="Lucene.Net.Replicator" Version="4.8.0-beta00017" />
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/Examine.Test/Examine.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="Lucene.Net.Spatial">
<Version>4.8.0-beta00016</Version>
<Version>4.8.0-beta00017</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
Expand Down

0 comments on commit f4d9f72

Please sign in to comment.