From e14633c71c192ec8e98e7d6c3a6a726003b2dfac Mon Sep 17 00:00:00 2001 From: Heufneutje Date: Tue, 21 Nov 2023 10:56:46 +0100 Subject: [PATCH 1/3] Set up GitHub actions and dependency updates --- .github/dependabot.yml | 8 ++++++++ .github/workflows/main.yml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/main.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0091ba0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..b573fb1 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,33 @@ +name: Build + +on: [push] + +jobs: + build: + runs-on: windows-latest + steps: + - name: Checkout Code + uses: actions/checkout@v3.5.1 + + - name: Setup MSBuild path + uses: microsoft/setup-msbuild@v1 + + - name: Setup NuGet + uses: NuGet/setup-nuget@v1.2.0 + + - name: Restore NuGet Packages + run: nuget restore AudioSharp.sln + + - name: Build Project + run: msbuild AudioSharp.sln /p:Configuration=Release + + - name: Create Installer + uses: joncloud/makensis-action@v4 + with: + script-file: setup.nsi + + - name: Upload Build Files + uses: actions/upload-artifact@v3.1.2 + with: + name: files + path: Release From aa5b910db6a6862fc182a4060ce8ccbd3848115d Mon Sep 17 00:00:00 2001 From: Heufneutje Date: Tue, 21 Nov 2023 10:58:13 +0100 Subject: [PATCH 2/3] Update license for 2023 --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index d411d77..b59ed46 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2021 Stefan "Heufneutje" Frijters +Copyright (c) 2015-2023 Stefan "Heufneutje" Frijters Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 9c4ab874cf10fe8eb2b8c38431d97ff71350b23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:06:17 +0000 Subject: [PATCH 3/3] Bump NAudio from 1.8.5 to 2.2.1 Bumps [NAudio](https://github.com/naudio/NAudio) from 1.8.5 to 2.2.1. - [Release notes](https://github.com/naudio/NAudio/releases) - [Changelog](https://github.com/naudio/NAudio/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/naudio/NAudio/commits/v2.2.1) --- updated-dependencies: - dependency-name: NAudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- AudioSharp.Core/packages.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AudioSharp.Core/packages.config b/AudioSharp.Core/packages.config index f6d2ebe..d9daa72 100644 --- a/AudioSharp.Core/packages.config +++ b/AudioSharp.Core/packages.config @@ -1,5 +1,5 @@ - + - + \ No newline at end of file