Skip to content

Commit

Permalink
Add new release information
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY committed Feb 22, 2024
1 parent 8bddb8c commit 2adaac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageTags>Nordigen; API; client</PackageTags>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/release-notes.txt"))</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>6.2.0</Version>
<Version>7.0.0</Version>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/RobinTTY.NordigenApiClient/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Add an interface for NordigenClient to allow easier DI and mocking
- BREAKING CHANGE: TransactionTotalDays property of the Institution class is now of the more appropriate type of int instead of string
- Added interfaces for endpoints to allow for mocking

0 comments on commit 2adaac9

Please sign in to comment.