Skip to content

Commit

Permalink
product version set to 2.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikostiha committed Nov 2, 2024
1 parent 7483478 commit 57da88a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ For usage see [example code](./src/SystemTests/Program.cs ), [official page](htt

## Changelog

2.5.20 various refactoring, improvements
2.5.19 various refactoring, minor fixes and changes, unit tests
2.5.18 XApiClient as main api providing class
2.5.17 time arguments instead of long, reduced memory footprint (long->int)
2.5.16 async cancelation, time members, various small changes
2.5.16 async cancellation, time members, various small changes
2.5.15 async streaming subscriptions, async IStreamingListener, various simplifications
2.5.14 replaced Newtonsoft.Json by System.Text.Json (pkamphuis)
2.5.13 support custom handling of exceptions in streaming connector, enriched exceptions
Expand Down
2 changes: 1 addition & 1 deletion src/SyncAPIConnector/SyncAPIConnect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageProjectUrl>https://github.com/jirikostiha/xtb-xApi</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<SignAssembly>False</SignAssembly>
<Version>2.5.19</Version>
<Version>2.5.20</Version>
<Authors>Jiri Kostiha</Authors>
<PackageIcon>package_icon.png</PackageIcon>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SystemTests/Xtb.XApi.SystemTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AnalysisLevel>latest-recommended</AnalysisLevel>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
<Version>2.5.19</Version>
<Version>2.5.20</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 57da88a

Please sign in to comment.