From 3d7355aee10707c92b052502f4dcebe9d3069fc3 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 29 Nov 2023 23:36:57 -0500 Subject: [PATCH] Bump version --- CHANGELIST.md | 2 +- MPF.Check/MPF.Check.csproj | 2 +- MPF.Core/MPF.Core.csproj | 2 +- MPF.UI.Core/MPF.UI.Core.csproj | 4 ++-- MPF/MPF.csproj | 4 ++-- appveyor.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 2655206a..072b077b 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,4 +1,4 @@ -### WIP (xxxx-xx-xx) +### 3.0.1 (2023-11-30) - Add Bandai Pippin detection - Zip manufacturer files for Redumper diff --git a/MPF.Check/MPF.Check.csproj b/MPF.Check/MPF.Check.csproj index 9ebc334d..2f0bc265 100644 --- a/MPF.Check/MPF.Check.csproj +++ b/MPF.Check/MPF.Check.csproj @@ -10,7 +10,7 @@ enable true true - 3.0.0 + 3.0.1 MPF Check diff --git a/MPF.Core/MPF.Core.csproj b/MPF.Core/MPF.Core.csproj index 4c6190d0..33d9f39e 100644 --- a/MPF.Core/MPF.Core.csproj +++ b/MPF.Core/MPF.Core.csproj @@ -9,7 +9,7 @@ enable true true - 3.0.0 + 3.0.1 Matt Nadareski;ReignStumble;Jakz diff --git a/MPF.UI.Core/MPF.UI.Core.csproj b/MPF.UI.Core/MPF.UI.Core.csproj index 3e0eaab2..85c38330 100644 --- a/MPF.UI.Core/MPF.UI.Core.csproj +++ b/MPF.UI.Core/MPF.UI.Core.csproj @@ -2,14 +2,14 @@ - net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows + net40;net452;net462;net472;net48;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows win-x86;win-x64 false latest enable true true - 3.0.0 + 3.0.1 true true diff --git a/MPF/MPF.csproj b/MPF/MPF.csproj index 87596ff2..6b0d7f65 100644 --- a/MPF/MPF.csproj +++ b/MPF/MPF.csproj @@ -2,7 +2,7 @@ - net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows + net40;net452;net462;net472;net48;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows win-x86;win-x64 WinExe Images\Icon.ico @@ -11,7 +11,7 @@ enable true true - 3.0.0 + 3.0.1 true true diff --git a/appveyor.yml b/appveyor.yml index 42cd34a3..97569b82 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # version format -version: 3.0.0-{build} +version: 3.0.1-{build} # pull request template pull_requests: