From 03a8be1dab800e976bd81776bf48d6981a2d1559 Mon Sep 17 00:00:00 2001
From: Vitalii Mikhailov
Date: Sun, 3 Mar 2024 14:23:19 +0200
Subject: [PATCH 1/3] Added pdb generation 2 (#589)
* Exclude pdb copy from NuGet packages for thin
* Thin now includes the debug symbols as portable
* Always exclude the .dll/pdb/xml files of the dependencies after Pack
---
Harmony/Harmony.csproj | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Harmony/Harmony.csproj b/Harmony/Harmony.csproj
index 9fb4d0e2..09d3f0e5 100644
--- a/Harmony/Harmony.csproj
+++ b/Harmony/Harmony.csproj
@@ -35,7 +35,6 @@
DebugThin;DebugFat;ReleaseThin;ReleaseFat
true
true
- true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
@@ -61,7 +60,7 @@
true
- embedded
+ portable
true
$(SolutionDir)ILRepack.targets
True
@@ -73,6 +72,7 @@
true
$(SolutionDir)ILRepack.targets
True
+ true
@@ -162,10 +162,10 @@
-
-
-
-
+
+
+
+
From 45304b9003dc96843d6719eae617612f18cbe31c Mon Sep 17 00:00:00 2001
From: Andreas Pardeike
Date: Sun, 3 Mar 2024 13:23:41 +0100
Subject: [PATCH 2/3] adds download counter
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 93f9ebcb..113b41c8 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,9 @@ Harmony 1 is deprecated and not under active development anymore. The latest ver
+
+
+
From 11b42459cd4d8d6a679b0249fcece2bba878a7cc Mon Sep 17 00:00:00 2001
From: Andreas Pardeike
Date: Sun, 3 Mar 2024 13:29:08 +0100
Subject: [PATCH 3/3] adds latest release download link to download badge
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 113b41c8..1aa6ca29 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Harmony 1 is deprecated and not under active development anymore. The latest ver
-
+