semver fix

This commit is contained in:
Miha Kralj
2024-11-04 13:41:26 -08:00
parent f582b75fe0
commit 4f62bd10e2
5 changed files with 61 additions and 34 deletions
+3 -2
View File
@@ -10,8 +10,8 @@
<PackageReadmeFile>readme.md</PackageReadmeFile>
<RootNamespace>QuanTAlib</RootNamespace>
<AssemblyName>QuanTAlib</AssemblyName>
<IsPublishable>True</IsPublishable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<IsPublishable>true</IsPublishable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>QuanTAlib2.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>
@@ -25,6 +25,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="6.0.4" PrivateAssets="All" />
<Compile Include="**\*.cs" Exclude="obj\**\*.cs" />
</ItemGroup>