Skip to content

Commit

Permalink
Update version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 30, 2017
1 parent 13cea5d commit b065996
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Binance.Net/Binance.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<PropertyGroup>
<Version>2.0.0</Version>
<FileVersion>2.0.0</FileVersion>
<Version>2.0.1</Version>
<FileVersion>2.0.1</FileVersion>
<Authors>JKorf</Authors>
<Description>Binance .Net API wrapper</Description>
<Copyright></Copyright>
Expand All @@ -15,7 +15,7 @@
<PropertyGroup>
<PackageId>Binance.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>2.0.0</PackageVersion>
<PackageVersion>2.0.1</PackageVersion>
<Description>Binance .Net API wrapper</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Binance Binance.Net CryptoCurrency Exchange API wrapper</PackageTags>
Expand All @@ -24,7 +24,7 @@
<PackageLicenseUrl>https://github.com/JKorf/Binance.Net/blob/master/LICENSE</PackageLicenseUrl>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>2.0.0 - Split BinanceClient and BinanceSocketClient to split functionalities, removed static class, added IDisposable for usings, etc</PackageReleaseNotes>
<PackageReleaseNotes>2.0.1 - Better error messages</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b065996

Please sign in to comment.