Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Oct 26, 2023
1 parent 71a4edc commit 33b4be8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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)
### 2.7.3 (2023-10-26)

- Split InfoTool into 2 classes
- Add path variants for PlayStation info
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 @@ -8,7 +8,7 @@
<Description>Validator for various dumping programs</Description>
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
<Copyright>Copyright (c)2019-2023</Copyright>
<VersionPrefix>2.7.2</VersionPrefix>
<VersionPrefix>2.7.3</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'!='net48'">
Expand Down
2 changes: 1 addition & 1 deletion MPF.Core/MPF.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
<Copyright>Copyright (c)2019-2023</Copyright>
<VersionPrefix>2.7.2</VersionPrefix>
<VersionPrefix>2.7.3</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'!='net48'">
Expand Down
2 changes: 1 addition & 1 deletion MPF.UI.Core/MPF.UI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
<Copyright>Copyright (c)2019-2023</Copyright>
<VersionPrefix>2.7.2</VersionPrefix>
<VersionPrefix>2.7.3</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'!='net48'">
Expand Down
2 changes: 1 addition & 1 deletion MPF/MPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Description>Frontend for various dumping programs</Description>
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
<Copyright>Copyright (c)2019-2023</Copyright>
<VersionPrefix>2.7.2</VersionPrefix>
<VersionPrefix>2.7.3</VersionPrefix>
<InternalsVisibleTo>MPF.Test</InternalsVisibleTo>
</PropertyGroup>

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: 2.7.2-{build}
version: 2.7.3-{build}

# pull request template
pull_requests:
Expand Down

0 comments on commit 33b4be8

Please sign in to comment.