Browse Source

commit: match BSIPA version and dll filename

HOME 4 years ago
parent
commit
7eb988d994
2 changed files with 2 additions and 1 deletions
  1. 1 0
      VolumeAdjust/VolumeAdjust.csproj
  2. 1 1
      VolumeAdjust/manifest.json

+ 1 - 0
VolumeAdjust/VolumeAdjust.csproj

@@ -5,6 +5,7 @@
     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
     <LangVersion>8</LangVersion>
     <RootNamespace>BeatSaberTweakers.VolumeAdjust</RootNamespace>
+    <AssemblyName>MaximizeSFX</AssemblyName>
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

+ 1 - 1
VolumeAdjust/manifest.json

@@ -7,7 +7,7 @@
   "name": "MaximizeSFX",
   "version": "1.0.0",
   "dependsOn": {
-    "BSIPA": "^4.1.2"
+    "BSIPA": "^4.1.3"
   },
   "links": {
     "project-source": "https://topcl.net/gogs/coder/BeatSaberTweakers"