Skip to content

Commit 1984521

Browse files
committed
💬 Update copyright statement #93
1 parent 60eb931 commit 1984521

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

sdk-docs/Xecrets.Sdk.Models.XfCredentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public System.Collections.Generic.IEnumerable<string> Passwords { get; }
4343

4444
## XfCredentials.PublicKeyEmails Property
4545

46-
An enumeration of e-mail monikers referring to public keys
46+
An enumeration of email monikers referring to public keys
4747

4848
```csharp
4949
public System.Collections.Generic.IEnumerable<string> PublicKeyEmails { get; }
@@ -121,7 +121,7 @@ An enumeration of passwords to add.
121121

122122
## XfCredentials.AddPublicKeyEmails(IEnumerable<string>) Method
123123

124-
Add zero or more e-mail monikers to add to the collection of credentials.
124+
Add zero or more email monikers to add to the collection of credentials.
125125

126126
```csharp
127127
public void AddPublicKeyEmails(System.Collections.Generic.IEnumerable<string> publicKeyEmails);
@@ -132,7 +132,7 @@ public void AddPublicKeyEmails(System.Collections.Generic.IEnumerable<string> pu
132132

133133
`publicKeyEmails` [System.Collections.Generic.IEnumerable&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerable-1 'System.Collections.Generic.IEnumerable`1')[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerable-1 'System.Collections.Generic.IEnumerable`1')
134134
135-
An enumeration of e-mail monikers referring to public keys.
135+
An enumeration of email monikers referring to public keys.
136136

137137
<a name='Xecrets.Sdk.Models.XfCredentials.AddPublicKeyFullNames(System.Collections.Generic.IEnumerable_string_)'></a>
138138

src/Xecrets.Cli/Properties/Resource.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Xecrets.Cli/Resources/splash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Xecrets Cli - A cross platform AxCrypt compatible tool for applied strong cryptography.
2-
Portions Copyright 2022-2023, Svante Seleborg, All Rights Reserved.
2+
Portions Copyright 2022-2024, Svante Seleborg, All Rights Reserved.
33
BETA {gpl} Version {version} {buildutc} {runtime}
44

55
This program is free software; It is licensed under GNU General Public License version 3 or any

0 commit comments

Comments
 (0)