Skip to content

Commit

Permalink
Update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleid committed Mar 31, 2020
1 parent 4674d08 commit 75ee817
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions asa.unittest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
Expand All @@ -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
Expand Down
Binary file modified asa.unittest/asa.unittest.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion asa.unittest/asa.unittest.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Foreach($import in @($Public + $Private))
}
}

Export-ModuleMember -Function (Get-ChildItem -Path "$PSScriptRoot\public\*.ps1").basename
Export-ModuleMember -Function $Public.Basename

0 comments on commit 75ee817

Please sign in to comment.