From 4e4c959688c069002c2df055ab1b723772350ede Mon Sep 17 00:00:00 2001 From: Julian B Date: Tue, 8 Aug 2023 14:14:00 +0200 Subject: [PATCH] version bump --- PortfolioPerformanceTableHelper.csproj | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/PortfolioPerformanceTableHelper.csproj b/PortfolioPerformanceTableHelper.csproj index 672e36e..ab0e59c 100644 --- a/PortfolioPerformanceTableHelper.csproj +++ b/PortfolioPerformanceTableHelper.csproj @@ -17,8 +17,19 @@ Julian Bechtold Kryptomine.ch Julian Bechtold, Kryptomine.ch - 1.1.4 - 1.1.4 + 1.2.0 + 1.2.0 +added capability to keep table sorted. Tis option defaults to false as it is mainly optional. Portfolio Performance will read tables which are unsiorted. +- note 1: this option likely comes with big performance implications +- note 2: might cause issues on existing, unsorted tables, +- note 3: might cause issues when reversing tables and adding entries on reversed table +- note 4: might cause issues when modifying the underlying table manually and not regarding sorting + +1.1.5 +- final documentation cleanups +- cleanup of compiler suggestions + +1.1.4 - Improved documentation on DateTimeHelper - Added merge function for DateTimeHelper to allow back conversion - Path naming correction