Skip to content

Commit eab1ab0

Browse files
committed
V6.2.2
1 parent 2886910 commit eab1ab0

File tree

45 files changed

+165
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+165
-90
lines changed

ChatPlexSDK-BS

36 Bytes
Binary file not shown.

Modules/BeatSaberPlus_Chat/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("6.2.0")]
35-
[assembly: AssemblyFileVersion("6.2.0")]
34+
[assembly: AssemblyVersion("6.2.2")]
35+
[assembly: AssemblyFileVersion("6.2.2")]

Modules/BeatSaberPlus_Chat/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"id": "BeatSaberPlus_Chat",
44
"name": "BeatSaberPlus_Chat",
55
"author": "HardCPP",
6-
"version": "6.2.0",
6+
"version": "6.2.2",
77
"description": "",
8-
"gameVersion": "1.31.0",
8+
"gameVersion": "1.34.2",
99
"dependsOn": {
1010
"BSIPA": "^4.3.0",
11-
"ChatPlexSDK_BS": "^6.2.0"
11+
"ChatPlexSDK_BS": "^6.2.2"
1212
},
1313
"links": {
1414
"project-home": "https://discord.chatplex.org",
Binary file not shown.

Modules/BeatSaberPlus_ChatEmoteRain/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("6.2.0")]
35-
[assembly: AssemblyFileVersion("6.2.0")]
34+
[assembly: AssemblyVersion("6.2.2")]
35+
[assembly: AssemblyFileVersion("6.2.2")]

Modules/BeatSaberPlus_ChatEmoteRain/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"id": "BeatSaberPlus_ChatEmoteRain",
44
"name": "BeatSaberPlus_ChatEmoteRain",
55
"author": "HardCPP",
6-
"version": "6.2.0",
6+
"version": "6.2.2",
77
"description": "",
8-
"gameVersion": "1.31.0",
8+
"gameVersion": "1.34.2",
99
"dependsOn": {
1010
"BSIPA": "^4.3.0",
11-
"ChatPlexSDK_BS": "^6.2.0"
11+
"ChatPlexSDK_BS": "^6.2.2"
1212
},
1313
"links": {
1414
"project-home": "https://discord.chatplex.org",

Modules/BeatSaberPlus_ChatIntegrations/BeatSaber/Actions/GamePlay.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ private void PatchSabers(bool p_UseDefault)
834834
{
835835
/// todo
836836
return;
837-
837+
/*
838838
var l_Sabers = Resources.FindObjectsOfTypeAll<SaberModelController>();
839839
var l_ColorManager = null as ColorManager;
840840
var l_ColorSchemeBackup = null as ColorScheme;
@@ -886,7 +886,7 @@ private void PatchSabers(bool p_UseDefault)
886886
887887
if (!p_UseDefault && l_I == (l_Sabers.Length - 1))
888888
l_ColorManager.SetProperty<ColorManager, ColorScheme>("_colorScheme", l_ColorSchemeBackup);
889-
}
889+
}*/
890890
}
891891
}
892892

Modules/BeatSaberPlus_ChatIntegrations/BeatSaberPlus_ChatIntegrations.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<Private>False</Private>
7979
<SpecificVersion>False</SpecificVersion>
8080
</Reference>
81-
<Reference Include="Hive.Versioning, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
81+
<Reference Include="Hive.Versioning">
8282
<Private>False</Private>
8383
<HintPath>$(BeatSaberDir)\Libs\Hive.Versioning.dll</HintPath>
8484
<SpecificVersion>False</SpecificVersion>
@@ -95,7 +95,7 @@
9595
</Reference>
9696
<Reference Include="System" />
9797
<Reference Include="System.Core" />
98-
<Reference Include="System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
98+
<Reference Include="System.Net.Http" />
9999
<Reference Include="Main" Publicize="true">
100100
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Main.dll</HintPath>
101101
<Private>False</Private>
Binary file not shown.

0 commit comments

Comments
 (0)