Skip to content

Commit

Permalink
bump version to v2024.05.03.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 3, 2024
1 parent d8fc988 commit fdb0421
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2024.03.27.{build}
version: 2024.05.03.{build}
skip_tags: true
image: Visual Studio 2022
configuration: Debug
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]__

Expand Down
2 changes: 1 addition & 1 deletion setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions updater/updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<AssemblyVersion>2024.03.27.0</AssemblyVersion>
<FileVersion>2024.03.27.0</FileVersion>
<AssemblyVersion>2024.05.03.0</AssemblyVersion>
<FileVersion>2024.05.03.0</FileVersion>
<Copyright>Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Dirk Stolle</Copyright>
<Description>Finds / updates third party software that can be updated.</Description>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
Expand Down

0 comments on commit fdb0421

Please sign in to comment.