Skip to content

Commit 0b82323

Browse files
committed
- UPDATED: CounterStrikeSharp 1.0.352 > 1.0.355
1 parent edc853c commit 0b82323

File tree

12 files changed

+25
-5
lines changed

12 files changed

+25
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Getting up and running:
8989
Mod | Version | Why
9090
--- | --- | ---
9191
[Metamod:Source](https://www.metamodsource.net/downloads.php?branch=dev) | `2.0.0-1374` | Sits between the Game and the Engine, and allows plugins to intercept calls that flow between
92-
[CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp) | `1.0.352` | 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#)
92+
[CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp) | `1.0.355` | 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#)
9393
[MultiAddonManager](https://github.com/Source2ZE/MultiAddonManager) | `1.4.8` | Allows you to use multiple workshop addons at once and have clients download them [How?](#i-want-to-permanently-enable-multi-addon-manager)
9494
[ServerListPlayersFix](https://github.com/Source2ZE/ServerListPlayersFix) | `1.0.5` | Fixes players not showing up in the server browser
9595
[MovementUnlocker](https://github.com/Source2ZE/MovementUnlocker) | `1.9` | Removes max speed limitation from players on the ground, feels like CS:S [How?](#i-run-a-surfkzbhop-server-and-want-movementunlocker-and-cs2fixes-rampbugfix-permanently-on)

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.352": {
9+
"CounterStrikeSharp.API/1.0.355": {
1010
"dependencies": {
1111
"McMaster.NETCore.Plugins": "1.4.0",
1212
"Microsoft.Extensions.Hosting": "8.0.0",
@@ -505,7 +505,7 @@
505505
}
506506
},
507507
"libraries": {
508-
"CounterStrikeSharp.API/1.0.352": {
508+
"CounterStrikeSharp.API/1.0.355": {
509509
"type": "project",
510510
"serviceable": false,
511511
"sha512": ""
Binary file not shown.
448 Bytes
Binary file not shown.

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

Lines changed: 10 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/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.352": {
9+
"CounterStrikeSharp.API/1.0.355": {
1010
"dependencies": {
1111
"McMaster.NETCore.Plugins": "1.4.0",
1212
"Microsoft.Extensions.Hosting": "8.0.0",
@@ -505,7 +505,7 @@
505505
}
506506
},
507507
"libraries": {
508-
"CounterStrikeSharp.API/1.0.352": {
508+
"CounterStrikeSharp.API/1.0.355": {
509509
"type": "project",
510510
"serviceable": false,
511511
"sha512": ""
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)