From fdb04213771375dd2a0d92daf6cde92dae50d26e Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 3 May 2024 09:48:51 +0200 Subject: [PATCH] bump version to v2024.05.03.0 --- appveyor.yml | 2 +- changelog.md | 2 +- setup/setup.iss | 2 +- updater/updater.csproj | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dfcf99cc..e23e4977 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2024.03.27.{build} +version: 2024.05.03.{build} skip_tags: true image: Visual Studio 2022 configuration: Debug diff --git a/changelog.md b/changelog.md index 7d249b3d..03c35bdb 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ _(Note: This changelog focuses on the major changes between the different versions. Therefore, it may not contain all changes. Especially smaller fixes or improvements may be omitted.)_ -## Next Version +## Version 2024.05.03.0 __[changes]__ diff --git a/setup/setup.iss b/setup/setup.iss index 273dc58c..bf6a51c0 100644 --- a/setup/setup.iss +++ b/setup/setup.iss @@ -6,7 +6,7 @@ AppId={{EA408AA2-29B2-46BB-B3E2-0EF7E379A25C}} AppName=updater -AppVersion=2024.03.27.0 +AppVersion=2024.05.03.0 AppPublisher=Dirk Stolle AppPublisherURL=https://github.com/striezel/updater AppSupportURL=https://github.com/striezel/updater diff --git a/updater/updater.csproj b/updater/updater.csproj index b17342a1..4f59b6f9 100644 --- a/updater/updater.csproj +++ b/updater/updater.csproj @@ -5,8 +5,8 @@ net6.0-windows disable disable - 2024.03.27.0 - 2024.03.27.0 + 2024.05.03.0 + 2024.05.03.0 Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Dirk Stolle Finds / updates third party software that can be updated. GPL-3.0-or-later