Skip to content

Commit 4fa7ffb

Browse files
committed
total rewrite+upgrade to .net8 + rebrand
1 parent 3a2d7d6 commit 4fa7ffb

26 files changed

Lines changed: 93 additions & 168 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,4 @@ FodyWeavers.xsd
389389

390390

391391
# Custom Entries
392-
!OverwolfInsiderPatcher.exe
392+
!OverwolfPatcher.exe

OverwolfInsiderPatcher/OverwolfPatcher.csproj

Lines changed: 0 additions & 124 deletions
This file was deleted.

OverwolfInsiderPatcher/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.
-42.5 KB
Binary file not shown.
-40.5 KB
Binary file not shown.

OverwolfInsiderPatcher/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

OverwolfPatcher.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.11.35303.130
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OverwolfPatcher", "OverwolfInsiderPatcher\OverwolfPatcher.csproj", "{53370A50-3DC8-45C9-A300-D396D8731DE8}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OverwolfPatcher", "OverwolfPatcher\OverwolfPatcher.csproj", "{53370A50-3DC8-45C9-A300-D396D8731DE8}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E49308C9-9D22-403D-8E47-1D17F043884B}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11+
.gitignore = .gitignore
1112
EndProjectSection
1213
EndProject
1314
Global
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>
File renamed without changes.

0 commit comments

Comments
 (0)