Skip to content

README: fix DI version, credit BASS and GeneralUser GS - #26

Merged
denmase merged 2 commits into
mainfrom
claude/noteeditor-translate-english-fworkt
Sep 18, 2026
Merged

denmase merged 2 commits into
mainfrom
claude/noteeditor-translate-english-fworkt

Conversation

@denmase

@denmase denmase commented Sep 18, 2026

Copy link
Copy Markdown
Owner

Summary

Two small doc fixes to the README's Dependencies list — no code changes.

  1. Microsoft.Extensions.DependencyInjection still said 8.0.1; the multi-tab work (PR #24) bumped it to 9.0.0 to avoid a cross-TFM assembly-version conflict between the net472 app project and the net8.0 test project.
  2. ManagedBass was listed, but that's just the .NET wrapper — the actual third-party dependency it binds to is the native BASS/BASSMIDI/BASSVST libraries bundled in JianpuEditor/Native/, with their own non-commercial licensing restriction (already noted in NOTICE.md and the Requirements section, but not called out where the rest of this project's dependencies are listed). Also added GeneralUser GS, the bundled SoundFont, alongside the other bundled third-party assets (basic-pitch, GAME) already credited in that section.

Test plan

  • Confirmed 9.0.0 is the version actually referenced in JianpuEditor/JianpuEditor.csproj today.
  • Cross-checked the BASS/GeneralUser GS licensing text against JianpuEditor/Native/NOTICE.md and JianpuEditor/Resources/Soundfonts/LICENSE.txt.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Pguj4XSScE141p1ScWoqEr


Generated by Claude Code

….0.0

Bumped in the multi-tab work (see the CI-fix commit pinning it there) to
avoid a cross-TFM assembly-version conflict between the net472 app and
the net8.0 test project; the README's Dependencies list still said 8.0.1.
ManagedBass was listed, but that's just the .NET wrapper -- the actual
third-party dependency it binds to is the native BASS/BASSMIDI/BASSVST
libraries bundled in JianpuEditor/Native/, with their own non-commercial
licensing restriction (already noted in NOTICE.md and the Requirements
section, but not called out where the rest of this project's
dependencies are listed). Also added GeneralUser GS, the bundled
SoundFont, alongside the other bundled third-party assets (basic-pitch,
GAME) already credited here.
@denmase denmase changed the title Update README's DependencyInjection version to 9.0.0 README: fix DI version, credit BASS and GeneralUser GS Sep 18, 2026
@denmase
denmase merged commit 5b43d59 into main Sep 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants