Skip to content

change linux manager support#4811

Merged
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
wrong-date-support-linux
May 22, 2026
Merged

change linux manager support#4811
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
wrong-date-support-linux

Conversation

@GabrielDuf
Copy link
Copy Markdown
Contributor

This pull request updates the metadata for several Linux package manager integrations by marking that they do not support reporting package release dates. This change ensures that the application does not incorrectly assume that release date information is available from these backends.

Package manager metadata updates:

  • Set KnowsPackageReleaseDate to PackageReleaseDateSupport.No for the following managers:
    • Apt (src/UniGetUI.PackageEngine.Managers.Apt/Apt.cs)
    • Dnf (src/UniGetUI.PackageEngine.Managers.Dnf/Dnf.cs)
    • Flatpak (src/UniGetUI.PackageEngine.Managers.Flatpak/Flatpak.cs)
    • Pacman (src/UniGetUI.PackageEngine.Managers.Pacman/Pacman.cs)
    • Snap (src/UniGetUI.PackageEngine.Managers.Snap/Snap.cs)

@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit e529717 into main May 22, 2026
3 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the wrong-date-support-linux branch May 22, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants