Stormancer.Server.Plugins.Utilities 2.1.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Utilities --version 2.1.0.6                
NuGet\Install-Package Stormancer.Server.Plugins.Utilities -Version 2.1.0.6                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Stormancer.Server.Plugins.Utilities" Version="2.1.0.6" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Server.Plugins.Utilities --version 2.1.0.6                
#r "nuget: Stormancer.Server.Plugins.Utilities, 2.1.0.6"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Stormancer.Server.Plugins.Utilities as a Cake Addin
#addin nuget:?package=Stormancer.Server.Plugins.Utilities&version=2.1.0.6

// Install Stormancer.Server.Plugins.Utilities as a Cake Tool
#tool nuget:?package=Stormancer.Server.Plugins.Utilities&version=2.1.0.6                

Provides useful APIs to Stormancer applications.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on Stormancer.Server.Plugins.Utilities:

Package Downloads
Stormancer.Server.Plugins.Users

Provides authentication, user management and sessions features to a Stormancer server application.

Stormancer.Server.Plugins.Configuration

Integrates the server app configuration API with the dependency resolver system.

Stormancer.Server.Plugins.Api

Declare server routes using the controller/action pattern.

Stormancer.Server.Plugins.Management

Exposes the Stormancer Management client to the server application using the application's identity.

Stormancer.Server.Plugins.GameFinder

Provides Gamefinder features to a Stormancer server application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.0.13-pre 166 10/30/2024
3.2.0.12-pre 663 9/2/2024
3.2.0.7-pre 419 7/25/2024
3.2.0.6-pre 785 5/12/2024
3.2.0.5-pre 1,197 3/11/2024
3.2.0.3-pre 496 12/11/2023
3.2.0.2-pre 1,338 10/5/2023
3.2.0.1-pre 1,694 6/13/2023
3.2.0-pre 1,339 6/6/2023
3.1.4.2 3,562 4/4/2023
3.1.4-pre 175 3/30/2023
3.1.3-pre 2,183 3/19/2023
3.1.2 1,012 10/26/2022
3.1.1.1 4,537 9/28/2022
3.1.1.1-pre 1,144 9/1/2022
3.1.1-pre 132 9/1/2022
3.1.0.1-pre 257 8/20/2022
3.1.0-pre 156 8/18/2022
3.0.0.2-pre 1,028 8/2/2022
3.0.0.1-pre 1,802 2/28/2022
2.3.0.12 4,102 2/7/2022
2.3.0.11 5,196 12/15/2021
2.3.0.11-pre 691 12/14/2021
2.3.0.10-pre 244 12/14/2021
2.3.0.9-pre 251 12/14/2021
2.3.0.6-pre 178 12/14/2021
2.3.0-pre 208 12/9/2021
2.2.0 1,300 10/14/2021
2.2.0-pre 1,319 8/15/2021
2.1.0.6 3,095 6/11/2021
2.1.0.5 3,820 5/23/2021
2.1.0.5-pre 644 5/12/2021
2.1.0-pre 537 5/3/2021
2.0.4.1 2,209 4/29/2021
2.0.3.1 911 4/19/2021
2.0.3.1-pre 257 4/12/2021
2.0.3 3,528 3/1/2021
2.0.2 1,291 12/18/2020
2.0.2-pre 873 12/17/2020
2.0.1-pre 502 12/17/2020
2.0.0.1 3,015 12/4/2020
1.3.0 2,398 10/20/2020
1.3.0-pre 2,765 6/14/2020
1.2.1-pre 1,301 6/5/2020
1.2.0 2,619 5/27/2020
1.2.0-pre 757 5/7/2020
1.1.0-pre 390 4/22/2020
1.0.2-pre 761 3/29/2020
1.0.1 1,227 1/21/2020
1.0.1-pre 697 2/22/2020
1.0.0.1 1,048 1/4/2020

Added
******
- Added IRemotePipe interface implemented by S2SOperation.
- Added Extension methods for copying pipes.

Changed
*******
- Use Stormancer.Abstraction.Server 5.0.0