Skip to content

Commit

Permalink
Build with .NET 4.8.1 (stable, long), change other info.
Browse files Browse the repository at this point in the history
  • Loading branch information
xNetrunner committed Feb 7, 2023
1 parent f4d51b8 commit 18cefdb
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
</startup>
</configuration>
4 changes: 2 additions & 2 deletions Classes/FileHandler.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Classes/LogParser.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Classes/Notification.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Classes/Settings.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions ExportConfiguration.xaml.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions LauncherConfiguration.xaml.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion NWNLogRotator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>NWNLogRotator</RootNamespace>
<AssemblyName>NWNLogRotator</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
Expand Down
4 changes: 2 additions & 2 deletions NWNLogRotator.xaml.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18cefdb

Please sign in to comment.