Skip to content

Commit 01792f0

Browse files
committed
Update versions
1 parent 74502b1 commit 01792f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Binance/Binance.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
55
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
6-
<Version>0.2.0-beta4</Version>
6+
<Version>0.2.0-beta5</Version>
77
<PackageId>Binance</PackageId>
88
<Authors>sonvister</Authors>
99
<Company></Company>
1010
<Product>Binance</Product>
11-
<AssemblyVersion>0.2.0.54</AssemblyVersion>
11+
<AssemblyVersion>0.2.0.55</AssemblyVersion>
1212
<Description>A full-featured .NET Binance API library designed for ease of use.</Description>
1313
<Copyright>Copyright © 2017-2018 sonvister</Copyright>
1414
<PackageTags>binance binance-api cryptocurrency exchange api api-client api-wrapper</PackageTags>
15-
<PackageReleaseNotes>https://github.com/sonvister/Binance/releases/tag/v0.2.0-beta4</PackageReleaseNotes>
15+
<PackageReleaseNotes>https://github.com/sonvister/Binance/releases/tag/v0.2.0-beta5</PackageReleaseNotes>
1616
<RepositoryUrl>https://github.com/sonvister/Binance</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageLicenseUrl>https://raw.githubusercontent.com/sonvister/Binance/master/LICENSE</PackageLicenseUrl>
1919
<PackageIconUrl>https://github.com/sonvister/Binance/blob/master/images/logo.png?raw=true</PackageIconUrl>
2020
<PackageProjectUrl>https://github.com/sonvister/Binance</PackageProjectUrl>
21-
<FileVersion>0.2.0.54</FileVersion>
21+
<FileVersion>0.2.0.55</FileVersion>
2222
</PropertyGroup>
2323

2424
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)