Skip to content

Commit e5d2876

Browse files
authored
Rebrand fix (#380)
1 parent dc62c4b commit e5d2876

File tree

9 files changed

+179
-232
lines changed

9 files changed

+179
-232
lines changed

CHANGELOG.md

Lines changed: 175 additions & 185 deletions
Large diffs are not rendered by default.

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
- Add `New-VenafiSession -VcAccessToken` if the access token is obtained outside VenafiPS
55
- Fix `Set-VcCertificate -Tag` when the tag includes both a name and value
66
- Add support to `Get-VcTag -Tag` for getting by name and value
7-
- Fix for parallel processing across CMSH environments, eg. `Export-VdcCertificate -VenafiSession $sess1 | Import-VdcCertificate -VenafiSession $sess2`
7+
- Fix for parallel processing across CMSH environments, eg. `Export-VdcCertificate -VenafiSession $sess1 | Import-VdcCertificate -VenafiSession $sess2`

VenafiPS/VenafiPS.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'VenafiPS.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '6.13.0'
15+
ModuleVersion = '6.13'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -27,10 +27,10 @@ Author = 'Greg Brownstein'
2727
CompanyName = 'Venafi'
2828

2929
# Copyright statement for this module
30-
Copyright = '(c) Venafi. All rights reserved.'
30+
Copyright = '(c) Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Automate your CyberArk Certificate Manager (Venafi TLS Protect) Self-Hosted and SaaS platforms!'
33+
Description = 'Automate your CyberArk Certificate Manager Self-Hosted and SaaS platforms!'
3434

3535
# Minimum version of the PowerShell engine required by this module
3636
PowerShellVersion = '5.1'

docs/assets/css/components/fonts.css

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/assets/css/custom.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
@import url("components/fonts.css");
3-
42
b,
53
strong {
64
font-weight:600;

docs/assets/css/fonts/PublicSans-Italic[wght].woff2

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/assets/css/fonts/PublicSans[wght].woff2

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/assets/css/fonts/RobotoMono-Italic[wght].woff2

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/assets/css/fonts/RobotoMono[wght].woff2

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)