bitwarden inc.
This commit is contained in:
parent
05a03acd3f
commit
3c2c1e69c5
|
@ -9,7 +9,7 @@
|
|||
"password manager",
|
||||
"cli"
|
||||
],
|
||||
"author": "8bit Solutions LLC <hello@bitwarden.com> (https://bitwarden.com)",
|
||||
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
|
||||
"homepage": "https://bitwarden.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -12,14 +12,14 @@ BLOCK "StringFileInfo"
|
|||
{
|
||||
BLOCK "040904b0"
|
||||
{
|
||||
VALUE "CompanyName", "8bit Solutions LLC"
|
||||
VALUE "CompanyName", "Bitwarden Inc."
|
||||
VALUE "ProductName", "Bitwarden"
|
||||
VALUE "FileDescription", "Bitwarden CLI"
|
||||
VALUE "FileVersion", "$env:PACKAGE_VERSION"
|
||||
VALUE "ProductVersion", "$env:PACKAGE_VERSION"
|
||||
VALUE "OriginalFilename", "bw.exe"
|
||||
VALUE "InternalName", "bw"
|
||||
VALUE "LegalCopyright", "Copyright 8bit Solutions LLC"
|
||||
VALUE "LegalCopyright", "Copyright Bitwarden Inc."
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -7,17 +7,17 @@
|
|||
<packageSourceUrl>https://github.com/bitwarden/cli/tree/master/stores/chocolatey</packageSourceUrl>
|
||||
<owners>kspearrin</owners>
|
||||
<title>Bitwarden CLI</title>
|
||||
<authors>8bit Solutions LLC</authors>
|
||||
<authors>Bitwarden Inc.</authors>
|
||||
<projectUrl>https://bitwarden.com/</projectUrl>
|
||||
<iconUrl>https://cdn.rawgit.com/bitwarden/desktop/51dd1341/resources/icon.png</iconUrl>
|
||||
<copyright>Copyright © 2015-2018 8bit Solutions LLC</copyright>
|
||||
<copyright>Copyright © 2015-2020 Bitwarden Inc.</copyright>
|
||||
<projectSourceUrl>https://github.com/bitwarden/cli/</projectSourceUrl>
|
||||
<docsUrl>https://help.bitwarden.com/article/cli/</docsUrl>
|
||||
<bugTrackerUrl>https://github.com/bitwarden/cli/issues</bugTrackerUrl>
|
||||
<releaseNotes>https://github.com/bitwarden/cli/releases</releaseNotes>
|
||||
<licenseUrl>https://github.com/bitwarden/cli/blob/master/LICENSE.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<tags>bitwarden password manager 8bit cli</tags>
|
||||
<tags>bitwarden password manager cli</tags>
|
||||
<summary>A secure and free password manager for all of your devices.</summary>
|
||||
<description>
|
||||
For CLI documentation, please visit https://help.bitwarden.com/article/cli/
|
||||
|
|
Loading…
Reference in New Issue