Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SerRashin committed Feb 24, 2021
1 parent e7f6faa commit 489e56b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/HitBTC.Net/HitBTC.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0; netstandard2.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -15,9 +15,8 @@
<PackageProjectUrl></PackageProjectUrl>
<PackageId>HitBTC_Net</PackageId>
<PackageIcon>icon.png</PackageIcon>
<AssemblyVersion>1.0.2.1</AssemblyVersion>
<FileVersion>1.0.2.1</FileVersion>
<Version>1.0.2.1</Version>
<Version>1.0.3</Version>
<PackageReleaseNotes>1.0.3 - Fix unsubscription from candles</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 489e56b

Please sign in to comment.