Skip to content

Commit

Permalink
product version set to 2.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikostiha committed Jun 11, 2024
1 parent 984d516 commit 3ad275f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The changes made are mostly additive except for a few necessary exceptions. It i

## Changelog

2.5.12 more interfaces of records, nanes of new members unification, various small changes
2.5.11 fixed performance warnings
2.5.10 cfd stock indication, various changes on records and codes
2.5.9 string constants, fix hours interval evaluation
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.11</Version>
<Version>2.5.12</Version>
<Authors>Jiri Kostiha</Authors>
<PackageIcon>package_icon.png</PackageIcon>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/xAPITest/xAPITest.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.11</Version>
<Version>2.5.12</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3ad275f

Please sign in to comment.