From 18cefdbdd59423f8cc90779f958722bd93427039 Mon Sep 17 00:00:00 2001 From: xNetrunner Date: Tue, 7 Feb 2023 10:56:39 -0500 Subject: [PATCH] Build with .NET 4.8.1 (stable, long), change other info. --- App.config | 2 +- Classes/FileHandler.cs | 4 ++-- Classes/LogParser.cs | 4 ++-- Classes/Notification.cs | 4 ++-- Classes/Settings.cs | 4 ++-- ExportConfiguration.xaml.cs | 4 ++-- LauncherConfiguration.xaml.cs | 4 ++-- NWNLogRotator.csproj | 2 +- NWNLogRotator.xaml.cs | 4 ++-- Properties/AssemblyInfo.cs | 8 ++++---- Properties/Resources.Designer.cs | 2 +- Properties/Settings.Designer.cs | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/App.config b/App.config index 4bfa005..5ab1a35 100644 --- a/App.config +++ b/App.config @@ -1,6 +1,6 @@ - + diff --git a/Classes/FileHandler.cs b/Classes/FileHandler.cs index 8d2d075..b5d3f1b 100644 --- a/Classes/FileHandler.cs +++ b/Classes/FileHandler.cs @@ -1,7 +1,7 @@ /* - * Author: © noblesigma + * Author: © xNetrunner * Project: NWNLogRotator - * GitHub: https://github.com/noblesigma/NWNLogRotator + * GitHub: https://github.com/xNetrunner/NWNLogRotator * Date: 3/3/2021 * License: MIT * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. diff --git a/Classes/LogParser.cs b/Classes/LogParser.cs index 72f76ae..d3dc79a 100644 --- a/Classes/LogParser.cs +++ b/Classes/LogParser.cs @@ -1,7 +1,7 @@ /* - * Author: © noblesigma + * Author: © xNetrunner * Project: NWNLogRotator - * GitHub: https://github.com/noblesigma/NWNLogRotator + * GitHub: https://github.com/xNetrunner/NWNLogRotator * Date: 3/3/2021 * License: MIT * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. diff --git a/Classes/Notification.cs b/Classes/Notification.cs index 0f83daa..f91dc38 100644 --- a/Classes/Notification.cs +++ b/Classes/Notification.cs @@ -1,7 +1,7 @@ /* - * Author: © noblesigma + * Author: © xNetrunner * Project: NWNLogRotator - * GitHub: https://github.com/noblesigma/NWNLogRotator + * GitHub: https://github.com/xNetrunner/NWNLogRotator * Date: 3/3/2021 * License: MIT * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. diff --git a/Classes/Settings.cs b/Classes/Settings.cs index 495ac57..67fe99e 100644 --- a/Classes/Settings.cs +++ b/Classes/Settings.cs @@ -1,7 +1,7 @@ /* - * Author: © noblesigma + * Author: © xNetrunner * Project: NWNLogRotator - * GitHub: https://github.com/noblesigma/NWNLogRotator + * GitHub: https://github.com/xNetrunner/NWNLogRotator * Date: 3/3/2021 * License: MIT * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. diff --git a/ExportConfiguration.xaml.cs b/ExportConfiguration.xaml.cs index fc66aaa..2794d06 100644 --- a/ExportConfiguration.xaml.cs +++ b/ExportConfiguration.xaml.cs @@ -1,7 +1,7 @@ /* - * Author: © noblesigma + * Author: © xNetrunner * Project: NWNLogRotator - * GitHub: https://github.com/noblesigma/NWNLogRotator + * GitHub: https://github.com/xNetrunner/NWNLogRotator * Date: 3/3/2021 * License: MIT * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. diff --git a/LauncherConfiguration.xaml.cs b/LauncherConfiguration.xaml.cs index 37cc1e0..1e34b65 100644 --- a/LauncherConfiguration.xaml.cs +++ b/LauncherConfiguration.xaml.cs @@ -1,7 +1,7 @@ /* - * Author: © noblesigma + * Author: © xNetrunner * Project: NWNLogRotator - * GitHub: https://github.com/noblesigma/NWNLogRotator + * GitHub: https://github.com/xNetrunner/NWNLogRotator * Date: 3/3/2021 * License: MIT * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. diff --git a/NWNLogRotator.csproj b/NWNLogRotator.csproj index 38f58de..6126632 100644 --- a/NWNLogRotator.csproj +++ b/NWNLogRotator.csproj @@ -9,7 +9,7 @@ WinExe NWNLogRotator NWNLogRotator - v4.8 + v4.8.1 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 diff --git a/NWNLogRotator.xaml.cs b/NWNLogRotator.xaml.cs index 512cac0..cbfd2bf 100644 --- a/NWNLogRotator.xaml.cs +++ b/NWNLogRotator.xaml.cs @@ -1,7 +1,7 @@ /* - * Author: © noblesigma + * Author: © xNetrunner * Project: NWNLogRotator - * GitHub: https://github.com/noblesigma/NWNLogRotator + * GitHub: https://github.com/xNetrunner/NWNLogRotator * Date: 3/3/2021 * License: MIT * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 14948a5..3955232 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -8,9 +8,9 @@ [assembly: AssemblyTitle("NWNLogRotator")] [assembly: AssemblyDescription("Transforms and parses any Neverwinter Nights chat log into beautiful HTML. Written in C# .NET. NWNLogRotator is both Enhanced Edition and 1.69 compatible.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("noblesigma")] +[assembly: AssemblyCompany("xNetrunner")] [assembly: AssemblyProduct("NWNLogRotator")] -[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyCopyright("Copyright © 2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,5 +49,5 @@ // 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("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.1.0.1")] +[assembly: AssemblyFileVersion("0.1.0.1")] diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index cdaa914..5f6f301 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace NWNLogRotator.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index a923f2d..a479cb4 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace NWNLogRotator.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.6.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));