Stormancer.Server.Common
2.1.0.1-pre
See the version list below for details.
dotnet add package Stormancer.Server.Common --version 2.1.0.1-pre
NuGet\Install-Package Stormancer.Server.Common -Version 2.1.0.1-pre
<PackageReference Include="Stormancer.Server.Common" Version="2.1.0.1-pre" />
paket add Stormancer.Server.Common --version 2.1.0.1-pre
#r "nuget: Stormancer.Server.Common, 2.1.0.1-pre"
// Install Stormancer.Server.Common as a Cake Addin #addin nuget:?package=Stormancer.Server.Common&version=2.1.0.1-pre&prerelease // Install Stormancer.Server.Common as a Cake Tool #tool nuget:?package=Stormancer.Server.Common&version=2.1.0.1-pre&prerelease
Package Description
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Autofac (>= 6.0.0)
- System.IO.Pipelines (>= 5.0.0)
NuGet packages (18)
Showing the top 5 NuGet packages that depend on Stormancer.Server.Common:
Package | Downloads |
---|---|
Stormancer.Server.Node
Package Description |
|
Stormancer.Server.Plugins.Users
Provides authentication, user management and sessions features to a Stormancer server application. |
|
Stormancer.Abstractions.Logging
Logging interfaces for Stormancer. |
|
Stormancer.Tcp
High performance request/response TCP networking library used by Stormancer servers. |
|
Stormancer.Elasticsearch
Stormancer node plugin that enables storing logs in an Elasticsearch cluster. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.1 | 10,904 | 10/3/2022 |
3.0.1-pre | 2,890 | 10/3/2022 |
3.0.0.1 | 7,734 | 9/28/2022 |
3.0.0.1-pre | 2,376 | 7/1/2022 |
3.0.0-pre | 390 | 7/1/2022 |
2.3.0 | 13,887 | 4/4/2022 |
2.3.0-pre | 9,033 | 2/28/2022 |
2.2.1 | 3,570 | 1/19/2022 |
2.2.1-pre | 435 | 1/17/2022 |
2.2.0 | 4,234 | 6/11/2021 |
2.1.0.3 | 3,023 | 5/20/2021 |
2.1.0.3-pre | 587 | 5/20/2021 |
2.1.0.2-pre | 434 | 5/18/2021 |
2.1.0.1-pre | 383 | 5/11/2021 |
2.1.0 | 918 | 4/29/2021 |
2.1.0-pre | 383 | 4/5/2021 |
2.0.1 | 1,257 | 12/18/2020 |
2.0.1-pre | 495 | 12/15/2020 |
2.0.0 | 733 | 12/9/2020 |
1.1.1 | 32,371 | 12/4/2020 |
1.1.1-pre | 1,309 | 12/3/2020 |
1.1.0.1 | 6,827 | 1/21/2020 |
1.1.0.1-pre | 3,945 | 3/9/2020 |
1.1.0 | 1,020 | 1/14/2020 |
1.0.0 | 1,117 | 1/2/2020 |
Added
*****
- Added CommandOptions object for the bootstrapper to provide additional info about the command currently executing to the plugins.