Skip to content

Commit 18cefdb

Browse files
author
xNetrunner
committed
Build with .NET 4.8.1 (stable, long), change other info.
1 parent f4d51b8 commit 18cefdb

12 files changed

+22
-22
lines changed

App.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
55
</startup>
66
</configuration>

Classes/FileHandler.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Author: © noblesigma
2+
* Author: © xNetrunner
33
* Project: NWNLogRotator
4-
* GitHub: https://github.com/noblesigma/NWNLogRotator
4+
* GitHub: https://github.com/xNetrunner/NWNLogRotator
55
* Date: 3/3/2021
66
* License: MIT
77
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.

Classes/LogParser.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Author: © noblesigma
2+
* Author: © xNetrunner
33
* Project: NWNLogRotator
4-
* GitHub: https://github.com/noblesigma/NWNLogRotator
4+
* GitHub: https://github.com/xNetrunner/NWNLogRotator
55
* Date: 3/3/2021
66
* License: MIT
77
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.

Classes/Notification.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Author: © noblesigma
2+
* Author: © xNetrunner
33
* Project: NWNLogRotator
4-
* GitHub: https://github.com/noblesigma/NWNLogRotator
4+
* GitHub: https://github.com/xNetrunner/NWNLogRotator
55
* Date: 3/3/2021
66
* License: MIT
77
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.

Classes/Settings.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Author: © noblesigma
2+
* Author: © xNetrunner
33
* Project: NWNLogRotator
4-
* GitHub: https://github.com/noblesigma/NWNLogRotator
4+
* GitHub: https://github.com/xNetrunner/NWNLogRotator
55
* Date: 3/3/2021
66
* License: MIT
77
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.

ExportConfiguration.xaml.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Author: © noblesigma
2+
* Author: © xNetrunner
33
* Project: NWNLogRotator
4-
* GitHub: https://github.com/noblesigma/NWNLogRotator
4+
* GitHub: https://github.com/xNetrunner/NWNLogRotator
55
* Date: 3/3/2021
66
* License: MIT
77
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.

LauncherConfiguration.xaml.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Author: © noblesigma
2+
* Author: © xNetrunner
33
* Project: NWNLogRotator
4-
* GitHub: https://github.com/noblesigma/NWNLogRotator
4+
* GitHub: https://github.com/xNetrunner/NWNLogRotator
55
* Date: 3/3/2021
66
* License: MIT
77
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.

NWNLogRotator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>WinExe</OutputType>
1010
<RootNamespace>NWNLogRotator</RootNamespace>
1111
<AssemblyName>NWNLogRotator</AssemblyName>
12-
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>

NWNLogRotator.xaml.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Author: © noblesigma
2+
* Author: © xNetrunner
33
* Project: NWNLogRotator
4-
* GitHub: https://github.com/noblesigma/NWNLogRotator
4+
* GitHub: https://github.com/xNetrunner/NWNLogRotator
55
* Date: 3/3/2021
66
* License: MIT
77
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.

Properties/AssemblyInfo.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("NWNLogRotator")]
99
[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.")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("noblesigma")]
11+
[assembly: AssemblyCompany("xNetrunner")]
1212
[assembly: AssemblyProduct("NWNLogRotator")]
13-
[assembly: AssemblyCopyright("Copyright © 2020")]
13+
[assembly: AssemblyCopyright("Copyright © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -49,5 +49,5 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("0.1.0.0")]
53-
[assembly: AssemblyFileVersion("0.1.0.0")]
52+
[assembly: AssemblyVersion("0.1.0.1")]
53+
[assembly: AssemblyFileVersion("0.1.0.1")]

Properties/Resources.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Settings.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)