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
Revise package versions and update getting started guide
Updated version release dates for SourceFlow packages and improved instructions for adding custom implementations.
Signed-off-by: CØDE N!NJΔ <[email protected]>
|SourceFlow|v1.0.0 [](https://badge.fury.io/nu/SourceFlow)|29th Oct 2025|Core functionality for event sourcing and CQRS|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://github.com/dotnet/standard/blob/v2.1.0/docs/versions/netstandard2.1.md)[](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.0.md)[](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46)|
76
-
|SourceFlow.Stores.EntityFramework|v1.0.0 [](https://badge.fury.io/nu/SourceFlow.Stores.EntityFramework)|29th Oct 2025|Provides store implementation using EF. Can configure different (types of ) databases for each store.|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)|
75
+
|SourceFlow|v1.0.0 [](https://badge.fury.io/nu/SourceFlow)|29th Nov 2025|Core functionality for event sourcing and CQRS|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://github.com/dotnet/standard/blob/v2.1.0/docs/versions/netstandard2.1.md)[](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.0.md)[](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46)|
76
+
|SourceFlow.Stores.EntityFramework|v1.0.0 [](https://badge.fury.io/nu/SourceFlow.Stores.EntityFramework)|29th Nov 2025|Provides store implementation using EF. Can configure different (types of ) databases for each store.|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)|
77
77
|SourceFlow.Cloud.AWS|v2.0.0 |(TBC) |Provides support for AWS cloud with cross domain boundary command and Event publishing & subscription.|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)|
78
78
|SourceFlow.Cloud.Azure|v2.0.0 |(TBC) |Provides support for Azure cloud with cross domain boundary command and Event publishing & subscription.|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)|
79
79
@@ -83,7 +83,7 @@ add nuget packages for SourceFlow.Net
> - dotnet add package SourceFlow.Cloud.Aws (to be released)
86
-
> -Your custom implementation for stores, and cloud.
86
+
> -add custom implementation for stores, and extend for your cloud.
87
87
88
88
### Developer Guide
89
89
This comprehensive guide provides detailed information about the SourceFlow.Net framework, covering everything from basic concepts to advanced implementation patterns and troubleshooting guidelines.
0 commit comments