Skip to content

Commit 106b744

Browse files
committed
- UPDATED: CounterStrikeSharp update available 1.0.346 > 1.0.347
1 parent 992710c commit 106b744

File tree

11 files changed

+14
-194
lines changed

11 files changed

+14
-194
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.346` | 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.347` | 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: 6 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"CounterStrikeSharp.API/1.0.346": {
9+
"CounterStrikeSharp.API/1.0.347": {
1010
"dependencies": {
1111
"McMaster.NETCore.Plugins": "1.4.0",
12-
"Microsoft.CSharp": "4.7.0",
13-
"Microsoft.DotNet.ApiCompat.Task": "8.0.203",
1412
"Microsoft.Extensions.Hosting": "8.0.0",
1513
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
1614
"Microsoft.Extensions.Localization.Abstractions": "8.0.3",
@@ -19,7 +17,6 @@
1917
"Serilog.Extensions.Logging": "8.0.0",
2018
"Serilog.Sinks.Console": "5.0.0",
2119
"Serilog.Sinks.File": "5.0.0",
22-
"System.Data.DataSetExtensions": "4.5.0",
2320
"Tomlyn": "0.19.0"
2421
},
2522
"runtime": {
@@ -38,8 +35,6 @@
3835
}
3936
}
4037
},
41-
"Microsoft.CSharp/4.7.0": {},
42-
"Microsoft.DotNet.ApiCompat.Task/8.0.203": {},
4338
"Microsoft.DotNet.PlatformAbstractions/3.1.6": {
4439
"runtime": {
4540
"lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {
@@ -126,8 +121,7 @@
126121
"Microsoft.Extensions.Configuration": "8.0.0",
127122
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
128123
"Microsoft.Extensions.Configuration.FileExtensions": "8.0.0",
129-
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
130-
"System.Text.Json": "8.0.0"
124+
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
131125
},
132126
"runtime": {
133127
"lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
@@ -170,13 +164,6 @@
170164
}
171165
},
172166
"Microsoft.Extensions.DependencyModel/6.0.0": {
173-
"dependencies": {
174-
"System.Buffers": "4.5.1",
175-
"System.Memory": "4.5.4",
176-
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
177-
"System.Text.Encodings.Web": "8.0.0",
178-
"System.Text.Json": "8.0.0"
179-
},
180167
"runtime": {
181168
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
182169
"assemblyVersion": "6.0.0.0",
@@ -200,8 +187,7 @@
200187
"Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": {
201188
"dependencies": {
202189
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
203-
"Microsoft.Extensions.Options": "8.0.0",
204-
"System.Diagnostics.DiagnosticSource": "8.0.0"
190+
"Microsoft.Extensions.Options": "8.0.0"
205191
},
206192
"runtime": {
207193
"lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
@@ -345,8 +331,7 @@
345331
"Microsoft.Extensions.Logging": "8.0.0",
346332
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
347333
"Microsoft.Extensions.Logging.Configuration": "8.0.0",
348-
"Microsoft.Extensions.Options": "8.0.0",
349-
"System.Text.Json": "8.0.0"
334+
"Microsoft.Extensions.Options": "8.0.0"
350335
},
351336
"runtime": {
352337
"lib/net8.0/Microsoft.Extensions.Logging.Console.dll": {
@@ -389,8 +374,7 @@
389374
"Microsoft.Extensions.Logging": "8.0.0",
390375
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
391376
"Microsoft.Extensions.Options": "8.0.0",
392-
"Microsoft.Extensions.Primitives": "8.0.0",
393-
"System.Text.Json": "8.0.0"
377+
"Microsoft.Extensions.Primitives": "8.0.0"
394378
},
395379
"runtime": {
396380
"lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll": {
@@ -488,9 +472,6 @@
488472
}
489473
}
490474
},
491-
"System.Buffers/4.5.1": {},
492-
"System.Data.DataSetExtensions/4.5.0": {},
493-
"System.Diagnostics.DiagnosticSource/8.0.0": {},
494475
"System.Diagnostics.EventLog/8.0.0": {
495476
"runtime": {
496477
"lib/net8.0/System.Diagnostics.EventLog.dll": {
@@ -513,14 +494,6 @@
513494
}
514495
}
515496
},
516-
"System.Memory/4.5.4": {},
517-
"System.Runtime.CompilerServices.Unsafe/6.0.0": {},
518-
"System.Text.Encodings.Web/8.0.0": {},
519-
"System.Text.Json/8.0.0": {
520-
"dependencies": {
521-
"System.Text.Encodings.Web": "8.0.0"
522-
}
523-
},
524497
"Tomlyn/0.19.0": {
525498
"runtime": {
526499
"lib/net8.0/Tomlyn.dll": {
@@ -532,7 +505,7 @@
532505
}
533506
},
534507
"libraries": {
535-
"CounterStrikeSharp.API/1.0.346": {
508+
"CounterStrikeSharp.API/1.0.347": {
536509
"type": "project",
537510
"serviceable": false,
538511
"sha512": ""
@@ -544,20 +517,6 @@
544517
"path": "mcmaster.netcore.plugins/1.4.0",
545518
"hashPath": "mcmaster.netcore.plugins.1.4.0.nupkg.sha512"
546519
},
547-
"Microsoft.CSharp/4.7.0": {
548-
"type": "package",
549-
"serviceable": true,
550-
"sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
551-
"path": "microsoft.csharp/4.7.0",
552-
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
553-
},
554-
"Microsoft.DotNet.ApiCompat.Task/8.0.203": {
555-
"type": "package",
556-
"serviceable": true,
557-
"sha512": "sha512-nPEGMojf1mj1oVixe0aiBimSn6xUoZswSjpMPZFMkZ+znYm2GEM5tWGZEWb6OSNIo5gWKyDi1WcI4IL7YiL1Zw==",
558-
"path": "microsoft.dotnet.apicompat.task/8.0.203",
559-
"hashPath": "microsoft.dotnet.apicompat.task.8.0.203.nupkg.sha512"
560-
},
561520
"Microsoft.DotNet.PlatformAbstractions/3.1.6": {
562521
"type": "package",
563522
"serviceable": true,
@@ -803,62 +762,13 @@
803762
"path": "serilog.sinks.file/5.0.0",
804763
"hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512"
805764
},
806-
"System.Buffers/4.5.1": {
807-
"type": "package",
808-
"serviceable": true,
809-
"sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
810-
"path": "system.buffers/4.5.1",
811-
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
812-
},
813-
"System.Data.DataSetExtensions/4.5.0": {
814-
"type": "package",
815-
"serviceable": true,
816-
"sha512": "sha512-221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==",
817-
"path": "system.data.datasetextensions/4.5.0",
818-
"hashPath": "system.data.datasetextensions.4.5.0.nupkg.sha512"
819-
},
820-
"System.Diagnostics.DiagnosticSource/8.0.0": {
821-
"type": "package",
822-
"serviceable": true,
823-
"sha512": "sha512-c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==",
824-
"path": "system.diagnostics.diagnosticsource/8.0.0",
825-
"hashPath": "system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512"
826-
},
827765
"System.Diagnostics.EventLog/8.0.0": {
828766
"type": "package",
829767
"serviceable": true,
830768
"sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==",
831769
"path": "system.diagnostics.eventlog/8.0.0",
832770
"hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
833771
},
834-
"System.Memory/4.5.4": {
835-
"type": "package",
836-
"serviceable": true,
837-
"sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
838-
"path": "system.memory/4.5.4",
839-
"hashPath": "system.memory.4.5.4.nupkg.sha512"
840-
},
841-
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
842-
"type": "package",
843-
"serviceable": true,
844-
"sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
845-
"path": "system.runtime.compilerservices.unsafe/6.0.0",
846-
"hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
847-
},
848-
"System.Text.Encodings.Web/8.0.0": {
849-
"type": "package",
850-
"serviceable": true,
851-
"sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
852-
"path": "system.text.encodings.web/8.0.0",
853-
"hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
854-
},
855-
"System.Text.Json/8.0.0": {
856-
"type": "package",
857-
"serviceable": true,
858-
"sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
859-
"path": "system.text.json/8.0.0",
860-
"hashPath": "system.text.json.8.0.0.nupkg.sha512"
861-
},
862772
"Tomlyn/0.19.0": {
863773
"type": "package",
864774
"serviceable": true,
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

game/csgo/addons/counterstrikesharp/gamedata/gamedata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@
291291
"linux": "55 48 89 E5 41 57 49 89 F7 41 56 41 55 41 54 4D 89 C4"
292292
}
293293
}
294-
}
294+
}

0 commit comments

Comments
 (0)