Skip to content

Commit 52ae581

Browse files
committed
Bump version to 4.1.15 and update PackageReleaseNotes to reflect recent optimizations and migration to .NET 10.
1 parent 7c5179c commit 52ae581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Backtest.Net/Backtest.Net.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<IsPackable>true</IsPackable>
77

88
<!-- Version -->
9-
<Version>4.1.14</Version>
9+
<Version>4.1.15</Version>
1010
<AssemblyVersion>4.1.9</AssemblyVersion>
1111
<FileVersion>4.1.9</FileVersion>
1212

1313
<!-- Package metadata -->
1414
<Title>High-Performance Backtest.Net</Title>
1515
<Description>A high-performance backtesting engine for algorithmic trading strategies. Features multi-symbol/multi-timeframe support, parallel processing, zero-allocation patterns, and SIMD acceleration.</Description>
16-
<PackageReleaseNotes>Added volume to candlesticks. Upgraded to EngineV10 with performance optimizations.</PackageReleaseNotes>
16+
<PackageReleaseNotes>Migrated project to .NET 10, updated benchmarks and README accordingly, optimized `SymbolDataSplitterV2` by removing redundant `.ToList()` calls, and improved candlestick processing efficiency with in-place modifications.</PackageReleaseNotes>
1717
<PackageIcon>icon.png</PackageIcon>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)