Skip to content

Commit 310564d

Browse files
Merge pull request #14 from SendSafely/v3.0.11
v3.0.11
2 parents c89340d + a95a783 commit 310564d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

SendsafelyAPI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.0.10")]
36-
[assembly: AssemblyFileVersion("3.0.10")]
35+
[assembly: AssemblyVersion("3.0.11")]
36+
[assembly: AssemblyFileVersion("3.0.11")]

SendsafelyAPI/Utilities/CryptUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public String EncryptMessage(String unencryptedMessage, char[] passPhrase)
174174
return Convert.ToBase64String(encOut.ToArray());
175175
}
176176

177-
private Boolean CanEncrypt(IEnumerable keySigs) {
177+
public Boolean CanEncrypt(IEnumerable keySigs) {
178178
int keyFlags = 0;
179179

180180
foreach(PgpSignature ks in keySigs)

0 commit comments

Comments
 (0)