We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0ea06 commit dc45b74Copy full SHA for dc45b74
src/Pester.psd1
@@ -4,7 +4,7 @@
4
RootModule = 'Pester.psm1'
5
6
# Version number of this module.
7
- ModuleVersion = '5.7.0'
+ ModuleVersion = '5.7.1'
8
9
# ID used to uniquely identify this module
10
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
@@ -116,14 +116,14 @@
116
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html"
117
118
# Release notes for this particular version of the module
119
- ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.7.0'
+ ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.7.1'
120
121
# Prerelease string of this module
122
Prerelease = ''
123
}
124
125
# Minimum assembly version required
126
- RequiredAssemblyVersion = '5.7.0'
+ RequiredAssemblyVersion = '5.7.1'
127
128
129
# HelpInfo URI of this module
0 commit comments