Skip to content

Commit 964f241

Browse files
committed
v1.3.3
1 parent 58894a7 commit 964f241

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Format-Pester/Format-Pester.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RootModule = 'Format-Pester.psm1'
1414
# Version number of this module.
1515
# If you are increasing ModuleVersion please change also the values of variable 'ScriptVersion' in the Format-Pester.ps1 file
1616
# Verify also translations and increase the values of msg00 fields
17-
ModuleVersion = '1.3.2'
17+
ModuleVersion = '1.3.3'
1818

1919
# ID used to uniquely identify this module
2020
GUID = 'daa609a5-1293-4f62-9467-1a120c529e87'

Format-Pester/Public/Format-Pester.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Function Format-Pester {
135135
[Switch]$Version
136136
)
137137

138-
[Version]$ScriptVersion = "1.3.1"
138+
[Version]$ScriptVersion = "1.3.3"
139139

140140
If ($Version.IsPresent) {
141141

Format-Pester/Public/en-US/Format-Pester.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# culture="en-US"
1010
ConvertFrom-StringData @'
11-
msg00 = 1.3.1
11+
msg00 = 1.3.3
1212
msg01 = Table of Contents
1313
msg02 = Total Tests
1414
msg03 = Passed Tests

Format-Pester/Public/pl-PL/Format-Pester.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# culture="pl-PL"
1010
ConvertFrom-StringData @'
11-
msg00 = 1.3.1
11+
msg00 = 1.3.3
1212
msg01 = Spis treści
1313
msg02 = Testy ogółem
1414
msg03 = Testy zdane

VERSIONS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
- added explicit Throw for null or empty PesterResult parameter
88
- verbose messages updated
99
- validateSet for the Format paarmeter added/uncommented
10-
- names in code cleaned
10+
- names in code cleaned
11+
12+
- 1.3.3 - 2016-08-20
13+
- Fix issue #14

0 commit comments

Comments
 (0)