Skip to content

A repo with Package, Version, and Date for multiple common products

Notifications You must be signed in to change notification settings

Galeax/PackageVersionDate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PackageVersionDate

Description

PackageVersionDate est un projet qui répertorie les versions des navigateurs (Chrome, Firefox) et des systèmes d'exploitation Windows (Windows 10, Windows 11, Windows Server), ainsi que leurs dates de fin de support (EOL).

Les informations sont mises à jour automatiquement chaque jour via GitHub Actions.


Arborescence

PackageVersionDate/
├── chrome/
│   ├── versions/
│   │   └── chrome_versions.json
│   └── get_chrome_versions.py
├── firefox/
│   ├── versions/
│   │   └── firefox_versions.json
│   └── get_firefox_versions.py
├── windows/
│   ├── versions/
│   │   ├── windows_10_20h1.json
│   │   └── windows_server_2019.json
│   │   └── ...
│   └── get_windows_versions.py
└── .github/
    └── workflows/
        └── update_versions.yml

Exemple de Formats JSON

Chrome et Firefox

[
    {
        "version": "XX.XX.XXXX.XX",
        "published": "YYYY-MM-DD",
        "eol": "YYYY-MM-DD"
    }
]

Windows

{
    "version": "XXXX",
    "end_of_servicing": "true" or "false",
        "updates": [
        {
            "date": "YYYY-MM-DD",
            "build": "XXXX.XXXX",
            "KB": "KBXXXXXXX",
            "eol": "YYYY-MM-DD"
        }
    ]
}

About

A repo with Package, Version, and Date for multiple common products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages