From 94751bc156a28a941335e1321699b314c6466f38 Mon Sep 17 00:00:00 2001 From: Matt Graeber Date: Sat, 8 Jun 2013 09:47:16 -0400 Subject: New-Object proxy function compatibility fix I was calling the [Guid]::TryParse method that was only present in .NET 4 so this wasn't working in PowerShell v2. --- ReverseEngineering/New-Object.ps1 | Bin 2201 -> 4376 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/ReverseEngineering/New-Object.ps1 b/ReverseEngineering/New-Object.ps1 index f148070..77b24f6 100644 Binary files a/ReverseEngineering/New-Object.ps1 and b/ReverseEngineering/New-Object.ps1 differ -- cgit v1.2.3