Stormancer.Server.Plugins.WebApi
3.3.0-pre
dotnet add package Stormancer.Server.Plugins.WebApi --version 3.3.0-pre
NuGet\Install-Package Stormancer.Server.Plugins.WebApi -Version 3.3.0-pre
<PackageReference Include="Stormancer.Server.Plugins.WebApi" Version="3.3.0-pre" />
<PackageVersion Include="Stormancer.Server.Plugins.WebApi" Version="3.3.0-pre" />
<PackageReference Include="Stormancer.Server.Plugins.WebApi" />
paket add Stormancer.Server.Plugins.WebApi --version 3.3.0-pre
#r "nuget: Stormancer.Server.Plugins.WebApi, 3.3.0-pre"
#:package Stormancer.Server.Plugins.WebApi@3.3.0-pre
#addin nuget:?package=Stormancer.Server.Plugins.WebApi&version=3.3.0-pre&prerelease
#tool nuget:?package=Stormancer.Server.Plugins.WebApi&version=3.3.0-pre&prerelease
Provides extensibility points to add admin and public web APIs to a Stormancer App.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 8.0.2)
- Microsoft.AspNetCore.OData (>= 8.2.7)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Stormancer.Abstractions.Server (>= 10.1.1)
- Stormancer.Server.Plugins.Api (>= 3.2.0.2-pre)
- Swashbuckle.AspNetCore (>= 6.5.0)
- Swashbuckle.AspNetCore.Newtonsoft (>= 6.5.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Stormancer.Server.Plugins.WebApi:
Package | Downloads |
---|---|
Stormancer.Server.Plugins.Users
Provides authentication, user management and sessions features to a Stormancer server application. |
|
Stormancer.Server.Plugins.GameSession
Provides P2P and client/server gamesession features to a Stormancer server application. |
|
Stormancer.Server.Plugins.Leaderboards
Leaderboard system for Stormancer server applications. |
|
Stormancer.Server.Plugins.Limits
Limits CCU and concurrent requests on Stormancer server applications. |
|
Stormancer.Server.Plugins.GameHistory
Game history system for Stormancer server applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
3.3.0-pre | 693 | 3/13/2025 |
3.2.0.4 | 450 | 3/3/2025 |
3.2.0.4-pre | 478 | 3/3/2025 |
3.2.0.3 | 369 | 2/28/2025 |
3.2.0.3-pre | 2,217 | 6/10/2024 |
3.2.0.1-pre | 1,092 | 3/11/2024 |
3.1.0.4-pre | 819 | 12/11/2023 |
3.1.0.3-pre | 937 | 11/20/2023 |
3.1.0-pre | 1,744 | 10/13/2023 |
3.0.0.5 | 5,690 | 9/28/2022 |
3.0.0.5-pre | 7,723 | 8/2/2022 |
3.0.0.4-pre | 2,518 | 2/28/2022 |
3.0.0.3 | 3,287 | 2/7/2022 |
3.0.0.2 | 11,887 | 5/23/2021 |
3.0.0.1 | 10,498 | 12/4/2020 |
2.2.1 | 2,593 | 10/20/2020 |
2.2.1-pre | 4,508 | 6/5/2020 |
2.2.0 | 2,672 | 5/27/2020 |
2.2.0-pre | 1,266 | 4/27/2020 |
2.1.1.3-pre | 1,455 | 4/13/2020 |
2.1.1.1-pre | 506 | 4/11/2020 |
2.1.0-pre | 400 | 4/11/2020 |
2.0.3-pre | 480 | 4/11/2020 |
2.0.2-pre | 520 | 4/11/2020 |
2.0.1-pre | 480 | 4/8/2020 |
2.0.0 | 3,318 | 1/29/2020 |
2.0.0-pre | 2,684 | 2/22/2020 |
1.0.0.2 | 5,889 | 1/4/2020 |
1.0.0.1 | 2,645 | 1/3/2020 |
1.0.0 | 835 | 1/2/2020 |
Added
*****
- Added OData support. The OData model can be configured by implementing IODataModelCOnfigurator