We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc01a5e + da6044b commit c4e72caCopy full SHA for c4e72ca
2 files changed
Frends.Community.RabbitMQ/Definitions.cs
@@ -91,9 +91,9 @@ public WriteInputParams()
91
[DisplayFormat(DataFormatString = "Expression")]
92
public byte[] Data { get; set; }
93
/// <summary>
94
- /// Name of the exchange
+ /// Name of the exchange e.g. sampleExchange
95
/// </summary>
96
- [DefaultValue("sampleExchange")]
+ [DefaultValue("")]
97
[DisplayName(@"Exchange name")]
98
[DisplayFormat(DataFormatString = "Text")]
99
public string ExchangeName { get; set; }
Frends.Community.RabbitMQ/Frends.Community.RabbitMQ.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
3
<metadata>
4
<id>Frends.Community.RabbitMQ</id>
5
- <version>1.3.0</version>
+ <version>1.4.0</version>
6
<title>FRENDS RabbitMQ Task</title>
7
<authors>HiQ Poland</authors>
8
<owners />
0 commit comments