Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Import/Export capabilities #1592

Merged
merged 20 commits into from Nov 30, 2023
Merged

Improve Import/Export capabilities #1592

merged 20 commits into from Nov 30, 2023

Conversation

marticliment
Copy link
Owner

@marticliment marticliment commented Nov 27, 2023

General improvements in import/export in capabilities:

Extra:

@marticliment
Copy link
Owner Author

Example new JSON contents:

{
    "export_version": 2.0,
    "packages": [
        {
            "Id": "Windows-Toasts",
            "Name": "Windows Toasts",
            "Version": "1.0.1",
            "Source": "Pip",
            "ManagerName": "Pip",
            "InstallationOptions": {
                "SkipHashCheck": false,
                "InteractiveInstallation": false,
                "RunAsAdministrator": false,
                "Architecture": "",
                "InstallationScope": "",
                "CustomParameters": []
            },
            "Updates": {
                "UpdatesIgnored": false,
                "IgnoredVersion": ""
            }
        },
        {
            "Id": "winaero-tweaker",
            "Name": "Winaero Tweaker",
            "Version": "1.55.0.0",
            "Source": "Scoop: extras",
            "ManagerName": "Scoop",
            "InstallationOptions": {
                "SkipHashCheck": false,
                "InteractiveInstallation": false,
                "RunAsAdministrator": false,
                "Architecture": "",
                "InstallationScope": "",
                "CustomParameters": []
            },
            "Updates": {
                "UpdatesIgnored": false,
                "IgnoredVersion": ""
            }
        }
    ]
}

@marticliment marticliment marked this pull request as ready for review November 30, 2023 10:50
@marticliment marticliment merged commit f0d55a6 into main Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant