File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 13
13
pipeline :
14
14
uses : ./.github/workflows/pipeline.yaml
15
15
with :
16
- version : " 1.1 .0-pr${{ github.event.number }}-b${{ github.run_number }}"
16
+ version : " 1.2 .0-pr${{ github.event.number }}-b${{ github.run_number }}"
Original file line number Diff line number Diff line change 14
14
with :
15
15
bake-convention : ' Release'
16
16
environment : ' release'
17
- version : " 1.1 .0"
17
+ version : " 1.2 .0"
18
18
secrets :
19
19
nuget-api-key : ${{ secrets.NUGET_APIKEY }}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The following list key characteristics of each version as well as its related br
65
65
- 💀 ` EventFlow.Autofac `
66
66
- 💀 ` EventFlow.DependencyInjection `
67
67
- 🟠 ` EventFlow.Elasticsearch `
68
- - 🟠 ` EventFlow.EntityFramework `
68
+ - 🟢 ` EventFlow.EntityFramework `
69
69
- 🟠 ` EventFlow.EventStores.EventStore `
70
70
- 🟢 ` EventFlow.Hangfire `
71
71
- 🟢 ` EventFlow.MongoDB `
@@ -471,6 +471,10 @@ category.
471
471
* [iconmonstr ](https:// iconmonstr.com/network-6-icon/): First logo
472
472
* [JC008 ](https:// github.com/JC008): License for Navicat Essentials for SQLite
473
473
474
+ ## Star History
475
+
476
+ [](https://star-history.com/#eventflow/EventFlow&Date)
477
+
474
478
## License
475
479
476
480
EventFlow was originally developed <u>in my spare time </u > while I worked at both
Original file line number Diff line number Diff line change 1
- ### New in 1.1.1 (working version, not released yet)
1
+ ### New in 1.2.0 (working version, not released yet)
2
2
3
+ * New: New NuGet package ` EventFlow.SourceGenerators ` created by @alexeyfv . See
4
+ [ documentation] ( https://geteventflow.net/additional/source-generation/ ) for details
3
5
* New: NuGet ` EventFlow.SQLite ` is now released as part of v1 and enables support for SQLite
6
+ * New: NuGet ` EventFlow.EntityFramework ` now ported to v1 (thanks @MMonrad )
7
+ * Fix: Upgrade ` EventFlow.MongoDB ` reference of ` MongoDB.Driver ` from ` 2.19.0 ` to ` [3.0.0,4.0) ` (thanks @tniessner )
4
8
* Fix: Invoking ` UseEventPersistence ` now removes any previously registered event persistence. This
5
9
fixes a service ordering issue in the following event store configurations
6
10
- MongoDB
7
11
- MSSQL
8
12
- PostgreSQL
9
13
14
+ * Sorry for the delay.*
10
15
11
16
### New in 1.1.0 (released 2024-12-16)
12
17
You can’t perform that action at this time.
0 commit comments