forked from CWX/CWX-mods
Updated to 3.5.5
This commit is contained in:
parent
094300ec84
commit
c13e1ccc0e
@ -5,7 +5,7 @@ using UnityEngine;
|
|||||||
|
|
||||||
namespace CWX_BushWhacker
|
namespace CWX_BushWhacker
|
||||||
{
|
{
|
||||||
[BepInPlugin("com.cwx.bushwhacker", "cwx-bushwhacker", "1.3.1")]
|
[BepInPlugin("com.cwx.bushwhacker", "cwx-bushwhacker", "1.3.2")]
|
||||||
public class BushWhacker : BaseUnityPlugin
|
public class BushWhacker : BaseUnityPlugin
|
||||||
{
|
{
|
||||||
public void Start()
|
public void Start()
|
||||||
|
Binary file not shown.
@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net472</TargetFramework>
|
<TargetFramework>net472</TargetFramework>
|
||||||
<AssemblyName>CWX-BushWhacker</AssemblyName>
|
<AssemblyName>CWX-BushWhacker</AssemblyName>
|
||||||
<Version>1.3.1</Version>
|
<Version>1.3.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net472</TargetFramework>
|
<TargetFramework>net472</TargetFramework>
|
||||||
<Version>1.5.1</Version>
|
<Version>1.5.2</Version>
|
||||||
<AssemblyName>CWX-DeSharpener</AssemblyName>
|
<AssemblyName>CWX-DeSharpener</AssemblyName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace CWX_DeSharpener
|
namespace CWX_DeSharpener
|
||||||
{
|
{
|
||||||
[BepInPlugin("com.CWX.DeSharpener", "CWX-DeSharpener", "1.5.1")]
|
[BepInPlugin("com.CWX.DeSharpener", "CWX-DeSharpener", "1.5.2")]
|
||||||
public class DeSharpener : BaseUnityPlugin
|
public class DeSharpener : BaseUnityPlugin
|
||||||
{
|
{
|
||||||
private void Awake()
|
private void Awake()
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -6,7 +6,7 @@ using EFT.UI;
|
|||||||
|
|
||||||
namespace CWX_DebuggingTool
|
namespace CWX_DebuggingTool
|
||||||
{
|
{
|
||||||
[BepInPlugin("com.cwx.debuggingtool", "cwx-debuggingtool", "1.0.1")]
|
[BepInPlugin("com.cwx.debuggingtool", "cwx-debuggingtool", "1.1.0")]
|
||||||
public class DebuggingTool : BaseUnityPlugin
|
public class DebuggingTool : BaseUnityPlugin
|
||||||
{
|
{
|
||||||
private void Awake()
|
private void Awake()
|
||||||
|
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
"version": "1.4.3",
|
"version": "1.4.3",
|
||||||
"license": "NCSA",
|
"license": "NCSA",
|
||||||
"main": "src/mod.js",
|
"main": "src/mod.js",
|
||||||
"akiVersion": "3.5.2",
|
"akiVersion": "3.5.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"setup": "npm i",
|
"setup": "npm i",
|
||||||
"build": "node ./packageBuild.ts"
|
"build": "node ./packageBuild.ts"
|
2
Live/CWX_MasterKey/server/dist/package.json
vendored
2
Live/CWX_MasterKey/server/dist/package.json
vendored
@ -4,7 +4,7 @@
|
|||||||
"version": "1.4.3",
|
"version": "1.4.3",
|
||||||
"license": "NCSA",
|
"license": "NCSA",
|
||||||
"main": "src/mod.js",
|
"main": "src/mod.js",
|
||||||
"akiVersion": "3.5.2",
|
"akiVersion": "3.5.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"setup": "npm i",
|
"setup": "npm i",
|
||||||
"build": "node ./packageBuild.ts"
|
"build": "node ./packageBuild.ts"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version": "1.4.3",
|
"version": "1.4.3",
|
||||||
"license": "NCSA",
|
"license": "NCSA",
|
||||||
"main": "src/mod.js",
|
"main": "src/mod.js",
|
||||||
"akiVersion": "3.5.2",
|
"akiVersion": "3.5.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"setup": "npm i",
|
"setup": "npm i",
|
||||||
"build": "node ./packageBuild.ts"
|
"build": "node ./packageBuild.ts"
|
||||||
|
Binary file not shown.
@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net472</TargetFramework>
|
<TargetFramework>net472</TargetFramework>
|
||||||
<AssemblyName>CWX-WeatherPatcher</AssemblyName>
|
<AssemblyName>CWX-WeatherPatcher</AssemblyName>
|
||||||
<Version>2.5.1</Version>
|
<Version>2.5.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -3,7 +3,7 @@ using EFT.Weather;
|
|||||||
|
|
||||||
namespace CWX_WeatherPatcher
|
namespace CWX_WeatherPatcher
|
||||||
{
|
{
|
||||||
[BepInPlugin("com.CWX.WeatherPatcher", "CWX-WeatherPatcher", "2.5.1")]
|
[BepInPlugin("com.CWX.WeatherPatcher", "CWX-WeatherPatcher", "2.5.2")]
|
||||||
public class WeatherPatcher : BaseUnityPlugin
|
public class WeatherPatcher : BaseUnityPlugin
|
||||||
{
|
{
|
||||||
private void Awake()
|
private void Awake()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user