PowerShell/test/powershell/engine
Steve Lee 63429445f9 Relax SemanticVersion constructors to not require minor and patch (#3696)
`$psversiontable.psversion -gt "3.0"` which is used by PowerShellGet to determine if a module is compatible with the current version of PowerShell.

Change is to allow specifying only major or major+minor where the missing segments default to zero by providing overloaded constructors and allow
the string parsing method to not require major, minor, and patch segments to all be specified (only major is required).

Based on the [response](https://github.com/mojombo/semver/issues/368) from the maintainer of semver, there is no requirement to have strict
conformance for the inputs to the constructor and allowing "3.0" to result in a semver of 3.0.0 is reasonable.
2017-05-08 10:44:40 -07:00
..
Api Fix powershell to not crash on converting recursive array to bool (#3208) 2017-02-27 10:54:07 -08:00
Basic corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
ETS Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Help Get-Help should find help files under pshome (#3528) 2017-05-01 13:54:01 -07:00
Module Fixing a bug related to ModuleSpec syntax in RequiredModules (#3594) 2017-04-30 17:58:44 -07:00
ParameterBinding Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Remoting Adds Port parameter for SSH PSSessions (#3499) 2017-04-25 18:02:16 -07:00
BasicEngine.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
InitialSessionState.Tests.ps1 Fix for duplicate types in TypeTable (#3141) 2017-02-16 16:28:29 -08:00
Jobs.Tests.ps1 Fixing background jobs for Unix and Windows (#1972) 2016-11-09 22:44:39 -08:00
PropertyAccessor.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
SemanticVersion.Tests.ps1 Relax SemanticVersion constructors to not require minor and patch (#3696) 2017-05-08 10:44:40 -07:00
ValidateAttributes.Tests.ps1 Improve ValidateCount attribute error message (#3656) 2017-05-02 10:04:52 -07:00