File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff 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
2020GUID = ' daa609a5-1293-4f62-9467-1a120c529e87'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 88
99# culture="en-US"
1010ConvertFrom-StringData @'
11- msg00 = 1.3.1
11+ msg00 = 1.3.3
1212 msg01 = Table of Contents
1313 msg02 = Total Tests
1414 msg03 = Passed Tests
Original file line number Diff line number Diff line change 88
99# culture="pl-PL"
1010ConvertFrom-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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments