This commit is contained in:
Miha Kralj
2022-11-18 21:48:41 -08:00
parent cfa10c79e8
commit f393ec336d
13 changed files with 1264 additions and 985 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>QuanTAlib</Title>
<Version>0.1.21</Version>
<Version>0.1.22</Version>
<Product>Library of Technical Indicators for .NET</Product>
<Description>Quantitative Technical Analysis library for both real-time (streaming) and historical data analysis</Description>
<RepositoryType>git</RepositoryType>
@@ -11,7 +11,7 @@
<Authors>Miha Kralj</Authors>
<Copyright>Miha Kralj</Copyright>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<TargetFrameworks>net7.0;</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;netstandard2.1</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<Nullable>disable</Nullable>
@@ -66,6 +66,7 @@
<Visible>False</Visible>
<PackagePath></PackagePath>
</None>
<PackageReference Include="System.Collections" Version="4.3.0" />
<PackageReference Include="System.Text.Json" Version="7.0.0" />
</ItemGroup>
</Project>