From 7889a88acd0ecd632d725185a061eab78b4e4c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 25 Apr 2024 21:09:11 +0200 Subject: [PATCH] Bump to 5.6.0-beta1 --- src/Pester.psd1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Pester.psd1 b/src/Pester.psd1 index f153b7dfc..28891a344 100644 --- a/src/Pester.psd1 +++ b/src/Pester.psd1 @@ -16,7 +16,7 @@ CompanyName = 'Pester' # Copyright statement for this module - Copyright = 'Copyright (c) 2021 by Pester Team, licensed under Apache 2.0 License.' + Copyright = 'Copyright (c) 2024 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.' @@ -116,10 +116,10 @@ LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html" # Release notes for this particular version of the module - ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.6.0' + ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.6.0-beta1' # Prerelease string of this module - Prerelease = '' + Prerelease = 'beta1' } # Minimum assembly version required