|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>net8.0</TargetFramework> |
5 | 4 | <RootNamespace>TALib</RootNamespace>
|
| 5 | + <TargetFramework>net8.0</TargetFramework> |
| 6 | + <Version>0.5.0</Version> |
6 | 7 | <Nullable>enable</Nullable>
|
7 |
| - <Company>hmG3</Company> |
8 |
| - <Product>TALib.NETCore</Product> |
| 8 | + |
| 9 | + <Product>Technical Analysis Library for .NET</Product> |
9 | 10 | <Description>A modern port to .NET (C#) of Technical Analysis Library</Description>
|
10 | 11 | <Authors>Anatoliy Siryi</Authors>
|
11 |
| - <Copyright>Anatoliy Siryi</Copyright> |
12 |
| - <PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression> |
13 |
| - <PackageReadmeFile>README.md</PackageReadmeFile> |
14 |
| - <PackageProjectUrl>https://hmg3.github.io/TaTooIne</PackageProjectUrl> |
15 |
| - <Version>0.5.0</Version> |
| 12 | + <Company>hmG3</Company> |
| 13 | + <Copyright>©2020-2025 Anatoliy Siryi</Copyright> |
| 14 | + |
16 | 15 | <RepositoryUrl>https://github.com/hmG3/TA-Lib.NETCore</RepositoryUrl>
|
17 | 16 | <RepositoryType>git</RepositoryType>
|
| 17 | + |
| 18 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 19 | + <PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression> |
| 20 | + |
| 21 | + <PackageProjectUrl>https://hmg3.github.io/TA-Lib.NETCore</PackageProjectUrl> |
| 22 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
18 | 23 | <PackageIcon>talib.png</PackageIcon>
|
19 |
| - <PackageTags>talib;technical;analysis;financial;data;stock;market;pattern;recognition</PackageTags> |
| 24 | + <PackageTags>talib;technical;analysis;financial;data;stock;crypto;market;pattern;recognition;algorithmic;trading</PackageTags> |
| 25 | + |
| 26 | + <IncludeSymbols>true</IncludeSymbols> |
| 27 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
20 | 28 | </PropertyGroup>
|
21 | 29 |
|
22 | 30 | <ItemGroup>
|
|
0 commit comments