Skip to content

Commit 7a0ea06

Browse files
committed
Bump to 5.7.0
1 parent 25ffa7c commit 7a0ea06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Pester.psd1

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
@{
1+
@{
22

33
# Script module or binary module file associated with this manifest.
44
RootModule = 'Pester.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '5.6.1'
7+
ModuleVersion = '5.7.0'
88

99
# ID used to uniquely identify this module
1010
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
@@ -16,7 +16,7 @@
1616
CompanyName = 'Pester'
1717

1818
# Copyright statement for this module
19-
Copyright = 'Copyright (c) 2024 by Pester Team, licensed under Apache 2.0 License.'
19+
Copyright = 'Copyright (c) 2025 by Pester Team, licensed under Apache 2.0 License.'
2020

2121
# Description of the functionality provided by this module
2222
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,14 +116,14 @@
116116
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html"
117117

118118
# Release notes for this particular version of the module
119-
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.6.1'
119+
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.7.0'
120120

121121
# Prerelease string of this module
122122
Prerelease = ''
123123
}
124124

125125
# Minimum assembly version required
126-
RequiredAssemblyVersion = '5.6.1'
126+
RequiredAssemblyVersion = '5.7.0'
127127
}
128128

129129
# HelpInfo URI of this module

0 commit comments

Comments
 (0)