We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d5f3b commit 11b628dCopy full SHA for 11b628d
Lesspass.psd1
@@ -22,7 +22,7 @@ CompanyName = 'LessPass'
22
Copyright = 'MIT'
23
24
# Description of the functionality provided by this module
25
-Description = 'lesspass Password manager'
+Description = 'LessPass: Stateless Password Manager'
26
27
# Minimum version of the PowerShell engine required by this module
28
PowerShellVersion = '5.0'
tools/publish-module.ps1
@@ -4,4 +4,4 @@ $Env:PSModulePath = $Env:PSModulePath + ":$ProjectDirectory"
4
Publish-Module `
5
-Name "Lesspass" `
6
-Repository "PSGallery" `
7
- -NuGetApiKey $Env:PSGALLERY_API_KEY `
+ -NuGetApiKey $Env:PSGALLERY_API_KEY
0 commit comments