Stormancer.Server.Plugins.GameVersion
2.3.0-pre
This is a prerelease version of Stormancer.Server.Plugins.GameVersion.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.GameVersion --version 2.3.0-pre
NuGet\Install-Package Stormancer.Server.Plugins.GameVersion -Version 2.3.0-pre
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.GameVersion" Version="2.3.0-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Server.Plugins.GameVersion --version 2.3.0-pre
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Stormancer.Server.Plugins.GameVersion, 2.3.0-pre"
#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.GameVersion as a Cake Addin #addin nuget:?package=Stormancer.Server.Plugins.GameVersion&version=2.3.0-pre&prerelease // Install Stormancer.Server.Plugins.GameVersion as a Cake Tool #tool nuget:?package=Stormancer.Server.Plugins.GameVersion&version=2.3.0-pre&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Game client and server version tracking tools.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Stormancer.Server.Plugins.Configuration (>= 2.1.2.9-pre)
- Stormancer.Server.Plugins.Users (>= 10.0.2.42-pre)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 83 | 11 days ago |
2.3.0-pre | 95 | 5 months ago |
2.2.0.5-pre | 98 | 5 months ago |
2.2.0.4-pre | 101 | 5 months ago |
2.2.0.3-pre | 123 | 3/11/2024 |
2.2.0.2-pre | 200 | 5/9/2023 |
2.2.0.1 | 271 | 4/4/2023 |
2.2.0.1-pre | 172 | 3/28/2023 |
2.2.0-pre | 141 | 3/21/2023 |
2.1.0.1 | 450 | 9/28/2022 |
2.1.0.1-pre | 170 | 9/12/2022 |
2.1.0-pre | 185 | 8/9/2022 |
2.0.3.6-pre | 186 | 8/2/2022 |
2.0.3.5-pre | 212 | 7/1/2022 |
2.0.3.4-pre | 249 | 2/28/2022 |
2.0.3.3 | 504 | 2/7/2022 |
2.0.3.2 | 422 | 5/23/2021 |
2.0.3.2-pre | 249 | 5/12/2021 |
2.0.2 | 414 | 4/29/2021 |
2.0.2-pre | 244 | 4/28/2021 |
2.0.1 | 412 | 3/1/2021 |
2.0.0.1 | 511 | 12/4/2020 |
1.1.2 | 495 | 10/20/2020 |
1.1.2-pre | 375 | 6/5/2020 |
1.1.1 | 506 | 5/27/2020 |
1.1.1-pre | 380 | 3/29/2020 |
1.1.0 | 511 | 2/13/2020 |
1.1.0-pre | 415 | 2/22/2020 |
1.0.0 | 566 | 1/21/2020 |
Changed
*******
- Updated dependency to Users to support new abstraction lib.
Added
*****
- Added support for multiple supported version strings, through the `clientVersion.authorizedVersions` config value.
- Added a configuration section class that inherits from IConfigurationSection<T>