Skip to content

Commit a89f51f

Browse files
committed
Update project metadata
1 parent 1b8ef19 commit a89f51f

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

src/TALib.NETCore/TALib.NETCore.csproj

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
54
<RootNamespace>TALib</RootNamespace>
5+
<TargetFramework>net8.0</TargetFramework>
6+
<Version>0.5.0</Version>
67
<Nullable>enable</Nullable>
7-
<Company>hmG3</Company>
8-
<Product>TALib.NETCore</Product>
8+
9+
<Product>Technical Analysis Library for .NET</Product>
910
<Description>A modern port to .NET (C#) of Technical Analysis Library</Description>
1011
<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+
1615
<RepositoryUrl>https://github.com/hmG3/TA-Lib.NETCore</RepositoryUrl>
1716
<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>
1823
<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>
2028
</PropertyGroup>
2129

2230
<ItemGroup>

0 commit comments

Comments
 (0)