Skip to content

Commit 5b8bb13

Browse files
committed
Merge branch 'release-1.0.0.0'
2 parents 9aa6214 + 575f949 commit 5b8bb13

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# EncryptMessage
1+
[![Build status](https://ci.appveyor.com/api/projects/status/github/BizTalkComponents/encryptmessage?branch=master)](https://ci.appveyor.com/api/projects/status/github/BizTalkComponents/encryptmessage/branch/master)
2+
3+
##Description
4+
Encrypts a message using AES encryption.
5+
The encryption key needs to base64 encoded. Sample code for generating a new, random key can be found [here](https://goo.gl/Cj9Iv1)
6+
7+
| Parameter | Description | Type | Validation |
8+
| -------------------|-----------------------------------------------------------------------------------------|------|-----------------------------------|
9+
|Encryption Key|The encryption key to use. Needs to be a valid AES encryption key and should be base64 encoded.|String|Required|

Src/EncryptMessage/BizTalkComponents.PipelineComponents.EncryptMessage.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>$version$</version>
66
<authors>Robin Hultman</authors>
77
<requireLicenseAcceptance>false</requireLicenseAcceptance>
8-
<projectUrl>https://github.com/BizTalkComponents/BizTalkComponents.PipelineComponents.EncryptMessage</projectUrl>
8+
<projectUrl>https://github.com/BizTalkComponents/EncryptMessage</projectUrl>
99
<description>PipelineComponent encrypts a message using AES algorithm.</description>
1010
<releaseNotes>Initial release.</releaseNotes>
1111
<copyright>Copyright 2014</copyright>

Src/EncryptMessage/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]
37-
[assembly: AssemblyInformationalVersion("0.9.1-beta")]
37+
[assembly: AssemblyInformationalVersion("1.0.0.0")]

0 commit comments

Comments
 (0)