Skip to content

Commit 874c6a2

Browse files
author
Dan Gough
committed
Fix broken links in blog post
1 parent cbbf66f commit 874c6a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

blog/2026-08-20-psadt-4.2.0rc1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This is the first release candidate of PSAppDeployToolkit 4.2.0! We invite all e
1515
- Major code refactoring to clean up and optimise the code base. Everything now runs faster and the module is significantly smaller in size.
1616
- iNKORE WPF library replaced by [Fluence](https://github.com/sintaxasn/Fluence.Wpf) (created and maintained by PSAppDeployToolkit founder [Dan Cunningham](https://github.com/sintaxasn)).
1717
- A more streamlined default `Invoke-AppDeployToolkit.ps1` template. ZeroConfig code has been removed from the default template and is now a separate download, or can be generated via `New-ADTTemplate -ZeroConfig`.
18-
- [New-ADTTemplate](../reference/functions/New-ADTTemplate) now allows you to generate an entire deployment package in a single command by specifying session properties, config, assets, files, and script blocks.
19-
- [Show-ADTInstallationPrompt](../reference/functions/Show-ADTInstallationPrompt) now supports secured text inputs and dropdown selection boxes.
20-
- [Show-ADTInstallationRestartPrompt](../reference/functions/Show-ADTInstallationRestartPrompt) now supports a cancel button.
18+
- `New-ADTTemplate` now allows you to generate an entire deployment package in a single command by specifying session properties, config, assets, files, and script blocks.
19+
- `Show-ADTInstallationPrompt` now supports secured text inputs and dropdown selection boxes.
20+
- `Show-ADTInstallationRestartPrompt` now supports a cancel button.
2121
- You can now configure a different accent color for dark mode.
2222
- Dialogs now fallback to default image if the specified asset is not found, also images can be encoded as Base64 strings instead of supplying file paths.
2323
- Tray notification icon shown whenever balloon tips / toasts are invoked.
@@ -27,7 +27,7 @@ This is the first release candidate of PSAppDeployToolkit 4.2.0! We invite all e
2727
- Copy-ADTContentToCache now applies administrator permissions to the shared cache and has a separate cache location for non-admins.
2828
- Descriptions for all known MSI error codes now included in logging output.
2929
- All WMI dependencies removed, so the toolkit can run on devices with WMI corruption.
30-
- Ability to run custom functions whenever writing to the log or when a deployment is deferred via [Add-ADTModuleCallback](../reference/functions/Add-ADTModuleCallback).
30+
- Ability to run custom functions whenever writing to the log or when a deployment is deferred via `Add-ADTModuleCallback`.
3131
- All time-based parameters now accept TimeSpan objects as well as interpreting integers as seconds.
3232
- `-WhatIf` support added throughout to test changes non-destructively.
3333
- AI and static analysis tools used to ensure code quality (CodeQL, Meziantou.Analyzer, Microsoft.CodeAnalysis.BannedApiAnalyzers, Microsoft.Extensions.StaticAnalysis, Roslynator.Analyzers).

0 commit comments

Comments
 (0)