Skip to content

Commit c4e72ca

Browse files
authored
Merge pull request #12 from CommunityHiQ/FCOM_224
Fcom 224
2 parents bc01a5e + da6044b commit c4e72ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Frends.Community.RabbitMQ/Definitions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ public WriteInputParams()
9191
[DisplayFormat(DataFormatString = "Expression")]
9292
public byte[] Data { get; set; }
9393
/// <summary>
94-
/// Name of the exchange
94+
/// Name of the exchange e.g. sampleExchange
9595
/// </summary>
96-
[DefaultValue("sampleExchange")]
96+
[DefaultValue("")]
9797
[DisplayName(@"Exchange name")]
9898
[DisplayFormat(DataFormatString = "Text")]
9999
public string ExchangeName { get; set; }

Frends.Community.RabbitMQ/Frends.Community.RabbitMQ.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>Frends.Community.RabbitMQ</id>
5-
<version>1.3.0</version>
5+
<version>1.4.0</version>
66
<title>FRENDS RabbitMQ Task</title>
77
<authors>HiQ Poland</authors>
88
<owners />

0 commit comments

Comments
 (0)