Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Feb 20, 2024
1 parent fc2eb27 commit fedd3ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Mexc.Net/Mexc.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>JK.Mexc.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>0.0.2-beta3</PackageVersion>
<AssemblyVersion>0.0.2</AssemblyVersion>
<FileVersion>0.0.2</FileVersion>
<PackageVersion>0.0.2-beta4</PackageVersion>
<AssemblyVersion>0.0.2-beta4</AssemblyVersion>
<FileVersion>0.0.2-beta4</FileVersion>
<Description>JK.Mexc.Net is a .Net wrapper for the Mexc API (https://www.mexc.com). It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Mexc Mexc.Net C# .Net CryptoCurrency Exchange Rest API and WebSocket API Wrapper</PackageTags>
Expand All @@ -21,7 +21,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>0.0.2-beta3 - Various small fixes</PackageReleaseNotes>
<PackageReleaseNotes>0.0.2-beta4 - Reversed Volume and QuoteVolume properties for stream mini tick model as it is returned inversed by the API</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Label="Deterministic Build" Condition="'$(Configuration)' == 'Release'">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).

## Release notes
* Version 0.0.2-beta4 - 20 Feb 2024
* Reversed Volume and QuoteVolume properties for stream mini tick model as it is returned inversed by the API

* Version 0.0.2-beta3 - 19 Feb 2024
* Various small fixes

Expand Down

0 comments on commit fedd3ae

Please sign in to comment.