From ab10b6bb643cebc6689e74d37e205110f422ceee Mon Sep 17 00:00:00 2001 From: rulasg Date: Wed, 10 Jan 2024 08:43:22 +0100 Subject: [PATCH] Update description --- InvokeHelper.psd1 | 2 +- InvokeHelperTest/InvokeHelperTest.psd1 | 2 +- README.md | 2 +- en-US/about_InvokeHelper.help.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/InvokeHelper.psd1 b/InvokeHelper.psd1 index 8a8797c..a2917ee 100644 --- a/InvokeHelper.psd1 +++ b/InvokeHelper.psd1 @@ -30,7 +30,7 @@ CompanyName = 'Unknown' Copyright = '(c) rulasg. All rights reserved.' # Description of the functionality provided by this module -Description = 'Helper to make calls to tooks from powershell' +Description = 'Helper to make dependencies calls from powershell. Decouple the calls to tools and functions. Makes calls Async and Paralell. Mock dependencies calls for testing.' # Minimum version of the PowerShell engine required by this module # PowerShellVersion = '' diff --git a/InvokeHelperTest/InvokeHelperTest.psd1 b/InvokeHelperTest/InvokeHelperTest.psd1 index 447303f..8077d76 100644 --- a/InvokeHelperTest/InvokeHelperTest.psd1 +++ b/InvokeHelperTest/InvokeHelperTest.psd1 @@ -30,7 +30,7 @@ CompanyName = 'Unknown' Copyright = '(c) rulasg. All rights reserved.' # Description of the functionality provided by this module -Description = 'Helper to make calls to tooks from powershell' +Description = 'Helper to make dependencies calls from powershell. Decouple the calls to tools and functions. Makes calls Async and Paralell. Mock dependencies calls for testing.' # Minimum version of the PowerShell engine required by this module # PowerShellVersion = '' diff --git a/README.md b/README.md index 2f354f1..711fd14 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # InvokeHelper -Helper to make calls to tooks from powershell +Helper to make dependencies calls from powershell. Decouple the calls to tools and functions. Makes calls Async and Paralell. Mock dependencies calls for testing. > Module generated with [TestingHelper Powershell Module](https://www.powershellgallery.com/packages/TestingHelper/) diff --git a/en-US/about_InvokeHelper.help.txt b/en-US/about_InvokeHelper.help.txt index 53b50ed..0e08c38 100644 --- a/en-US/about_InvokeHelper.help.txt +++ b/en-US/about_InvokeHelper.help.txt @@ -8,10 +8,10 @@ COPYRIGHT (c) rulasg. All rights reserved. SHORT DESCRIPTION - Helper to make calls to tools from powershell + Helper to make dependencies calls from powershell. LONG DESCRIPTION - Helper to make calls to tools from powershell + Helper to make dependencies calls from powershell. Decouple the calls to tools and functions. Makes calls Async and Paralell. Mock dependencies calls for testing. KEYWORDS Powershell Testing UnitTest Module TestingHelper