Skip to content

Commit 7c40f99

Browse files
authored
Merge pull request #67 from nicoco007/beat-saber-1.34.5
Update for Beat Saber 1.34.5
2 parents 726d6af + f9afd71 commit 7c40f99

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

SiraUtil/Interfaces/ILocalizer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Polyglot;
1+
using BGLib.Polyglot;
22

33
namespace SiraUtil.Interfaces
44
{

SiraUtil/SiraUtil.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,18 @@
6767
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGLib.UnityExtension.dll</HintPath>
6868
<Private>False</Private>
6969
</Reference>
70-
<Reference Include="BGNet">
71-
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGNet.dll</HintPath>
70+
<Reference Include="BGNetCore">
71+
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGNetCore.dll</HintPath>
7272
<Private>False</Private>
7373
</Reference>
7474
<Reference Include="Core">
7575
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Core.dll</HintPath>
7676
<Private>False</Private>
7777
</Reference>
78+
<Reference Include="DataModels">
79+
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\DataModels.dll</HintPath>
80+
<Private>False</Private>
81+
</Reference>
7882
<Reference Include="GameplayCore">
7983
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\GameplayCore.dll</HintPath>
8084
<Private>False</Private>
@@ -98,8 +102,8 @@
98102
<HintPath>$(BeatSaberDir)\Libs\Newtonsoft.Json.dll</HintPath>
99103
<Private>False</Private>
100104
</Reference>
101-
<Reference Include="Polyglot">
102-
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Polyglot.dll</HintPath>
105+
<Reference Include="BGLib.Polyglot">
106+
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGLib.Polyglot.dll</HintPath>
103107
<Private>False</Private>
104108
</Reference>
105109
<Reference Include="Rendering">

SiraUtil/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"id": "SiraUtil",
44
"name": "SiraUtil",
55
"author": "Auros",
6-
"version": "3.1.6",
6+
"version": "3.1.7",
77
"icon": "SiraUtil.Resources.logo.png",
88
"description": "A powerful utility mod which provides more tools to Beat Saber modders.",
9-
"gameVersion": "1.33.0",
9+
"gameVersion": "1.34.5",
1010
"dependsOn": {
1111
"BSIPA": "^4.3.0"
1212
},

0 commit comments

Comments
 (0)