Skip to content

Commit f9afd71

Browse files
committed
Update for Beat Saber 1.34.5
1 parent a07091b commit f9afd71

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
@@ -66,14 +66,18 @@
6666
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGLib.UnityExtension.dll</HintPath>
6767
<Private>False</Private>
6868
</Reference>
69-
<Reference Include="BGNet">
70-
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGNet.dll</HintPath>
69+
<Reference Include="BGNetCore">
70+
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGNetCore.dll</HintPath>
7171
<Private>False</Private>
7272
</Reference>
7373
<Reference Include="Core">
7474
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Core.dll</HintPath>
7575
<Private>False</Private>
7676
</Reference>
77+
<Reference Include="DataModels">
78+
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\DataModels.dll</HintPath>
79+
<Private>False</Private>
80+
</Reference>
7781
<Reference Include="GameplayCore">
7882
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\GameplayCore.dll</HintPath>
7983
<Private>False</Private>
@@ -97,8 +101,8 @@
97101
<HintPath>$(BeatSaberDir)\Libs\Newtonsoft.Json.dll</HintPath>
98102
<Private>False</Private>
99103
</Reference>
100-
<Reference Include="Polyglot">
101-
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Polyglot.dll</HintPath>
104+
<Reference Include="BGLib.Polyglot">
105+
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGLib.Polyglot.dll</HintPath>
102106
<Private>False</Private>
103107
</Reference>
104108
<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)