From 1a02be796330e8f1a664bac4799d47c80e0091fb Mon Sep 17 00:00:00 2001 From: CWX Date: Sat, 6 Jul 2024 22:05:04 +0100 Subject: [PATCH] Updated to 3.9.0 --- Live/CWX_BushWhacker/LICENSE.txt | 7 +++-- .../Kaeno-TraderScrolling.csproj | 26 +++++++++---------- Live/Kaeno-TraderScrolling/PlayerCardPatch.cs | 4 +-- Live/Kaeno-TraderScrolling/TraderScrolling.cs | 2 +- .../TraderScrollingPatch.cs | 4 +-- 5 files changed, 21 insertions(+), 22 deletions(-) diff --git a/Live/CWX_BushWhacker/LICENSE.txt b/Live/CWX_BushWhacker/LICENSE.txt index cc68bd7..e38f1cc 100644 --- a/Live/CWX_BushWhacker/LICENSE.txt +++ b/Live/CWX_BushWhacker/LICENSE.txt @@ -1,11 +1,10 @@ University of Illinois/NCSA Open Source License -Copyright (c) [year] [fullname]. All rights reserved. +Copyright (c) [2024] [CWXDEV]. All rights reserved. Developed by: - [CWX] - [https://github.com/CWXDEV/CWX-DeSharpener] - [https://hub.sp-tarkov.com/files/file/455-cwx-desharpener/] + [CWX] + [https://github.com/CWXDEV/MegaMod] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files diff --git a/Live/Kaeno-TraderScrolling/Kaeno-TraderScrolling.csproj b/Live/Kaeno-TraderScrolling/Kaeno-TraderScrolling.csproj index ebb2374..6bc2694 100644 --- a/Live/Kaeno-TraderScrolling/Kaeno-TraderScrolling.csproj +++ b/Live/Kaeno-TraderScrolling/Kaeno-TraderScrolling.csproj @@ -1,42 +1,42 @@  - net472 + net471 - ..\..\..\..\SPT\BepInEx\core\0Harmony.dll + D:\HomeRepos\CWX-MegaMod\shared\0Harmony.dll - - D:\SPT\EscapeFromTarkov_Data\Managed\Aki.Reflection.dll + + D:\HomeRepos\CWX-MegaMod\shared\spt-Reflection.dll - D:\SPT\EscapeFromTarkov_Data\Managed\Assembly-CSharp.dll + D:\HomeRepos\CWX-MegaMod\shared\Assembly-CSharp.dll - D:\SPT\BepInEx\core\BepInEx.dll + D:\HomeRepos\CWX-MegaMod\shared\BepInEx.dll - D:\SPT\EscapeFromTarkov_Data\Managed\Comfort.dll + D:\HomeRepos\CWX-MegaMod\shared\Comfort.dll - D:\SPT\EscapeFromTarkov_Data\Managed\Newtonsoft.Json.dll + D:\HomeRepos\CWX-MegaMod\shared\Newtonsoft.Json.dll - ..\..\..\..\SPT\EscapeFromTarkov_Data\Managed\Sirenix.Serialization.dll + D:\HomeRepos\CWX-MegaMod\shared\Sirenix.Serialization.dll - D:\SPT\EscapeFromTarkov_Data\Managed\UnityEngine.dll + D:\HomeRepos\CWX-MegaMod\shared\UnityEngine.dll - D:\SPT\EscapeFromTarkov_Data\Managed\UnityEngine.CoreModule.dll + D:\HomeRepos\CWX-MegaMod\shared\UnityEngine.CoreModule.dll - D:\SPT\EscapeFromTarkov_Data\Managed\UnityEngine.UI.dll + D:\HomeRepos\CWX-MegaMod\shared\UnityEngine.UI.dll - D:\SPT\EscapeFromTarkov_Data\Managed\UnityEngine.UIModule.dll + D:\HomeRepos\CWX-MegaMod\shared\UnityEngine.UIModule.dll diff --git a/Live/Kaeno-TraderScrolling/PlayerCardPatch.cs b/Live/Kaeno-TraderScrolling/PlayerCardPatch.cs index abb1cd7..8aefe79 100644 --- a/Live/Kaeno-TraderScrolling/PlayerCardPatch.cs +++ b/Live/Kaeno-TraderScrolling/PlayerCardPatch.cs @@ -1,5 +1,5 @@ -using Aki.Reflection.Patching; -using Aki.Reflection.Utils; +using SPT.Reflection.Patching; +using SPT.Reflection.Utils; using EFT.UI; using System.Reflection; using UnityEngine; diff --git a/Live/Kaeno-TraderScrolling/TraderScrolling.cs b/Live/Kaeno-TraderScrolling/TraderScrolling.cs index 992be84..9e909f9 100644 --- a/Live/Kaeno-TraderScrolling/TraderScrolling.cs +++ b/Live/Kaeno-TraderScrolling/TraderScrolling.cs @@ -2,7 +2,7 @@ namespace TraderScrolling { - [BepInPlugin("com.kaeno.TraderScrolling", "Kaeno-TraderScrolling", "1.0.2")] + [BepInPlugin("com.kaeno.TraderScrolling", "Kaeno-TraderScrolling", "1.1.0")] public class TraderScrolling : BaseUnityPlugin { private void Awake() diff --git a/Live/Kaeno-TraderScrolling/TraderScrollingPatch.cs b/Live/Kaeno-TraderScrolling/TraderScrollingPatch.cs index a0ff9f7..1abae50 100644 --- a/Live/Kaeno-TraderScrolling/TraderScrollingPatch.cs +++ b/Live/Kaeno-TraderScrolling/TraderScrollingPatch.cs @@ -1,6 +1,6 @@ using System.Reflection; -using Aki.Reflection.Patching; -using Aki.Reflection.Utils; +using SPT.Reflection.Patching; +using SPT.Reflection.Utils; using EFT.UI; using HarmonyLib; using UnityEngine;