This commit is contained in:
Miha Kralj
2022-11-17 21:59:49 -08:00
parent 73e3420379
commit cfa10c79e8
7 changed files with 161 additions and 10 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>QuanTAlib</Title>
<Version>0.1.20</Version>
<Version>0.1.21</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>
@@ -51,7 +51,7 @@
<PackageIcon>QuanTAlib2.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/mihakralj/QuanTAlib/main/.github/QuanTAlib2.png</PackageIconUrl>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<CodeAnalysisRuleSet>QuanTAlib.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet>..\.sonarlint\mihakralj_quantalibcsharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="..\.sonarlint\mihakralj_quantalib\CSharp\SonarLint.xml" Link="SonarLint.xml" />
@@ -66,5 +66,6 @@
<Visible>False</Visible>
<PackagePath></PackagePath>
</None>
<PackageReference Include="System.Text.Json" Version="7.0.0" />
</ItemGroup>
</Project>