From b65378f03111403ab6bef24f409311a9a9fd357a Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Wed, 25 Dec 2019 23:11:04 -0600 Subject: [PATCH] Version 2.0.0 WPF version is the new marked stable release. Hoping this update goes over fairly well --- DS4Windows/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DS4Windows/Properties/AssemblyInfo.cs b/DS4Windows/Properties/AssemblyInfo.cs index 7553a03..eb9cd26 100644 --- a/DS4Windows/Properties/AssemblyInfo.cs +++ b/DS4Windows/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ 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.9.2")] -[assembly: AssemblyFileVersion("1.9.2")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] [assembly: NeutralResourcesLanguage("")] [assembly: Guid("a52b5b20-d9ee-4f32-8518-307fa14aa0c6")]