Skip to content

Commit

Permalink
upload v1.3.3 to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa3907 committed Mar 29, 2019
1 parent 65cc0ca commit 94a0a57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# ¬³hangelog

## Version 1.3.2 2019-03-28
## Version 1.3.3 2019-03-28

- Merge with OdinSdk.BaseLib
- I will change the namespace OdinSdk to CCXT.NET later.
- I will change the namespace OdinSdk to CCXT.NET later.


## Version 1.3.2 2019-03-18

- New Exchanges: gateio,huobipro,okex,zb,bitfinex,bitstamp,cex,anxpro,binance,
bitflyer,coincheck,quoinex,upbit,bittrex,gdax,gemini,itbit,kraken
11 changes: 6 additions & 5 deletions src/ccxt.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>SEONGAHN LEE</Authors>
<AssemblyName>CCXT.NET</AssemblyName>
<PackageId>CCXT.NET</PackageId>
<PackageTags>altcoin;api;arbitrage;bitcoin;bot;cryptocurrency;ethereum;exchange;trading;btc;eth;market-data;csharp;exchange-api;trading-api;exchange-markets;ccxt;trade;crypto;register</PackageTags>
<PackageTags>bitcoin;cryptocurrency;exchange;trading;market-data;ccxt;exchange-markets;altcoin;api;arbitrage;bot;crypto;e-commerce;invest;library;strategy;trade;merchant;cryptocoin</PackageTags>
<PackageIconUrl>https://github.com/lisa3907/ccxt.net/blob/master/logo-files/ccxt.net.ico?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/lisa3907/ccxt.net</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
Expand All @@ -19,10 +19,11 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<RootNamespace>CCXT.NET</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.3.2</Version>
<PackageReleaseNotes>Issue #4 Bug FIX: reason Tezos (XTZ) coin</PackageReleaseNotes>
<AssemblyVersion>1.3.2.0</AssemblyVersion>
<FileVersion>1.3.2.0</FileVersion>
<Version>1.3.3</Version>
<PackageReleaseNotes>- Merge with OdinSdk.BaseLib
- I will change the namespace OdinSdk to CCXT.NET later.</PackageReleaseNotes>
<AssemblyVersion>1.3.3.0</AssemblyVersion>
<FileVersion>1.3.3.0</FileVersion>
<LangVersion>latest</LangVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
Expand Down

0 comments on commit 94a0a57

Please sign in to comment.