Skip to content

Commit

Permalink
Update UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Aug 5, 2024
1 parent 2176565 commit ab09ac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
* If you need absolute control more than the above, you can subclass `AppCastHelper` and override methods: `SetupAppCastHelper`, `DownloadAppCast`, and `FilterUpdates`. This probably is not necessary, however, and you can do what you want through the interfaces, most likely.
* `AppCastHelper.SetupAppCastHelper` signature is now `SetupAppCastHelper(IAppCastDataDownloader dataDownloader, string castUrl, string? installedVersion, ISignatureVerifier? signatureVerifier, ILogger? logWriter = null)` (note: no longer takes a `Configuration` object)
* Renamed `AppCastItem.OperatingSystemString` to `OperatingSystem`
* XML appcasts no longer write `version`, `shortVersion`, or `criticalUpdate` to the `<enclosure/>`. Instead, those are all written to the overall `<item>`.
* XML app casts write `version`, `shortVersion`, and `criticalUpdate` to the `<item>` tag and the `<enclosure>` (for backwards/Sparkle compat).
* If both the overall `<item>` and the `<enclosure>` have this data, the info from the `<item>` is prioritized.
* JSON app casts are not affected.

**Changes/Fixes**

Expand Down

0 comments on commit ab09ac0

Please sign in to comment.