From 10aedb2cf10c3600be5dcb8d2cc2b16755a0139d Mon Sep 17 00:00:00 2001 From: M-L-Ml Date: Wed, 16 Jul 2025 17:48:47 +0200 Subject: [PATCH 1/3] png .gitattributes lfs --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3a00193 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +ScreenShots/*.png filter=lfs diff=lfs merge=lfs -text +GitItGUI.UI/Images/*.png filter=lfs diff=lfs merge=lfs -text From d2653ea8e3ea7fb8171be04aaaa2288cef893ccc Mon Sep 17 00:00:00 2001 From: M-L-Ml Date: Wed, 30 Apr 2025 21:54:40 +0200 Subject: [PATCH 2/3] up --- GitItGUI.UI/GitItGUI.UI.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GitItGUI.UI/GitItGUI.UI.csproj b/GitItGUI.UI/GitItGUI.UI.csproj index 2be28c7..f37c546 100644 --- a/GitItGUI.UI/GitItGUI.UI.csproj +++ b/GitItGUI.UI/GitItGUI.UI.csproj @@ -54,9 +54,9 @@ - - - + + + From 01833e1fe949bb320769d54ee1beef044f8fc56a Mon Sep 17 00:00:00 2001 From: M-L-Ml Date: Wed, 30 Apr 2025 21:57:27 +0200 Subject: [PATCH 3/3] net8 --- GitCommander/GitCommander.csproj | 2 +- GitItGUI.Core/GitItGUI.Core.csproj | 2 +- GitItGUI.UI/GitItGUI.UI.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GitCommander/GitCommander.csproj b/GitCommander/GitCommander.csproj index 0a76499..740c693 100644 --- a/GitCommander/GitCommander.csproj +++ b/GitCommander/GitCommander.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable disable diff --git a/GitItGUI.Core/GitItGUI.Core.csproj b/GitItGUI.Core/GitItGUI.Core.csproj index 77628ff..236a8e0 100644 --- a/GitItGUI.Core/GitItGUI.Core.csproj +++ b/GitItGUI.Core/GitItGUI.Core.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable disable diff --git a/GitItGUI.UI/GitItGUI.UI.csproj b/GitItGUI.UI/GitItGUI.UI.csproj index f37c546..5e178f5 100644 --- a/GitItGUI.UI/GitItGUI.UI.csproj +++ b/GitItGUI.UI/GitItGUI.UI.csproj @@ -1,7 +1,7 @@  WinExe - net7.0 + net8.0 disable true app.manifest