You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updates
- update HelpFileBuilder
- Fix some errors and warnings after update
- improve ReadMe
* update shfb tools path
* Follow SHFB migration guide
After update there were some breaking changes. Files were updated accordingly (see: https://ewsoftware.github.io/SHFB/html/bc933f8f-e792-45bf-afec-62aa2c46aa3b.htm)
* use older NET SDK
Since latest NET9 broke some NET8 features, try to use an older SDK
* Pin SDK via global.json
* correct NET version. the pinned didn't exist
* Using different sdks for different projects
* Set working directory for restoring workloads
## Generate the API docs for newer Avalonia version
24
-
Use the `set-version.ps1` script to update the version.
33
+
Use the `update-submodule.ps1` script to update the version to the latest stable. if you need any other branch version, you need to link the branch name for the submodule by hand.
25
34
26
-
```ps1
27
-
# -version: specify the Avalonia version to document. If this parameter is not set, `AvaloniaVersion.txt` will be used instead.
28
-
.\set-version.ps1 11.2.0
29
-
```
35
+
> [!NOTE]
36
+
> The file `./ext/Avalonia/build/SharedVersion.props` stores the current version info.
30
37
31
38
> [!WARNING]
32
39
> Remember to commit all updates made to the submodule.
0 commit comments