-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,32 @@ | ||
{ | ||
"osbuilder":[ | ||
{ | ||
"InfoMessage":[ | ||
"New: https://www.osdeploy.com/osbuilder/how-to/get-osbuilderupdates", | ||
"New: https://www.osdeploy.com/osbuilder/how-to/update-osmedia" | ||
], | ||
"Module":"18.9.13.0", | ||
"ModuleInfo":[ | ||
"Resolves an issue calculating the UBR", | ||
"https://www.osdeploy.com/osbuilder/release-information.html", | ||
"", | ||
"Download from the PowerShell Gallery", | ||
"https://www.powershellgallery.com/packages/OSBuilder/18.9.13.0", | ||
"", | ||
"Uninstall previous versions using the following PowerShell Command:", | ||
"Uninstall-Module -Name OSBuilder -AllVersions -Force", | ||
"", | ||
"Install the latest version with the following PowerShell Command:", | ||
"Install-Module -Name OSBuilder -Scope CurrentUser" | ||
], | ||
"Stacks":"2018-07-09", | ||
"StacksInfo":[ | ||
"Servicing Stacks have been modified or released", | ||
"Check for new Servicing Stacks with the following PowerShell Command:", | ||
"Get-OSBuilder -DownloadUpdates Latest" | ||
], | ||
"Updates":"2018-08-10", | ||
"UpdatesInfo":[ | ||
"Windows Updates have been modified or released", | ||
"Check for new Windows Updates with the following PowerShell Command:", | ||
"Get-OSBuilder -DownloadUpdates Latest" | ||
] | ||
} | ||
] | ||
} | ||
{"osbuilder":[{ | ||
"InfoMessage":[ | ||
"New: https://www.osdeploy.com/osbuilder/how-to/get-osbuilderupdates", | ||
"New: https://www.osdeploy.com/osbuilder/how-to/update-osmedia" | ||
], | ||
"Module": "18.9.14.0", | ||
"ModuleInfo":[ | ||
"Automaic Update Downloads", | ||
"https://www.osdeploy.com/osbuilder/release-information.html", | ||
"", | ||
"Download from the PowerShell Gallery", | ||
"https://www.powershellgallery.com/packages/OSBuilder/18.9.14.0", | ||
"", | ||
"Uninstall previous versions using the following PowerShell Command:", | ||
"Uninstall-Module -Name OSBuilder -AllVersions -Force", | ||
"", | ||
"Install the latest version with the following PowerShell Command:", | ||
"Install-Module -Name OSBuilder -Scope CurrentUser" | ||
], | ||
"Stacks":"2018-07-09", | ||
"StacksInfo":[ | ||
"Servicing Stacks have been modified or released", | ||
"Check for new Servicing Stacks with the following PowerShell Command:", | ||
"Get-OSBuilder -DownloadUpdates Latest" | ||
], | ||
"Updates":"2018-08-10", | ||
"UpdatesInfo":[ | ||
"Windows Updates have been modified or released", | ||
"Check for new Windows Updates with the following PowerShell Command:", | ||
"Get-OSBuilder -DownloadUpdates Latest" | ||
] | ||
}]} |