Stormancer.Server.Plugins.Queries
0.1.0.10
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Queries --version 0.1.0.10
NuGet\Install-Package Stormancer.Server.Plugins.Queries -Version 0.1.0.10
<PackageReference Include="Stormancer.Server.Plugins.Queries" Version="0.1.0.10" />
<PackageVersion Include="Stormancer.Server.Plugins.Queries" Version="0.1.0.10" />
<PackageReference Include="Stormancer.Server.Plugins.Queries" />
paket add Stormancer.Server.Plugins.Queries --version 0.1.0.10
#r "nuget: Stormancer.Server.Plugins.Queries, 0.1.0.10"
#:package Stormancer.Server.Plugins.Queries@0.1.0.10
#addin nuget:?package=Stormancer.Server.Plugins.Queries&version=0.1.0.10
#tool nuget:?package=Stormancer.Server.Plugins.Queries&version=0.1.0.10
Provides authentication, user management and sessions features to a Stormancer server application.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net5.0
- jose-jwt (>= 3.1.1)
- Lucene.Net (>= 4.8.0-beta00014)
- Lucene.Net.Analysis.Common (>= 4.8.0-beta00014)
- Newtonsoft.Json (>= 13.0.1)
- Stormancer.Abstractions.Server (>= 5.0.0)
- Stormancer.Filters (>= 0.1.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Stormancer.Server.Plugins.Queries:
| Package | Downloads |
|---|---|
|
Stormancer.Server.Plugins.Users
Provides authentication, user management and sessions features to a Stormancer server application. |
|
|
Stormancer.Server.Plugins.GameFinder
Provides Gamefinder features to a Stormancer server application. |
|
|
Stormancer.Server.Plugins.RemoteControl
Enables remote control of automated Stormancer agents. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.5.0.6 | 657 | 3/3/2025 |
| 0.5.0.6-pre | 849 | 3/3/2025 |
| 0.5.0.5-pre | 484 | 11/20/2024 |
| 0.5.0.4-pre | 2,571 | 4/22/2024 |
| 0.5.0.3-pre | 1,039 | 3/11/2024 |
| 0.5.0.2 | 6,227 | 9/28/2022 |
| 0.5.0.2-pre | 9,965 | 9/23/2022 |
| 0.4.0.1-pre | 1,248 | 9/12/2022 |
| 0.3.0-pre | 369 | 8/12/2022 |
| 0.2.0.5-pre | 527 | 8/2/2022 |
| 0.2.0.4-pre | 379 | 7/19/2022 |
| 0.2.0.3-pre | 250 | 7/1/2022 |
| 0.2.0.2-pre | 717 | 5/2/2022 |
| 0.2.0.1-pre | 259 | 4/29/2022 |
| 0.1.0.12-pre | 784 | 2/28/2022 |
| 0.1.0.11 | 1,212 | 2/7/2022 |
| 0.1.0.10 | 2,203 | 10/14/2021 |
| 0.1.0.4-pre | 301 | 10/12/2021 |
Added
*****
- Added ServiceSearchEngine dependency to query the search system and IServiceSearchProvider to write search providers.
- Added Lucene SearchProvider and ways for apps to create Lucene indices, index documents in Lucene and provide storage for actual doc contents.