From 32454bd12314d68ddd3b30853c94e87a5a1049f9 Mon Sep 17 00:00:00 2001 From: Lohikar Date: Thu, 23 Nov 2017 16:57:31 -0600 Subject: [PATCH] Add version label --- AuroraRecordGenerator/AuroraRecordGenerator.csproj | 6 ++++-- AuroraRecordGenerator/Properties/AssemblyInfo.cs | 8 +++----- AuroraRecordGenerator/RecordEditor.xaml | 1 + AuroraRecordGenerator/RecordEditor.xaml.cs | 1 + AuroraRecordGenerator/Utility.cs | 3 +++ 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/AuroraRecordGenerator/AuroraRecordGenerator.csproj b/AuroraRecordGenerator/AuroraRecordGenerator.csproj index 4d01613..8f3d36b 100644 --- a/AuroraRecordGenerator/AuroraRecordGenerator.csproj +++ b/AuroraRecordGenerator/AuroraRecordGenerator.csproj @@ -16,7 +16,7 @@ true - AnyCPU + x64 true full false @@ -24,15 +24,17 @@ DEBUG;TRACE prompt 4 + false - AnyCPU + x64 pdbonly true bin\Release\ TRACE prompt 4 + false diff --git a/AuroraRecordGenerator/Properties/AssemblyInfo.cs b/AuroraRecordGenerator/Properties/AssemblyInfo.cs index 217f1fa..44068a5 100644 --- a/AuroraRecordGenerator/Properties/AssemblyInfo.cs +++ b/AuroraRecordGenerator/Properties/AssemblyInfo.cs @@ -1,18 +1,16 @@ using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("AuroraRecordGenerator")] +[assembly: AssemblyTitle("Aurora Record Generator")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("AuroraRecordGenerator")] -[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +49,5 @@ 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.0.0.0")] +[assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/AuroraRecordGenerator/RecordEditor.xaml b/AuroraRecordGenerator/RecordEditor.xaml index f368021..6e936a4 100644 --- a/AuroraRecordGenerator/RecordEditor.xaml +++ b/AuroraRecordGenerator/RecordEditor.xaml @@ -378,6 +378,7 @@ Width="75" d:LayoutOverrides="Height" Click="SaveContentAs" />