Skip to content

Commit 3575ee6

Browse files
committed
- UPDATED: CounterStrikeSharp to 291
1 parent e0cb2a5 commit 3575ee6

File tree

12 files changed

+65
-5
lines changed

12 files changed

+65
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Getting up and running:
7878
Mod | Version | Why
7979
--- | --- | ---
8080
[Metamod:Source](http://www.sourcemm.net/downloads.php?branch=master) | `2.0.0-1315` | Sits between the Game and the Engine, and allows plugins to intercept calls that flow between
81-
[CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp) | `287` | Attempts to implement a .NET Core scripting layer on top of a Metamod Source Plugin, allowing developers to create plugins that interact with the game server in a modern language (C#)
81+
[CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp) | `291` | Attempts to implement a .NET Core scripting layer on top of a Metamod Source Plugin, allowing developers to create plugins that interact with the game server in a modern language (C#)
8282
[CS2_ExecAfter](https://github.com/kus/CS2_ExecAfter) | `1.0.0` | Executes a command after server event (i.e. OnMapStart) or a delay.
8383
[CS2 Remove Map Weapons](https://github.com/kus/CS2-Remove-Map-Weapons) | `1.0.1` | Remove weapons from the map in CS2 as `mp_weapons_allow_map_placed 0` does not work.
8484
[CS2_DamageInfo](https://github.com/KitsuneLab-Development/CS2_DamageInfo) | `2.3.4` | Displays the amount of damage players have inflicted on the victim's HP and Armor, as well as the hit groups they have hit.

game/csgo/addons/counterstrikesharp/api/CounterStrikeSharp.API.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"CounterStrikeSharp.API/1.0.287": {
9+
"CounterStrikeSharp.API/1.0.291": {
1010
"dependencies": {
1111
"McMaster.NETCore.Plugins": "1.4.0",
1212
"Microsoft.CSharp": "4.7.0",
@@ -523,7 +523,7 @@
523523
}
524524
},
525525
"libraries": {
526-
"CounterStrikeSharp.API/1.0.287": {
526+
"CounterStrikeSharp.API/1.0.291": {
527527
"type": "project",
528528
"serviceable": false,
529529
"sha512": ""
Binary file not shown.
792 Bytes
Binary file not shown.

game/csgo/addons/counterstrikesharp/api/CounterStrikeSharp.API.xml

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

game/csgo/addons/windows/counterstrikesharp/api/CounterStrikeSharp.API.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"CounterStrikeSharp.API/1.0.287": {
9+
"CounterStrikeSharp.API/1.0.291": {
1010
"dependencies": {
1111
"McMaster.NETCore.Plugins": "1.4.0",
1212
"Microsoft.CSharp": "4.7.0",
@@ -523,7 +523,7 @@
523523
}
524524
},
525525
"libraries": {
526-
"CounterStrikeSharp.API/1.0.287": {
526+
"CounterStrikeSharp.API/1.0.291": {
527527
"type": "project",
528528
"serviceable": false,
529529
"sha512": ""
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)