File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 7676 echo "[+] build windows"
7777 dotnet publish -r win-x64 --self-contained=true -c Release -p:PublishDir=build /p:Version=${{ needs.version.outputs.version }} /p:FileVersion=${{ needs.version.outputs.version }} /p:AssemblyVersion=${{ needs.version.outputs.version }} /p:ProductVersion=${{ needs.version.outputs.version }}
7878
79+ - name : pack
80+ run : |
81+ echo "[+] Packing NuGet package"
82+ dotnet pack --configuration Release -o build -p:PublishDir=build /p:Version=${{ needs.version.outputs.version }} /p:FileVersion=${{ needs.version.outputs.version }} /p:AssemblyVersion=${{ needs.version.outputs.version }} /p:ProductVersion=${{ needs.version.outputs.version }}
83+
7984 - name : collect artifacts
8085 shell : bash
8186 run : |
Original file line number Diff line number Diff line change 1919 <AssemblyVersion >0.1.0.0</AssemblyVersion >
2020 <FileVersion >0.1.0.0</FileVersion >
2121 <ProductVersion >0.1.0.0</ProductVersion >
22- <Company >tinysec.net </Company >
23- <Product >SharpBinja </Product >
22+ <Company >https://github.com/tinysec </Company >
23+ <Product >BinaryNinja </Product >
2424 <Copyright >tinysec©2006-2025</Copyright >
2525 <Description >BinaryNinja dotnet bindings</Description >
26+
27+ <!-- NuGet Package properties -->
28+ <PackageId >BinaryNinja</PackageId >
29+ <PackageTags >binaryninja bn bnapi bindings</PackageTags >
30+ <Authors >https://github.com/tinysec</Authors >
31+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
32+ <PackageProjectUrl >https://github.com/tinysec/BinaryNinja</PackageProjectUrl >
33+ <RepositoryUrl >https://github.com/tinysec/BinaryNinja.git</RepositoryUrl >
34+ <RepositoryType >git</RepositoryType >
2635 </PropertyGroup >
2736
2837 <!-- for Windows -->
You can’t perform that action at this time.
0 commit comments