Skip to content

Commit 4e4c959

Browse files
committed
version bump
1 parent e71b70a commit 4e4c959

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

PortfolioPerformanceTableHelper.csproj

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,19 @@
1717
<Copyright>Julian Bechtold</Copyright>
1818
<Company>Kryptomine.ch</Company>
1919
<Authors>Julian Bechtold, Kryptomine.ch</Authors>
20-
<Version>1.1.4</Version>
21-
<PackageReleaseNotes>1.1.4
20+
<Version>1.2.0</Version>
21+
<PackageReleaseNotes>1.2.0
22+
added capability to keep table sorted. Tis option defaults to false as it is mainly optional. Portfolio Performance will read tables which are unsiorted.
23+
- note 1: this option likely comes with big performance implications
24+
- note 2: might cause issues on existing, unsorted tables,
25+
- note 3: might cause issues when reversing tables and adding entries on reversed table
26+
- note 4: might cause issues when modifying the underlying table manually and not regarding sorting
27+
28+
1.1.5
29+
- final documentation cleanups
30+
- cleanup of compiler suggestions
31+
32+
1.1.4
2233
- Improved documentation on DateTimeHelper
2334
- Added merge function for DateTimeHelper to allow back conversion
2435
- Path naming correction

0 commit comments

Comments
 (0)