From 60499f454261d3a2c8e880f465ef0f83bf2b4b8f Mon Sep 17 00:00:00 2001 From: nohwnd Date: Wed, 1 Jul 2026 18:48:47 +0200 Subject: [PATCH] Bump copyright year to 2026 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Pester.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pester.psd1 b/src/Pester.psd1 index 49023b5e4..973024fe5 100644 --- a/src/Pester.psd1 +++ b/src/Pester.psd1 @@ -16,7 +16,7 @@ CompanyName = 'Pester' # Copyright statement for this module - Copyright = 'Copyright (c) 2025 by Pester Team, licensed under Apache 2.0 License.' + Copyright = 'Copyright (c) 2026 by Pester Team, licensed under Apache 2.0 License.' # Description of the functionality provided by this module Description = 'Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system.'