Skip to content

Commit e8bebeb

Browse files
committed
Update assembly info
1 parent e3f5fab commit e8bebeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Technical Analysis Library for .NET Core
22

3-
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.
3+
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.
44

55
[![License](https://img.shields.io/github/license/hmG3/TA-Lib.NETCore?logo=open-source-initiative)](https://opensource.org/licenses/LGPL-3.0)
66
[![NuGet](https://img.shields.io/nuget/v/TALib.NETCore.svg?logo=nuget)](https://nuget.org/packages/TALib.NETCore)

src/TALib.NETCore/TALib.NETCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<Copyright>TicTacTec LLC</Copyright>
1111
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1212
<PackageProjectUrl>https://ta-lib.org</PackageProjectUrl>
13-
<Version>0.4.2</Version>
14-
<RepositoryUrl>https://github.com/hmG3/TALib.NETCore</RepositoryUrl>
13+
<Version>0.4.3</Version>
14+
<RepositoryUrl>https://github.com/hmG3/TA-Lib.NETCore</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<PackageIcon>talib.png</PackageIcon>
17-
<PackageTags>talip;technical;analysis;financial;data;stock;market</PackageTags>
17+
<PackageTags>talib;technical;analysis;financial;data;stock;market;pattern;recognition</PackageTags>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)