Skip to content

Commit 1043c05

Browse files
authored
Update migration guide for version 7.0
1 parent afa8f6a commit 1043c05

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

MigrateTo7.0.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Update-Package StreamDeck-Tools
4040
Or set the version manually in your `.csproj`:
4141

4242
```xml
43-
<PackageReference Include="StreamDeck-Tools" Version="7.0.0-beta.2" />
43+
<PackageReference Include="StreamDeck-Tools" Version="7.0.0-beta.3" />
4444
```
4545

4646
Build your project. Everything should compile. You'll see `[Obsolete]` warnings on System.Drawing methods -- these point you to the SkiaSharp replacements.
@@ -246,10 +246,6 @@ dotnet publish -c Release -r osx-x64
246246

247247
Assemble both outputs into your `.sdPlugin` folder with `win-x64/` and `osx-x64/` subdirectories, alongside shared assets (manifest, images, Property Inspector).
248248

249-
### Known Gotcha: System.Management and Trimming
250-
251-
`System.Management` (WMI) does not work in trimmed .NET 10 builds due to COM interop incompatibility. If your plugin or any dependency uses WMI, replace those calls with alternatives (e.g., Windows Registry reads). This only affects trimmed self-contained builds.
252-
253249
## Deprecation Timeline
254250

255251
| Release | What Happens |

0 commit comments

Comments
 (0)