Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Aug 5, 2024
1 parent 0f98f03 commit 00089b7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### WIP (xxxx-xx-xx)
### 3.2.1 (2024-08-05)

- Add nuget packing for processors and contexts
- Address build warnings for packages
Expand Down
2 changes: 1 addition & 1 deletion MPF.CLI/MPF.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>

<!-- Package Properties -->
<Title>MPF CLI</Title>
Expand Down
2 changes: 1 addition & 1 deletion MPF.Check/MPF.Check.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>

<!-- Package Properties -->
<Title>MPF Check</Title>
Expand Down
2 changes: 1 addition & 1 deletion MPF.ExecutionContexts/MPF.ExecutionContexts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>
<WarningsNotAsErrors>NU5104</WarningsNotAsErrors>

<!-- Package Properties -->
Expand Down
2 changes: 1 addition & 1 deletion MPF.Frontend/MPF.Frontend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>

<!-- Package Properties -->
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
Expand Down
2 changes: 1 addition & 1 deletion MPF.Processors/MPF.Processors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>
<WarningsNotAsErrors>NU5104</WarningsNotAsErrors>

<!-- Package Properties -->
Expand Down
2 changes: 1 addition & 1 deletion MPF.UI/MPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>

<!-- Package Properties -->
<AssemblyName>MPF</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 3.2.0-{build}
version: 3.2.1-{build}

# pull request template
pull_requests:
Expand Down

0 comments on commit 00089b7

Please sign in to comment.