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 c2a789948d182c915d8f5c09f1117ac775f6e830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:06:08 +0000 Subject: [PATCH 3/3] Bump Newtonsoft.Json from 13.0.1 to 13.0.3 Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.3. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.3) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- AudioSharp.Config/packages.config | 4 ++-- AudioSharp.Utils/packages.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AudioSharp.Config/packages.config b/AudioSharp.Config/packages.config index ce3dc38..aab9c8b 100644 --- a/AudioSharp.Config/packages.config +++ b/AudioSharp.Config/packages.config @@ -1,4 +1,4 @@ - + - + \ No newline at end of file diff --git a/AudioSharp.Utils/packages.config b/AudioSharp.Utils/packages.config index 9337cd7..e0ad521 100644 --- a/AudioSharp.Utils/packages.config +++ b/AudioSharp.Utils/packages.config @@ -1,5 +1,5 @@ - + - + \ No newline at end of file