We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f7827 commit ea915ecCopy full SHA for ea915ec
2 files changed
PSGithubUtils/PSGithubUtils.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSGithubUtils.psm1'
13
14
# Version number of this module.
15
- ModuleVersion = '0.2.0'
+ ModuleVersion = '0.2.1'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
PSGithubUtils/PSGithubUtils.psm1
@@ -25,4 +25,4 @@ if ($PSVersionTable.PSVersion.Major -lt 7){
25
}
26
27
Add-Type -Path $securityLibPath
28
-Add-Type -TypeDefinition (Get-Content -Path ".\lib\Private\BasicPasswordFinder.cs" -Raw) -ReferencedAssemblies @($securityLibPath)
+Add-Type -TypeDefinition (Get-Content -Path "$PSScriptRoot\lib\Private\BasicPasswordFinder.cs" -Raw) -ReferencedAssemblies @($securityLibPath)
0 commit comments