Skip to content

Commit

Permalink
Bump to 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jan 8, 2025
1 parent 25ffa7c commit 7a0ea06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Pester.psd1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@{
@{

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

# Version number of this module.
ModuleVersion = '5.6.1'
ModuleVersion = '5.7.0'

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

# Copyright statement for this module
Copyright = 'Copyright (c) 2024 by Pester Team, licensed under Apache 2.0 License.'
Copyright = 'Copyright (c) 2025 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.'
Expand Down Expand Up @@ -116,14 +116,14 @@
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.1'
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.7.0'

# Prerelease string of this module
Prerelease = ''
}

# Minimum assembly version required
RequiredAssemblyVersion = '5.6.1'
RequiredAssemblyVersion = '5.7.0'
}

# HelpInfo URI of this module
Expand Down

0 comments on commit 7a0ea06

Please sign in to comment.