Skip to content

Commit

Permalink
promoted to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eynzhang committed Apr 2, 2020
1 parent dabea5b commit 2cfa6af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Huobi.SDK.Core.Test/Huobi.SDK.Core.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.0</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Huobi.SDK.Core/Huobi.SDK.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Huobi.SDK.Example/Huobi.SDK.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Huobi.SDK.Log/Huobi.SDK.Log.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Huobi.SDK.Model/Huobi.SDK.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Huobi.SDK.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Global
{F0292069-B195-47C1-8671-A3695FDC59EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.0.0
version = 2.0.0
EndGlobalSection
EndGlobal

0 comments on commit 2cfa6af

Please sign in to comment.