-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
98 lines (61 loc) · 1.4 KB
/
CHANGELOG.txt
File metadata and controls
98 lines (61 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
v0.0.26
- Fixed init not loading in Windows PowerShell
v0.0.25
- Updated Add-SiteBinding
- Updated Get-CertSummary
- Added ANSI formatting to ToString overrides
v0.0.25
- Fixed formatting
v0.0.24
- Fixed formatting
v0.0.23
- Fixed formatting
v0.0.22
- Added ANSI support for Windows PowerShell
- Added WithPrivateKey switch for Get-CertSummary
v0.0.21
- Cleaned up for release
- Updated CHANGELOG.txt
v0.0.20
- Updated Formatting
v0.0.19
- Updated Add-SiteBinding
- Updated Import-Certs
v0.0.18
- Updated Add-SiteBinding
- Updated Add-CertPermissions
- Updated CmdletBase to inherit from Cmdlet instead of PSCmdlet
- Updated FindCertificate in CertHelper
- Updated Get-CertPermissions
- Updated Get-CertPrivateKey
- Updated Get-CertSummary
- Updated Set-CertFriendlyName
v0.0.17
- Updated Add-SiteBinding
- Updated custom formats
- Updated Get-CertPermissions
- Updated Get-CertPrivateKey
- Updated Get-CertSummary
v0.0.16
- Fixed CHANGELOG
v0.0.15
- Added ANSI escape support for Windows PowerShell
- Fixed Get-CertPrivateKey
v0.0.14
- Improved private key file search
v0.0.13
- Added Set-CertFriendlyName
- Updated Add-CertPermissions
v0.0.12
- Added support for .NET Framework 4.6.2
v0.0.11
- Updated Get-CertPrivateKey
v0.0.10
- Added Import-Certs
- Added Add-SiteBinding
- Updated Get-CertSummary
v0.0.9
- Added LICENSE
- Added CHANGELOG
- Fixed ACLs on Windows PowerShell
- Misc. cleanup