This commit is contained in:
2026-02-09 22:44:54 +02:00
commit f4a6458690
249 changed files with 349313 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
####################################################################################################
Package:Microsoft.Extensions.FileSystemGlobbing
Version:9.0.12
project URL:https://dot.net/
Description:File system globbing to find files matching a specified pattern.
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT
####################################################################################################
Package:SPTarkov.Common
Version:4.0.11
project URL:https://sp-tarkov.com/
Description:Common shared library for the Single Player Tarkov projects.
licenseUrl:https://www.nuget.org/packages/SPTarkov.Common/4.0.11/License
license Type:LICENSE
####################################################################################################
Package:SPTarkov.DI
Version:4.0.11
project URL:https://sp-tarkov.com/
Description:Dependency injection shared library for the Single Player Tarkov projects.
licenseUrl:https://www.nuget.org/packages/SPTarkov.DI/4.0.11/License
license Type:LICENSE
####################################################################################################
Package:SPTarkov.Server.Core
Version:4.0.11
project URL:https://sp-tarkov.com/
Description:Core library for the Single Player Tarkov server.
licenseUrl:https://www.nuget.org/packages/SPTarkov.Server.Core/4.0.11/License
license Type:LICENSE
####################################################################################################
Package:System.IO.Hashing
Version:9.0.9
project URL:https://dot.net/
Description:Provides non-cryptographic hash algorithms, such as CRC-32.
Commonly Used Types:
System.IO.Hashing.Crc32
System.IO.Hashing.XxHash32
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

View File

@@ -0,0 +1,15 @@
{
"ConfigVersion": "1.0.1",
"SyncedPaths": [
"SwiftXP.SPT.TheModfather.Updater.exe",
"BepInEx/plugins/**/*"
],
"ExcludedPaths": [
"BepInEx/patchers/spt-prepatch.dll",
"BepInEx/plugins/spt/**/*",
"**/*.log",
"BepInEx/plugins/SAIN/BotTypes.json",
"BepInEx/plugins/SAIN/Default Bot Config Values/**/*",
"BepInEx/plugins/SAIN/Presets/**/*"
]
}