Skip to content

Commit

Permalink
3.0.11
Browse files Browse the repository at this point in the history
3.0.11
  • Loading branch information
SendSafely-GitHub committed Oct 9, 2024
1 parent c89340d commit a95a783
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 a95a783

Please sign in to comment.