new feature and rewrite

This commit is contained in:
Miha Kralj
2024-09-22 18:19:03 -07:00
parent babe915b9a
commit e71f715192
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ jobs:
- name: Push package to nuget.org
if: ${{ github.ref == 'refs/heads/main' }}
run: dotnet nuget push 'Calculations/bin/Release/QuanTAlib.*.nupkg'
run: dotnet nuget push 'lib/bin/Release/QuanTAlib.*.nupkg'
--api-key ${{ secrets.NUGET_DEPLOY_KEY_QUANTLIB }}
--source https://api.nuget.org/v3/index.json
--skip-duplicate
-4
View File
@@ -40,10 +40,6 @@
<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath=""/>
<None Include="..\.github\QuanTAlib2.png" Pack="true" Visible="false" PackagePath=""/>
<PackageReference Include="GitVersion.MsBuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.21459.1" />
</ItemGroup>
<ItemGroup>