diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afe0a94..919bcd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,6 +76,11 @@ jobs: echo "[+] build windows" 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 }} + - name: pack + run: | + echo "[+] Packing NuGet package" + 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 }} + - name: collect artifacts shell: bash run: | diff --git a/BinaryNinja.csproj b/BinaryNinja.csproj index 3da09cd..5025a1e 100644 --- a/BinaryNinja.csproj +++ b/BinaryNinja.csproj @@ -19,10 +19,19 @@ 0.1.0.0 0.1.0.0 0.1.0.0 - tinysec.net - SharpBinja + https://github.com/tinysec + BinaryNinja tinysec©2006-2025 BinaryNinja dotnet bindings + + + BinaryNinja + binaryninja bn bnapi bindings + https://github.com/tinysec + MIT + https://github.com/tinysec/BinaryNinja + https://github.com/tinysec/BinaryNinja.git + git