Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
rulasg committed Jan 10, 2024
1 parent 98c52c9 commit ab10b6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion InvokeHelper.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
2 changes: 1 addition & 1 deletion InvokeHelperTest/InvokeHelperTest.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)
4 changes: 2 additions & 2 deletions en-US/about_InvokeHelper.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab10b6b

Please # to comment.