You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The `Unreleased` section name is replaced by the expected version of next releas
19
19
20
20
### Changed
21
21
22
-
- Targeted `net6.0` with `6.0.300` SDK
22
+
- Targeted `net6.0` with `6.0.300` SDK, `FSharp.Control.AsyncSeq` v `3.2.1`, `MathNet.Numerics` v `4.15.0`
23
23
-`Propulsion.CosmosStore`: Changed to target `Equinox.CosmosStore` v `4.0.0`[#139](https://github.com/jet/propulsion/pull/139)
24
24
-`Propulsion.CosmosStore.CosmosSource`: Changed parsing to use `System.Text.Json`[#139](https://github.com/jet/propulsion/pull/139)
25
25
-`Propulsion.EventStore`: Pinned to target `Equinox.EventStore` v `[3.0.7`-`3.99.0]`**Deprecated; Please migrate to `Propulsion.EventStoreDb`**[#139](https://github.com/jet/propulsion/pull/139)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ If you're looking for a good discussion forum on these kinds of topics, look no
6
6
7
7
## Components
8
8
9
-
The components within this repository are delivered as a multi-targeted Nuget package targeting `netstandard2.0`/`1` (internally it targets FSharp.Core >= 4.5.4, which works with SDKs back to F# 4.5+)
9
+
The components within this repository are delivered as a multi-targeted Nuget package targeting `net6.0`
10
10
11
11
-`Propulsion`[](https://www.nuget.org/packages/Propulsion/) Implements core functionality in a channel-independent fashion including `ParallelProjector`, `StreamsProjector`. [Depends](https://www.fuget.org/packages/Propulsion) on `MathNet.Numerics`, `Serilog`
0 commit comments