File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.10.0 (2026-04-24)
2+
3+ ### 🚀 Features
4+
5+ - EFCore bulk extension ([ 64dacb27] ( https://github.com/chaoticgoodcomputing/flowthru/commit/64dacb27 ) )
6+
7+ ### 🩹 Fixes
8+
9+ - relative paths within CS project files ([ 0883bb27] ( https://github.com/chaoticgoodcomputing/flowthru/commit/0883bb27 ) )
10+ - resolve slnx issue ([ 5dbae0d9] ( https://github.com/chaoticgoodcomputing/flowthru/commit/5dbae0d9 ) )
11+
12+ ### ❤️ Thank You
13+
14+ - Spencer Elkington
15+
116## 0.9.0 (2026-04-23)
217
318### 🚀 Features
Original file line number Diff line number Diff line change 2525
2626 <!-- Centralized NuGet package configuration for all src/ projects -->
2727 <PropertyGroup Condition =" $(MSBuildProjectDirectory.Contains('src'))" >
28- <Version >0.9 .0</Version >
28+ <Version >0.10 .0</Version >
2929 <Authors >Spencer Elkington</Authors >
3030 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
3131 <RepositoryUrl >https://github.com/chaoticgoodcomputing/flowthru</RepositoryUrl >
Original file line number Diff line number Diff line change 11{
22 "name" : " flowthru" ,
3- "version" : " 0.9 .0" ,
3+ "version" : " 0.10 .0" ,
44 "description" : " A type-safe data engineering framework for .NET" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments