mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-26 06:18:05 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -1,45 +0,0 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
|
||||||
<PropertyGroup>
|
|
||||||
<TargetFrameworks>net7.0</TargetFrameworks>
|
|
||||||
<LangVersion>preview</LangVersion>
|
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
|
||||||
<Nullable>enable</Nullable>
|
|
||||||
<IsPackable>false</IsPackable>
|
|
||||||
<Platforms>AnyCPU;x64</Platforms>
|
|
||||||
<AssemblyVersion>0.2.1.0</AssemblyVersion>
|
|
||||||
<FileVersion>0.2.1.0</FileVersion>
|
|
||||||
<InformationalVersion>0.2.1-dev.2+Branch.dev.Sha.cb5fe2dc86a78fe9358da810d17952c82299ed3d</InformationalVersion>
|
|
||||||
<Version>0.2.1-dev.2</Version>
|
|
||||||
<NoWarn>$(NoWarn);NETSDK1057</NoWarn>
|
|
||||||
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Include="coverlet.collector" Version="3.2.0">
|
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
||||||
<PrivateAssets>all</PrivateAssets>
|
|
||||||
</PackageReference>
|
|
||||||
<PackageReference Include="pythonnet" Version="3.0.1" />
|
|
||||||
<PackageReference Include="xunit" Version="2.4.2" />
|
|
||||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
|
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
||||||
<PrivateAssets>all</PrivateAssets>
|
|
||||||
</PackageReference>
|
|
||||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0-preview-20230223-05" />
|
|
||||||
<PackageReference Include="TALib.NETCore" Version="0.4.4" />
|
|
||||||
<PackageReference Include="Skender.Stock.Indicators" Version="3.0.0-preview1014-0015" />
|
|
||||||
<PackageReference Include="Tulip.NETCore" Version="0.8.0.1" />
|
|
||||||
<PackageReference Include="System.Text.Json" Version="8.0.4" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\Calculations\Calculations.csproj" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Remove="Python.Included" />
|
|
||||||
<None Remove="pythonnet" />
|
|
||||||
<None Remove="Tulip.NETCore" />
|
|
||||||
<None Remove="System.Text.Json" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="Statistics\" />
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
+21
-18
@@ -5,20 +5,13 @@
|
|||||||
<Product>Library of TA Calculations, Charts and Strategies for Quantower</Product>
|
<Product>Library of TA Calculations, Charts and Strategies for Quantower</Product>
|
||||||
<Description>Quantitative Technical Analysis Library in C# for Quantower</Description>
|
<Description>Quantitative Technical Analysis Library in C# for Quantower</Description>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<RepositoryUrl>https://github.com/mihakralj/QuanTAlib</RepositoryUrl>
|
<RepositoryUrl>https://github.com/mihakralj/QuanTAlib</RepositoryUrl>
|
||||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||||
<Authors>Miha Kralj</Authors>
|
<Authors>Miha Kralj</Authors>
|
||||||
<Copyright>Miha Kralj</Copyright>
|
<Copyright>Miha Kralj</Copyright>
|
||||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
<PackageReadmeFile>readme.md</PackageReadmeFile>
|
||||||
<PackageReadmeFile>readme.md</PackageReadmeFile>
|
<RootNamespace>QuanTAlib</RootNamespace>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<AssemblyName>QuanTAlib</AssemblyName>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
|
||||||
<LangVersion>preview</LangVersion>
|
|
||||||
<Nullable>enable</Nullable>
|
|
||||||
<DisableImplicitNamespaceImports>false</DisableImplicitNamespaceImports>
|
|
||||||
<NeutralLanguage>en-US</NeutralLanguage>
|
|
||||||
<RootNamespace>QuanTAlib</RootNamespace>
|
|
||||||
<AssemblyName>QuanTAlib</AssemblyName>
|
|
||||||
<IsPublishable>True</IsPublishable>
|
<IsPublishable>True</IsPublishable>
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
||||||
@@ -31,9 +24,19 @@
|
|||||||
Quantitative;Historical;Quotes;
|
Quantitative;Historical;Quotes;
|
||||||
</PackageTags>
|
</PackageTags>
|
||||||
<NoWarn>$(NoWarn);NU5104</NoWarn>
|
<NoWarn>$(NoWarn);NU5104</NoWarn>
|
||||||
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
|
<PackageIcon>QuanTAlib2.png</PackageIcon>
|
||||||
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
|
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||||
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
|
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
|
||||||
|
<PackageIconUrl>https://raw.githubusercontent.com/mihakralj/QuanTAlib/main/.github/QuanTAlib2.png</PackageIconUrl>
|
||||||
|
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
||||||
|
<PackageTags>
|
||||||
|
Indicators;Stock;Market;Technical;Analysis;Algorithmic;Trading;Trade;Trend;Momentum;Finance;Algorithm;Algo;
|
||||||
|
AlgoTrading;Financial;Strategy;Chart;Charting;Oscillator;Overlay;Equity;Bitcoin;Crypto;Cryptocurrency;Forex;
|
||||||
|
Quantitative;Historical;Quotes;
|
||||||
|
</PackageTags>
|
||||||
|
<PackageIcon>QuanTAlib2.png</PackageIcon>
|
||||||
|
<PackageIconUrl>https://raw.githubusercontent.com/mihakralj/QuanTAlib/main/.github/QuanTAlib2.png</PackageIconUrl>
|
||||||
|
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageIcon>QuanTAlib2.png</PackageIcon>
|
<PackageIcon>QuanTAlib2.png</PackageIcon>
|
||||||
@@ -41,7 +44,7 @@
|
|||||||
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="readme.md" Pack="true" PackagePath=""/>
|
<None Include="..\docs\readme.md" Pack="true" PackagePath=""/>
|
||||||
<None Include="..\.github\QuanTAlib2.png" Pack="true" Visible="false" PackagePath=""/>
|
<None Include="..\.github\QuanTAlib2.png" Pack="true" Visible="false" PackagePath=""/>
|
||||||
<PackageReference Include="System.Text.Json" Version="9.0.0-rc.1.24431.7" />
|
<PackageReference Include="System.Text.Json" Version="9.0.0-rc.1.24431.7" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user