Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Nov 14, 2023
1 parent 21f5f29 commit 4d46b7d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### WIP (xxxx-xx-xx)
### 3.0.0 (2023-11-14)

- Remove .NET Framework 4.8 from build
- Remove .NET Framework 4.8 from projects
Expand All @@ -15,6 +15,7 @@
- Remove Unshield reference
- Update documentation for BOS change
- Bump library versions
- Update to .NET 8

### 2.7.5 (2023-11-06)

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 @@ -9,7 +9,7 @@
<Description>Validator for various dumping programs</Description>
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
<Copyright>Copyright (c)2019-2023</Copyright>
<VersionPrefix>2.7.5</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
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 @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
<Copyright>Copyright (c)2019-2023</Copyright>
<VersionPrefix>2.7.5</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
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 @@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
<Copyright>Copyright (c)2019-2023</Copyright>
<VersionPrefix>2.7.5</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MPF/MPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>Frontend for various dumping programs</Description>
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
<Copyright>Copyright (c)2019-2023</Copyright>
<VersionPrefix>2.7.5</VersionPrefix>
<VersionPrefix>3.0.0</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.5-{build}
version: 3.0.0-{build}

# pull request template
pull_requests:
Expand Down

0 comments on commit 4d46b7d

Please sign in to comment.