diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 23:03:56 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 23:03:56 +0700 |
commit | 07be3d383d30567f7e16c175dd844da01332fddd (patch) | |
tree | 62ff093794b3d1873206b15f94c38f2a54486e24 /crypto/src/BouncyCastle.Crypto.csproj | |
parent | Enable package validation (diff) | |
download | BouncyCastle.NET-ed25519-07be3d383d30567f7e16c175dd844da01332fddd.tar.xz |
Add author
Diffstat (limited to 'crypto/src/BouncyCastle.Crypto.csproj')
-rw-r--r-- | crypto/src/BouncyCastle.Crypto.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj index 0c7f83774..3ed06797b 100644 --- a/crypto/src/BouncyCastle.Crypto.csproj +++ b/crypto/src/BouncyCastle.Crypto.csproj @@ -9,7 +9,7 @@ <AssemblyName>BouncyCastle.Cryptography</AssemblyName> <AssemblyTitle>BouncyCastle.NET Cryptography ($(TargetFramework))</AssemblyTitle> - <Authors /> + <Authors>Legion of the Bouncy Castle</Authors> <Company>Legion of the Bouncy Castle Inc.</Company> <Copyright>Copyright © Legion of the Bouncy Castle Inc. 2000-2022</Copyright> <DebugType>embedded</DebugType> |