Add support for channels, keep compatibility with rings, update readme

This commit is contained in:
abbodi1406
2020-07-11 05:36:34 +03:00
parent da6129c720
commit 083fe875f8
4 changed files with 46 additions and 17 deletions

View File

@@ -7,13 +7,15 @@ Fetches latest update information from Windows Update servers.
Parameters:
- `arch` - Architecture of build to find
- **Supported values:** `amd64`, `arm64`, `x86`
- **Supported values:** `amd64`, `x86`, `arm64`, `all`
- `ring` - Ring to use when fetching information
- **Supported values:** `WIF`, `WIS`, `RP`, `RETAIL`
- `ring` - Channel to use when fetching information (Previously called Ring)
- **Supported values:** `Dev`, `Beta`, `ReleasePreview`, `Retail`
- **Old Ring values :** `WIF`, `WIS`, `RP`
- `flight` - Flight to use when fetching information
- **Supported values:** `Active`, `Skip`, `Current`
- `flight` - Content type to use when fetching information (Previously called Flight)
- **Supported values:** `Mainline`
- **Old Flight values:** `Active`, `Skip`, `Current`
- **NOTE:** `Skip` is for `WIF` ring only. `Current` is for `RP` ring only.
- `build` - Build number to use when fetching information