From 480f51bf5563f626f1d80bb18cb0270bda313b67 Mon Sep 17 00:00:00 2001 From: Dave Thaler Date: Wed, 14 Sep 2022 16:07:48 +0100 Subject: [PATCH] Bump version to 0.4.0 (#1391) Signed-off-by: Dave Thaler Signed-off-by: Dave Thaler Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com> --- .github/workflows/reusable-build.yml | 2 +- scripts/deploy-ebpf.ps1 | 2 +- tools/nuget/ebpf-for-windows.nuspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 8b889dc8f8..2f2fcb7d6d 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -169,7 +169,7 @@ jobs: if: matrix.configurations == 'Release' && inputs.generate_release_package == true working-directory: ${{env.GITHUB_WORKSPACE}} run: | - cmake -S tools\setup -B build\setup -DEBPFFORWINDOWS_PROGRAM_DATA="${{github.workspace}}\${{env.BUILD_PLATFORM}}\${{env.BUILD_CONFIGURATION}}\package_data" "-DEBPFFORWINDOWS_VERSION=0.3.0" -DCPACK_GENERATOR=WIX + cmake -S tools\setup -B build\setup -DEBPFFORWINDOWS_PROGRAM_DATA="${{github.workspace}}\${{env.BUILD_PLATFORM}}\${{env.BUILD_CONFIGURATION}}\package_data" "-DEBPFFORWINDOWS_VERSION=0.4.0" -DCPACK_GENERATOR=WIX cmake --build build\setup --target package - name: Locate the packages diff --git a/scripts/deploy-ebpf.ps1 b/scripts/deploy-ebpf.ps1 index 170c8b737b..bd515f8e33 100644 --- a/scripts/deploy-ebpf.ps1 +++ b/scripts/deploy-ebpf.ps1 @@ -25,7 +25,7 @@ $source_directory="." "VCRUNTIME140D.dll") [System.Collections.ArrayList]$source_msi_files=@( - "ebpf-for-windows-0.3.0.msi") + "ebpf-for-windows-0.4.0.msi") [System.Collections.ArrayList]$source_script_files=@( "scripts\common.psm1", diff --git a/tools/nuget/ebpf-for-windows.nuspec b/tools/nuget/ebpf-for-windows.nuspec index 11694e1929..0b78b429e7 100644 --- a/tools/nuget/ebpf-for-windows.nuspec +++ b/tools/nuget/ebpf-for-windows.nuspec @@ -6,7 +6,7 @@ eBPF for Windows SDK eBPF-for-Windows - 0.3.0 + 0.4.0 eBPF for Windows Contributors eBPF for Windows Contributors false