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 6d165be5a8b2ae6f0cc6e769cecd3be254ccd56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:06:01 +0000 Subject: [PATCH 3/3] Bump Hardcodet.NotifyIcon.Wpf from 1.0.8 to 1.1.0 Bumps [Hardcodet.NotifyIcon.Wpf](https://github.com/hardcodet/wpf-notifyicon) from 1.0.8 to 1.1.0. - [Release notes](https://github.com/hardcodet/wpf-notifyicon/releases) - [Commits](https://github.com/hardcodet/wpf-notifyicon/commits/1.1.0) --- updated-dependencies: - dependency-name: Hardcodet.NotifyIcon.Wpf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- AudioSharp.GUI.Wpf/packages.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AudioSharp.GUI.Wpf/packages.config b/AudioSharp.GUI.Wpf/packages.config index 4f1cee8..3024cef 100644 --- a/AudioSharp.GUI.Wpf/packages.config +++ b/AudioSharp.GUI.Wpf/packages.config @@ -1,5 +1,5 @@ - + - + \ No newline at end of file