From 40dde6737c17233dffbf63d915f25272531b85d8 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 22 Sep 2022 04:54:34 +0000 Subject: [PATCH 1/5] Updating Module Version [0.1.5] and CHANGELOG --- docs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 4a850d614..abe2790ac 100644 --- a/docs/README.md +++ b/docs/README.md @@ -105,4 +105,3 @@ By using the object pipeline, you loosely couple each step and allow steps to ea PipeScript allows you to transpile using an Object Pipeline. - From 880fc88c946281a9fbfc2233f7a7231c1852d723 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 22 Sep 2022 04:54:34 +0000 Subject: [PATCH 2/5] Updating Module Version [0.1.5] and CHANGELOG --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index abe2790ac..4a850d614 100644 --- a/docs/README.md +++ b/docs/README.md @@ -105,3 +105,4 @@ By using the object pipeline, you loosely couple each step and allow steps to ea PipeScript allows you to transpile using an Object Pipeline. + From f659bff8ef2a5d982d73bc0e95c6c778e5ccca11 Mon Sep 17 00:00:00 2001 From: James Brundage <@github.com> Date: Wed, 21 Sep 2022 21:54:37 -0700 Subject: [PATCH 3/5] Updating Module Version [0.1.5] --- PipeScript.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PipeScript.psd1 b/PipeScript.psd1 index 7b6b258b8..e5b107430 100644 --- a/PipeScript.psd1 +++ b/PipeScript.psd1 @@ -1,5 +1,5 @@ @{ - ModuleVersion = '0.1.4' + ModuleVersion = '0.1.5' Description = 'An Extensible Transpiler for PowerShell (and anything else)' RootModule = 'PipeScript.psm1' PowerShellVersion = '4.0' From 90cdaf5b8fe72f185086263b26a9601ca1ff1ddc Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 22 Sep 2022 04:55:51 +0000 Subject: [PATCH 4/5] Merge branch 'PipeScriptInheritance' of https://github.com/StartAutomating/PipeScript into PipeScriptInheritance --- docs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 4a850d614..abe2790ac 100644 --- a/docs/README.md +++ b/docs/README.md @@ -105,4 +105,3 @@ By using the object pipeline, you loosely couple each step and allow steps to ea PipeScript allows you to transpile using an Object Pipeline. - From 7044be102864eda9a03cc6c73d669ceaa04e318a Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 22 Sep 2022 04:55:51 +0000 Subject: [PATCH 5/5] Merge branch 'PipeScriptInheritance' of https://github.com/StartAutomating/PipeScript into PipeScriptInheritance --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index abe2790ac..4a850d614 100644 --- a/docs/README.md +++ b/docs/README.md @@ -105,3 +105,4 @@ By using the object pipeline, you loosely couple each step and allow steps to ea PipeScript allows you to transpile using an Object Pipeline. +