Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
forReason committed Aug 8, 2023
1 parent e71b70a commit 4e4c959
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions PortfolioPerformanceTableHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,19 @@
<Copyright>Julian Bechtold</Copyright>
<Company>Kryptomine.ch</Company>
<Authors>Julian Bechtold, Kryptomine.ch</Authors>
<Version>1.1.4</Version>
<PackageReleaseNotes>1.1.4
<Version>1.2.0</Version>
<PackageReleaseNotes>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
Expand Down

0 comments on commit 4e4c959

Please sign in to comment.