From 91d8ed6a3728017a70db4e33f2549879f3e1ae1b Mon Sep 17 00:00:00 2001 From: stanislavromanov Date: Sun, 2 Mar 2025 15:32:31 +0800 Subject: [PATCH 1/4] Update Test-Runner to latest LTS (8.0) --- .idea/.idea.Contentful.Net/.idea/.name | 1 + .idea/.idea.Contentful.Net/.idea/indexLayout.xml | 8 ++++++++ .../.idea.Contentful.Net/.idea/projectSettingsUpdater.xml | 7 +++++++ .idea/.idea.Contentful.Net/.idea/vcs.xml | 4 ++++ .idea/.idea.Contentful.Net/.idea/workspace.xml | 8 ++++++++ .../Contentful.AspNetCore.Tests.csproj | 2 +- Contentful.Core.Tests/Contentful.Core.Tests.csproj | 2 +- 7 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 .idea/.idea.Contentful.Net/.idea/.name create mode 100644 .idea/.idea.Contentful.Net/.idea/indexLayout.xml create mode 100644 .idea/.idea.Contentful.Net/.idea/projectSettingsUpdater.xml create mode 100644 .idea/.idea.Contentful.Net/.idea/vcs.xml create mode 100644 .idea/.idea.Contentful.Net/.idea/workspace.xml diff --git a/.idea/.idea.Contentful.Net/.idea/.name b/.idea/.idea.Contentful.Net/.idea/.name new file mode 100644 index 0000000..c3891a8 --- /dev/null +++ b/.idea/.idea.Contentful.Net/.idea/.name @@ -0,0 +1 @@ +Contentful.Net \ No newline at end of file diff --git a/.idea/.idea.Contentful.Net/.idea/indexLayout.xml b/.idea/.idea.Contentful.Net/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.Contentful.Net/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Contentful.Net/.idea/projectSettingsUpdater.xml b/.idea/.idea.Contentful.Net/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..64af657 --- /dev/null +++ b/.idea/.idea.Contentful.Net/.idea/projectSettingsUpdater.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.Contentful.Net/.idea/vcs.xml b/.idea/.idea.Contentful.Net/.idea/vcs.xml new file mode 100644 index 0000000..d843f34 --- /dev/null +++ b/.idea/.idea.Contentful.Net/.idea/vcs.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.Contentful.Net/.idea/workspace.xml b/.idea/.idea.Contentful.Net/.idea/workspace.xml new file mode 100644 index 0000000..f0c34aa --- /dev/null +++ b/.idea/.idea.Contentful.Net/.idea/workspace.xml @@ -0,0 +1,8 @@ + + + { + "keyToString": { + "settings.editor.selected.configurable": "preferences.environmentSetup" + } +} + \ No newline at end of file diff --git a/Contentful.AspNetCore.Tests/Contentful.AspNetCore.Tests.csproj b/Contentful.AspNetCore.Tests/Contentful.AspNetCore.Tests.csproj index 5840a9f..8b1d80c 100644 --- a/Contentful.AspNetCore.Tests/Contentful.AspNetCore.Tests.csproj +++ b/Contentful.AspNetCore.Tests/Contentful.AspNetCore.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 diff --git a/Contentful.Core.Tests/Contentful.Core.Tests.csproj b/Contentful.Core.Tests/Contentful.Core.Tests.csproj index 9ac811d..240d9ca 100644 --- a/Contentful.Core.Tests/Contentful.Core.Tests.csproj +++ b/Contentful.Core.Tests/Contentful.Core.Tests.csproj @@ -1,7 +1,7 @@  Exe - net6.0 + net8.0 From 3e5a820b12d1efedb9f5105fd53c247ac28aff29 Mon Sep 17 00:00:00 2001 From: stanislavromanov Date: Sun, 2 Mar 2025 15:33:55 +0800 Subject: [PATCH 2/4] make sure it works on rider --- .gitignore | 3 ++- .idea/.idea.Contentful.Net/.idea/.name | 1 - .idea/.idea.Contentful.Net/.idea/indexLayout.xml | 8 -------- .../.idea.Contentful.Net/.idea/projectSettingsUpdater.xml | 7 ------- .idea/.idea.Contentful.Net/.idea/vcs.xml | 4 ---- .idea/.idea.Contentful.Net/.idea/workspace.xml | 8 -------- 6 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 .idea/.idea.Contentful.Net/.idea/.name delete mode 100644 .idea/.idea.Contentful.Net/.idea/indexLayout.xml delete mode 100644 .idea/.idea.Contentful.Net/.idea/projectSettingsUpdater.xml delete mode 100644 .idea/.idea.Contentful.Net/.idea/vcs.xml delete mode 100644 .idea/.idea.Contentful.Net/.idea/workspace.xml diff --git a/.gitignore b/.gitignore index 794f663..07726eb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ Backup/ *.nuget.props *.nuget.targets *.orig -.ionide/ \ No newline at end of file +.ionide/ +.idea/ \ No newline at end of file diff --git a/.idea/.idea.Contentful.Net/.idea/.name b/.idea/.idea.Contentful.Net/.idea/.name deleted file mode 100644 index c3891a8..0000000 --- a/.idea/.idea.Contentful.Net/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Contentful.Net \ No newline at end of file diff --git a/.idea/.idea.Contentful.Net/.idea/indexLayout.xml b/.idea/.idea.Contentful.Net/.idea/indexLayout.xml deleted file mode 100644 index 7b08163..0000000 --- a/.idea/.idea.Contentful.Net/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.Contentful.Net/.idea/projectSettingsUpdater.xml b/.idea/.idea.Contentful.Net/.idea/projectSettingsUpdater.xml deleted file mode 100644 index 64af657..0000000 --- a/.idea/.idea.Contentful.Net/.idea/projectSettingsUpdater.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/.idea.Contentful.Net/.idea/vcs.xml b/.idea/.idea.Contentful.Net/.idea/vcs.xml deleted file mode 100644 index d843f34..0000000 --- a/.idea/.idea.Contentful.Net/.idea/vcs.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.Contentful.Net/.idea/workspace.xml b/.idea/.idea.Contentful.Net/.idea/workspace.xml deleted file mode 100644 index f0c34aa..0000000 --- a/.idea/.idea.Contentful.Net/.idea/workspace.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - { - "keyToString": { - "settings.editor.selected.configurable": "preferences.environmentSetup" - } -} - \ No newline at end of file From bd60a36a5e9a512299a27ea60f72f3d657782e54 Mon Sep 17 00:00:00 2001 From: Bhushan Lodha Date: Fri, 27 Jun 2025 10:39:30 +0530 Subject: [PATCH 3/4] Update .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07726eb..3376a15 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,3 @@ Backup/ *.nuget.targets *.orig .ionide/ -.idea/ \ No newline at end of file From cac5908f223a85d2e6cd0ff34297778fce3f7ca6 Mon Sep 17 00:00:00 2001 From: Bhushan Lodha Date: Fri, 27 Jun 2025 10:39:57 +0530 Subject: [PATCH 4/4] Update .gitignore