Skip to content

Commit

Permalink
Merge pull request #14 from SendSafely/v3.0.11
Browse files Browse the repository at this point in the history
v3.0.11
  • Loading branch information
SendSafely-GitHub authored Oct 10, 2024
2 parents c89340d + a95a783 commit 310564d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SendsafelyAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.10")]
[assembly: AssemblyFileVersion("3.0.10")]
[assembly: AssemblyVersion("3.0.11")]
[assembly: AssemblyFileVersion("3.0.11")]
2 changes: 1 addition & 1 deletion SendsafelyAPI/Utilities/CryptUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public String EncryptMessage(String unencryptedMessage, char[] passPhrase)
return Convert.ToBase64String(encOut.ToArray());
}

private Boolean CanEncrypt(IEnumerable keySigs) {
public Boolean CanEncrypt(IEnumerable keySigs) {
int keyFlags = 0;

foreach(PgpSignature ks in keySigs)
Expand Down

0 comments on commit 310564d

Please sign in to comment.