NoPowerShell v1.23
Changelog
- Added #define's to easily support more cmdlets in case the project is compiled using a .NET version higher than .NET v2 while maintaining .NET v2 compatibility
- Cmdlets added:
- Get-PSDrive
- Compress-Archive (.NET v4.5+)
- Expand-Archive (.NET v4.5+)
- Get-NetNeighbor
- Cmdlets updated:
- Select-Object: Attribute selection is now case-insensitive
- Test-NetConnection: Added Port and TTL parameters
- For NoPowerShell DLL changed from RGiesecke's UnmanagedExports to 3F's DllExport
- Updated README.md and CONTRIBUTING.md, and moved cmdlet examples to CHEATSHEET.md
- Couple of bugfixes and minor improvements