|
1 | 1 | ### New in 0.70 (not released yet) |
2 | 2 |
|
3 | | -* Breaking: Changed target framework for: |
4 | | - - `EventFlow`, |
5 | | - - `EventFlow.Tests`, |
6 | | - - `EventFlow.TestHelpers`, |
7 | | - - `EventFlow.AspNetCore.Tests`, |
8 | | - - `EventFlow.Autofac`, |
9 | | - - `EventFlow.Autofac.Tests`, |
10 | | - - `EventFlow.DependencyInjection.Tests`, |
11 | | - - `EventFlow.Elasticsearch`, |
12 | | - - `EventFlow.Elasticsearch.Tests`, |
13 | | - - `EventFlow.EntityFramework.Tests`, |
14 | | - - `EventFlow.Examples.Shipping`, |
15 | | - - `EventFlow.Examples.Shipping.Tests`, |
16 | | - - `EventFlow.Examples.Shipping.Queries.InMemory`, |
17 | | - - `EventFlow.Hangfire`, |
18 | | - - `EventFlow.Hangfire.Tests`, |
19 | | - - `EventFlow.MongoDB`, |
20 | | - - `EventFlow.MsSql`, |
21 | | - - `EventFlow.MsSql.Tests`, |
22 | | - - `EventFlow.Owin`, |
23 | | - - `EventFlow.Owin.Tests`, |
24 | | - - `EventFlow.PostgreSql`, |
25 | | - - `EventFlow.PostgreSql.Tests`, |
26 | | - - `EventFlow.RabbitMQ`, |
27 | | - - `EventFlow.RabbitMQ.Tests` |
28 | | - - `EventFlow.Sql`, |
29 | | - - `EventFlow.Sql.Tests`, |
30 | | - - `EventFlow.SQLite`, |
31 | | - - `EventFlow.SQLite.Tests` |
32 | | - |
33 | | - to .NET 4.5.2 as required by `AutoFixture.AutoMoq` NuGet dependency and to align packages on the |
34 | | - [latest supported release](https://github.com/Microsoft/dotnet/blob/master/releases/README.md). |
| 3 | +* Breaking: Changed target framework to to .NET Framework 4.5.2 for the following NuGet packages, |
| 4 | + as Microsoft has [discontinued](https://github.com/Microsoft/dotnet/blob/master/releases/README.md) |
| 5 | + support for .NET Framework 4.5.1 |
| 6 | + - `EventFlow` |
| 7 | + - `EventFlow.TestHelpers` |
| 8 | + - `EventFlow.Autofac` |
| 9 | + - `EventFlow.Elasticsearch` |
| 10 | + - `EventFlow.Examples.Shipping` |
| 11 | + - `EventFlow.Examples.Shipping.Queries.InMemory` |
| 12 | + - `EventFlow.Hangfire` |
| 13 | + - `EventFlow.MongoDB` |
| 14 | + - `EventFlow.MsSql` |
| 15 | + - `EventFlow.Owin` |
| 16 | + - `EventFlow.PostgreSql` |
| 17 | + - `EventFlow.RabbitMQ` |
| 18 | + - `EventFlow.Sql` |
| 19 | + - `EventFlow.SQLite` |
| 20 | +* New: Added [SourceLink](https://github.com/dotnet/sourcelink) support |
35 | 21 |
|
36 | 22 | * Fix: `DispatchToSagas.ProcessSagaAsync` use `EventId` instead of `SourceId` as `SourceId` |
37 | 23 | for delivery of external event to AggregateSaga |
|
0 commit comments