Skip to content

Commit

Permalink
Release v1.17.0
Browse files Browse the repository at this point in the history
Changes:
- Support for Beat Saber v1.17.0 (#73, by @ErisApps)
- `beatmap.difficulty` now represents the name of the difficulty in the game's current language. If SongCore is installed, this value may contain the custom difficulty name defined by the beatmap, however I've not actually seen that happen. (#70)
- The mod now targets .NET v4.7.2

Fixes:
- Exception thrown when SongCore is not installed while extracting value for `beatmap.songHash`. (#69, by @rynan4818)
  • Loading branch information
opl- committed Sep 7, 2021
1 parent d6245bd commit 486fd5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BeatSaberHTTPStatus/BeatSaberHTTPStatusPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<Version>1.16.1</Version>
<BeatSaberVersion>1.16.1</BeatSaberVersion>
<Version>1.17.0</Version>
<BeatSaberVersion>1.17.0</BeatSaberVersion>
<GameDirPath>..\libs\beatsaber\</GameDirPath>
<SemVerVersion>$(Version)</SemVerVersion>
<CopyToPlugins Condition=" '$(CopyToPlugins)' == '' ">true</CopyToPlugins>
Expand Down
4 changes: 2 additions & 2 deletions BeatSaberHTTPStatus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"name": "Beat Saber HTTP Status",
"version": "$SEMVER_VERSION$",
"dependsOn": {
"BSIPA": "^4.1.6",
"BS Utils": "^1.10.0",
"BSIPA": "^4.2.0",
"BS Utils": "^1.11.0",
"websocket-sharp": "^1.0.4"
},
"links": {
Expand Down

0 comments on commit 486fd5a

Please sign in to comment.