SampSharp.GameMode 0.7.6107.37493-alpha

This is a prerelease version of SampSharp.GameMode.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SampSharp.GameMode --version 0.7.6107.37493-alpha
                    
NuGet\Install-Package SampSharp.GameMode -Version 0.7.6107.37493-alpha
                    
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="SampSharp.GameMode" Version="0.7.6107.37493-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SampSharp.GameMode" Version="0.7.6107.37493-alpha" />
                    
Directory.Packages.props
<PackageReference Include="SampSharp.GameMode" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SampSharp.GameMode --version 0.7.6107.37493-alpha
                    
#r "nuget: SampSharp.GameMode, 0.7.6107.37493-alpha"
                    
#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.
#:package SampSharp.GameMode@0.7.6107.37493-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SampSharp.GameMode&version=0.7.6107.37493-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SampSharp.GameMode&version=0.7.6107.37493-alpha&prerelease
                    
Install as a Cake Tool

A framework for writing SA-MP game modes in C#.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on SampSharp.GameMode:

Package Downloads
SampSharp.Streamer

A SampSharp wrapper for Incognito's streamer plugin.

SampSharp.SKY

Wrapper of the SKY plugin for SampSharp.

SampSharp.YSF

Wrapper of the YSF plugin for SampSharp.

SampSharp.RakNet

A SampSharp wrapper for the Pawn.RakNet plugin.

SampSharp.UndergroundMP

A .NET Wrapper for the latest stable release of UG:MP (b1.0-SNAPSHOT4_2).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.11.1 190 3/2/2025
0.11.0 124 3/1/2025
0.10.1 1,348 4/10/2022
0.10.0 1,116 3/29/2022
0.10.0-alpha2 256 3/25/2022
0.10.0-alpha1 331 3/11/2022
0.9.1 1,743 12/12/2020
0.9.0 1,842 12/12/2020
0.8.0 829 12/12/2020
0.8.0-alpha8 625 12/12/2020
0.8.0-alpha7 420 12/12/2020
0.8.0-alpha6 694 12/12/2020
0.8.0-alpha2 444 12/12/2020
0.8.0-alpha10 424 12/12/2020
0.8.0-alpha1 423 12/12/2020
0.7.6221.37952 752 12/12/2020
0.7.6133.31753-alpha 410 12/12/2020
0.7.6119.35177-alpha 422 12/12/2020
0.7.6119.33589-alpha 431 12/12/2020
0.7.6107.37493-alpha 417 12/12/2020
0.7.6107.36375-alpha 412 12/12/2020
0.7.6104.38929-alpha1 425 12/12/2020
0.7.6104.24305 545 12/12/2020
0.6.2 553 12/12/2020
0.6.1 547 12/12/2020
0.6.0 689 12/12/2020
0.5.0 899 12/12/2020
0.4.0 1,027 12/12/2020
0.3.1 1,075 12/12/2020
0.3.0.1 1,044 12/12/2020
0.3.0 1,056 12/12/2020
0.2.0 1,043 12/12/2020

- Fixed an error when generating a proxy object for virtual methods for
- Renamed `BasePlayer.GetPlayerLastShotVectors` to `BasePlayer.GetLastShot`