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
Copy file name to clipboardExpand all lines: PortfolioPerformanceTableHelper.csproj
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,19 @@
17
17
<Copyright>Julian Bechtold</Copyright>
18
18
<Company>Kryptomine.ch</Company>
19
19
<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
22
33
- Improved documentation on DateTimeHelper
23
34
- Added merge function for DateTimeHelper to allow back conversion
0 commit comments