|
38 | 38 | <SpecificVersion>False</SpecificVersion>
|
39 | 39 | <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
|
40 | 40 | </Reference>
|
41 |
| - <Reference Include="BouncyCastle, Version=1.8.5727.25141, Culture=neutral, PublicKeyToken=eec3120e64a3fcba, processorArchitecture=MSIL"> |
42 |
| - <HintPath>..\packages\MimeKit.1.2.11.0\lib\net40\BouncyCastle.dll</HintPath> |
| 41 | + <Reference Include="BouncyCastle, Version=1.8.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\packages\MimeKit.1.2.18\lib\net40\BouncyCastle.dll</HintPath> |
43 | 43 | <Private>True</Private>
|
44 | 44 | </Reference>
|
45 | 45 | <Reference Include="MailKit, Version=1.2.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b, processorArchitecture=MSIL">
|
46 |
| - <HintPath>..\packages\MailKit.1.2.11.1\lib\net40\MailKit.dll</HintPath> |
| 46 | + <HintPath>..\packages\MailKit.1.2.15\lib\net40\MailKit.dll</HintPath> |
47 | 47 | <Private>True</Private>
|
48 | 48 | </Reference>
|
49 | 49 | <Reference Include="MimeKit, Version=1.2.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
|
50 |
| - <HintPath>..\packages\MimeKit.1.2.11.0\lib\net40\MimeKit.dll</HintPath> |
| 50 | + <HintPath>..\packages\MimeKit.1.2.18\lib\net40\MimeKit.dll</HintPath> |
51 | 51 | <Private>True</Private>
|
52 | 52 | </Reference>
|
53 | 53 | <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
54 | 54 | <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
|
55 | 55 | <Private>True</Private>
|
56 | 56 | </Reference>
|
57 | 57 | <Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
58 |
| - <HintPath>..\packages\Serilog.1.5.11\lib\net40\Serilog.dll</HintPath> |
| 58 | + <HintPath>..\packages\Serilog.1.5.14\lib\net40\Serilog.dll</HintPath> |
59 | 59 | <Private>True</Private>
|
60 | 60 | </Reference>
|
61 | 61 | <Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
62 |
| - <HintPath>..\packages\Serilog.1.5.11\lib\net40\Serilog.FullNetFx.dll</HintPath> |
| 62 | + <HintPath>..\packages\Serilog.1.5.14\lib\net40\Serilog.FullNetFx.dll</HintPath> |
63 | 63 | <Private>True</Private>
|
64 | 64 | </Reference>
|
65 | 65 | <Reference Include="System" />
|
|
124 | 124 | <Compile Include="Configuration\IPathTemplatesProvider.cs" />
|
125 | 125 | <Compile Include="Helper\AutofacRegistrationExtensions.cs" />
|
126 | 126 | <Compile Include="Helper\AutofacServiceProvider.cs" />
|
| 127 | + <Compile Include="Helper\ObservableExtensions.cs" /> |
127 | 128 | <Compile Include="Helper\EnumerableExtensions.cs" />
|
128 | 129 | <Compile Include="Helper\EnvironmentEnricher.cs" />
|
129 | 130 | <Compile Include="Helper\FileInfoExtensions.cs" />
|
130 | 131 | <Compile Include="Helper\JsonHelpers.cs" />
|
| 132 | + <Compile Include="Helper\KeyValuePair.cs" /> |
131 | 133 | <Compile Include="Helper\MemoryCacheExtensions.cs" />
|
132 | 134 | <Compile Include="Helper\NameValueCollectionHelpers.cs" />
|
133 | 135 | <Compile Include="Helper\NetworkHelper.cs" />
|
|
156 | 158 | <Compile Include="Network\SmtpContext.cs" />
|
157 | 159 | <Compile Include="Network\ISmtpCommand.cs" />
|
158 | 160 | <Compile Include="Network\ISmtpContext.cs" />
|
| 161 | + <Compile Include="Rules\Implementations\BaseRelayRuleDispatch.cs" /> |
| 162 | + <Compile Include="Rules\Implementations\ConditionalForwardRuleExtensions.cs" /> |
159 | 163 | <Compile Include="Rules\Implementations\ConditionalForwardRule.cs" />
|
160 | 164 | <Compile Include="Rules\Implementations\ConditionalForwardRuleDispatch.cs" />
|
| 165 | + <Compile Include="Rules\Implementations\ConditionalForwardWithRetryRuleDispatch.cs" /> |
161 | 166 | <Compile Include="Rules\Implementations\ForwardRule.cs" />
|
162 | 167 | <Compile Include="Network\Connection.cs" />
|
163 | 168 | <Compile Include="Helper\ConnectionExtensions.cs" />
|
|
184 | 189 | <Compile Include="Network\SmtpProtocol.cs" />
|
185 | 190 | <Compile Include="Network\SmtpSession.cs" />
|
186 | 191 | <Compile Include="Rules\Implementations\ForwardRuleDispatch.cs" />
|
| 192 | + <Compile Include="Rules\Implementations\RelayRuleDispatch.cs" /> |
187 | 193 | <Compile Include="Rules\Implementations\ForwardRuleExtensions.cs" />
|
| 194 | + <Compile Include="Rules\Implementations\RelayRule.cs" /> |
| 195 | + <Compile Include="Rules\Implementations\RelayRuleExtensions.cs" /> |
| 196 | + <Compile Include="Rules\Implementations\ConditionalForwardWithRetryRule.cs" /> |
188 | 197 | <Compile Include="Rules\IRule.cs" />
|
189 | 198 | <Compile Include="Rules\IRuleDispatcher.cs" />
|
190 | 199 | <Compile Include="Rules\IRulesRunner.cs" />
|
|
0 commit comments