Skip to content

Commit

Permalink
Bump to 5.3.0-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jun 24, 2021
1 parent 8634da0 commit ad2899c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Pester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
PowerShellVersion = '3.0'

# Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = @()
TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = @('Pester.Format.ps1xml', 'PesterConfiguration.Format.ps1xml')
FormatsToProcess = @('Pester.Format.ps1xml', 'PesterConfiguration.Format.ps1xml')

# Functions to export from this module
FunctionsToExport = @(
Expand Down Expand Up @@ -99,7 +99,7 @@
# It's for rebuilding PowerShellGet (and PoshCode) NuGet-style packages
# We had to do this because it's the only place we're allowed to extend the manifest
# https://connect.microsoft.com/PowerShell/feedback/details/421837
PSData = @{
PSData = @{
# The primary categorization of this module (from the TechNet Gallery tech tree).
Category = "Scripting Techniques"

Expand All @@ -119,7 +119,7 @@
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.3.0'

# Prerelease string of this module
Prerelease = 'alpha4'
Prerelease = 'alpha5'
}

# Minimum assembly version required
Expand Down

0 comments on commit ad2899c

Please sign in to comment.