Skip to content

Commit

Permalink
Update assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
hmG3 committed Sep 14, 2020
1 parent e3f5fab commit e8bebeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Technical Analysis Library for .NET Core

TALib.NETCore is an **unofficial** .NET Core port of the Technical Analysis Library (Ta-Lib) - open-source ANSI C library of functions for technical analysis of financial time series data. It has written entirely in C# for the .NET platform. This repository contains the source code of the last version of the library released under GNU Lesser General Public License v3.0. This makes it free to use, even in commercial projects, with some restrictions.
TALib.NETCore is an **unofficial** .NET Core port of the Technical Analysis Library (TA-Lib) - open-source ANSI C library of functions for technical analysis of financial time series data. It has written entirely in C# for the .NET platform. This repository contains the source code of the last version of the library released under GNU Lesser General Public License v3.0. This makes it free to use, even in commercial projects, with some restrictions.

[![License](https://img.shields.io/github/license/hmG3/TA-Lib.NETCore?logo=open-source-initiative)](https://opensource.org/licenses/LGPL-3.0)
[![NuGet](https://img.shields.io/nuget/v/TALib.NETCore.svg?logo=nuget)](https://nuget.org/packages/TALib.NETCore)
Expand Down
6 changes: 3 additions & 3 deletions src/TALib.NETCore/TALib.NETCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<Copyright>TicTacTec LLC</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://ta-lib.org</PackageProjectUrl>
<Version>0.4.2</Version>
<RepositoryUrl>https://github.com/hmG3/TALib.NETCore</RepositoryUrl>
<Version>0.4.3</Version>
<RepositoryUrl>https://github.com/hmG3/TA-Lib.NETCore</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>talib.png</PackageIcon>
<PackageTags>talip;technical;analysis;financial;data;stock;market</PackageTags>
<PackageTags>talib;technical;analysis;financial;data;stock;market;pattern;recognition</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e8bebeb

Please sign in to comment.