File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
MiddleMail.Client.RabbitMQ Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<RootNamespace >MiddleMail.Client.RabbitMQ</RootNamespace >
5
5
<PackageId >MiddleMail.Client.RabbitMQ</PackageId >
6
- <Version >0.2.0 </Version >
6
+ <Version >0.2.1 </Version >
7
7
<Authors >Miaplaza Inc.</Authors >
8
8
<Company >MiaPlaza</Company >
9
9
<Copyright >Copyright ©2020 Miaplaza Inc.</Copyright >
10
+ <IncludeSymbols >true</IncludeSymbols >
11
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
10
12
</PropertyGroup >
11
13
12
14
<ItemGroup >
Original file line number Diff line number Diff line change
1
+ using System . ComponentModel . DataAnnotations ;
2
+
1
3
namespace MiddleMail . Client . RabbitMQ {
2
4
public class RabbitMQOptions {
3
5
public const string SECTION = "MiddleMail:Client:RabbitMQ" ;
6
+
7
+ [ Required ]
4
8
public string ConnectionString { get ; set ; }
5
9
}
6
10
}
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >MiddleMail.Model</RootNamespace >
6
6
<PackageId >MiddleMail.Model</PackageId >
7
- <Version >0.2.0 </Version >
7
+ <Version >0.2.1 </Version >
8
8
<Authors >Miaplaza Inc.</Authors >
9
9
<Company >MiaPlaza</Company >
10
10
<Copyright >Copyright ©2020 Miaplaza Inc.</Copyright >
11
+ <IncludeSymbols >true</IncludeSymbols >
12
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
11
13
</PropertyGroup >
12
14
13
15
</Project >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<PackageId >MiddleMail</PackageId >
6
- <Version >0.2.0 </Version >
6
+ <Version >0.2.1 </Version >
7
7
<Authors >Miaplaza Inc.</Authors >
8
8
<Company >MiaPlaza</Company >
9
9
<Copyright >Copyright ©2020 Miaplaza Inc.</Copyright >
10
+ <IncludeSymbols >true</IncludeSymbols >
11
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
10
12
</PropertyGroup >
11
13
12
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments