Skip to content

Commit 61f90a6

Browse files
committed
Bump version
1 parent 8cc0ff3 commit 61f90a6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### WIP (xxxx-xx-xx)
1+
### 3.6.0 (2025-11-28)
22

33
- Add BCA to list of files to select in Check UI
44
- Move Zstd compression helper to base processor

MPF.CLI/MPF.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Nullable>enable</Nullable>
1313
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1414
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
15-
<VersionPrefix>3.5.0</VersionPrefix>
15+
<VersionPrefix>3.6.0</VersionPrefix>
1616

1717
<!-- Package Properties -->
1818
<Title>MPF CLI</Title>

MPF.Check/MPF.Check.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Nullable>enable</Nullable>
1313
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1414
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
15-
<VersionPrefix>3.5.0</VersionPrefix>
15+
<VersionPrefix>3.6.0</VersionPrefix>
1616

1717
<!-- Package Properties -->
1818
<Title>MPF Check</Title>

MPF.ExecutionContexts/MPF.ExecutionContexts.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1212
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1313
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
14-
<VersionPrefix>3.5.0</VersionPrefix>
14+
<VersionPrefix>3.6.0</VersionPrefix>
1515
<WarningsNotAsErrors>NU5104</WarningsNotAsErrors>
1616

1717
<!-- Package Properties -->

MPF.Frontend/MPF.Frontend.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Nullable>enable</Nullable>
1111
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1212
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13-
<VersionPrefix>3.5.0</VersionPrefix>
13+
<VersionPrefix>3.6.0</VersionPrefix>
1414

1515
<!-- Package Properties -->
1616
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>

MPF.Processors/MPF.Processors.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1313
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1414
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
15-
<VersionPrefix>3.5.0</VersionPrefix>
15+
<VersionPrefix>3.6.0</VersionPrefix>
1616

1717
<!-- Package Properties -->
1818
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>

MPF.UI/MPF.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1919
<UseWindowsForms>true</UseWindowsForms>
2020
<UseWPF>true</UseWPF>
21-
<VersionPrefix>3.5.0</VersionPrefix>
21+
<VersionPrefix>3.6.0</VersionPrefix>
2222

2323
<!-- Package Properties -->
2424
<AssemblyName>MPF</AssemblyName>

0 commit comments

Comments
 (0)