From 75ee8179a0cad0f7288fc5b6790b823cdbfdb319 Mon Sep 17 00:00:00 2001 From: Florian Eiden Date: Mon, 30 Mar 2020 17:18:34 -0700 Subject: [PATCH] Update to 1.0.2 --- asa.unittest/README.md | 6 +++--- asa.unittest/asa.unittest.psd1 | Bin 8834 -> 8968 bytes asa.unittest/asa.unittest.psm1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/asa.unittest/README.md b/asa.unittest/README.md index 3fc1ee8..00b4b9a 100644 --- a/asa.unittest/README.md +++ b/asa.unittest/README.md @@ -29,12 +29,12 @@ Import-Module -Name $moduleFile -verbose -force Testing a run ```PowerShell -$installFolder = "C:\temp\fleide2\Repos\asa.unittest\examples\ASAHelloWorld.Tests\" +$installFolder = "C:\users\fleide\Repos\asa.unittest\examples\ASAHelloWorld.Tests\" New-AutProject ` -installPath $installFolder $asaProjectName = "ASAHelloWorld" -$solutionPath = "C:\Users\fleide\Repos\asa.unittest\examples" +$solutionPath = "C:\users\fleide\Repos\asa.unittest\examples" $unittestFolder = "ASAHelloworld.Tests" Start-AutRun ` -asaProjectName $asaProjectName ` @@ -50,7 +50,7 @@ From the Gallery Get-InstalledModule -name asa.unittest Uninstall-Module -Name asa.unittest -Install-Module -Name asa.unittest -verbose +Install-Module -Name asa.unittest -verbose -version 1.0.2 ``` ## Development diff --git a/asa.unittest/asa.unittest.psd1 b/asa.unittest/asa.unittest.psd1 index e64a26f22b8cd0b96ad315e2ce726e5709d7f57a..d0888f33eee8cbadcfd97cf9d29d4622c955baa5 100644 GIT binary patch delta 186 zcmZp2?Qq*LiE*Nf#N>61O_Q&13T$>@vJhZ)V9=QSRXBZfolphiWDkC!%^4yg+>?vs zrRr@N6d2SQ+!!($DuAp4hGK>k215pYFe?|xQUHqN1IZGG42DD?sledLkOvei0rGNy xP?y0MD4)Vm3S_4OWy^skfy5Pn^2tC|rBHR1K#@!oonSL3rwa&fejvYy2>|KSD&hbD delta 57 zcmV-90LK4_MuJ7Kk^uuQ056k~0h^QL1`xA60yq$p+!PeE>=J4LlXwzlvs@Hl3zKdi P9tAxBAOI(`Wgw#hGSm_$ diff --git a/asa.unittest/asa.unittest.psm1 b/asa.unittest/asa.unittest.psm1 index 54fb92c..422dffd 100644 --- a/asa.unittest/asa.unittest.psm1 +++ b/asa.unittest/asa.unittest.psm1 @@ -16,4 +16,4 @@ Foreach($import in @($Public + $Private)) } } -Export-ModuleMember -Function (Get-ChildItem -Path "$PSScriptRoot\public\*.ps1").basename \ No newline at end of file +Export-ModuleMember -Function $Public.Basename \ No newline at end of file