Bump version

This commit is contained in:
Matt Nadareski
2023-11-14 16:39:19 -05:00
parent 21f5f29ac0
commit 4d46b7db5c
6 changed files with 7 additions and 6 deletions

View File

@@ -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
@@ -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)

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -1,5 +1,5 @@
# version format
version: 2.7.5-{build}
version: 3.0.0-{build}
# pull request template
pull_requests: