From 69dc91aa1a35aa245d5f793c4f1fdd242532c0b3 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 13 Apr 2020 12:03:58 -0700 Subject: [PATCH] Update to 1.16 --- CHANGELIST.md | 10 ++++++++++ DICUI.Check/Properties/AssemblyInfo.cs | 4 ++-- DICUI.Library/Properties/AssemblyInfo.cs | 4 ++-- DICUI/Properties/AssemblyInfo.cs | 6 +++--- appveyor.yml | 2 +- 5 files changed, 18 insertions(+), 8 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 97158e21..fd254397 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,3 +1,13 @@ +### 1.16 (2020-04-13) +- Updated to DIC version 20200403 +- UI updates based on user feedback +- Added support for Aaru (formerly DiscImageChef) +- Added more support for different output file formats (such as CleanRip) +- Add PS1/PS2 serial extraction and matching +- Fix PS1 date support when both PSX.EXE and normal executable are both present +- Update BurnOutSharp +- Many MANY bits of internal cleanup + ### 1.15 (2019-11-16) - Updated to DIC version 20191116 diff --git a/DICUI.Check/Properties/AssemblyInfo.cs b/DICUI.Check/Properties/AssemblyInfo.cs index 2ce70e46..13fc3874 100644 --- a/DICUI.Check/Properties/AssemblyInfo.cs +++ b/DICUI.Check/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.16")] +[assembly: AssemblyFileVersion("1.16.0.0")] diff --git a/DICUI.Library/Properties/AssemblyInfo.cs b/DICUI.Library/Properties/AssemblyInfo.cs index a9749a72..fa6741e2 100644 --- a/DICUI.Library/Properties/AssemblyInfo.cs +++ b/DICUI.Library/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.13")] -[assembly: AssemblyFileVersion("1.13.0.0")] +[assembly: AssemblyVersion("1.16")] +[assembly: AssemblyFileVersion("1.16.0.0")] [assembly: InternalsVisibleTo("DICUI.Test")] diff --git a/DICUI/Properties/AssemblyInfo.cs b/DICUI/Properties/AssemblyInfo.cs index fa8c1c1a..0f80f507 100644 --- a/DICUI/Properties/AssemblyInfo.cs +++ b/DICUI/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ using System.Windows; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("DICUI")] -[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyCopyright("Copyright © 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,8 +51,8 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.15")] -[assembly: AssemblyFileVersion("1.15.0.0")] +[assembly: AssemblyVersion("1.16")] +[assembly: AssemblyFileVersion("1.16.0.0")] // Anything marked as internal can be used by the test methods [assembly: InternalsVisibleTo("DICUI.Test")] \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 8d9f9ee8..b4c238e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # version format -version: 1.15-{build} +version: 1.16-{build} # pull request template pull_requests: