From 774b342718ccb9d495833f2c8f42d554cd1cf98c Mon Sep 17 00:00:00 2001 From: Thomas Bruderer Date: Tue, 14 Jan 2025 15:57:50 +0100 Subject: [PATCH 1/4] Add support policy --- Funcky.sln | 1 + SupportPolicy.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 SupportPolicy.md diff --git a/Funcky.sln b/Funcky.sln index c0a6b716..82ce81d2 100644 --- a/Funcky.sln +++ b/Funcky.sln @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .gitignore = .gitignore changelog.md = changelog.md README.md = README.md + SupportPolicy.md = SupportPolicy.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Config", "Build Config", "{DD8F8450-BE23-4D6B-9C5C-7AED0ABB7531}" diff --git a/SupportPolicy.md b/SupportPolicy.md new file mode 100644 index 00000000..dd8e64c2 --- /dev/null +++ b/SupportPolicy.md @@ -0,0 +1,22 @@ +# Support Policy + +Funcky is a stable base-library which tries to support many scenario's in the .NET world. + +## What Frameworks do we support? + +We support the all the activly supported modern Framworks, .NET Standard 2.1, 2.0 And.NET 4.8+ + +* We only remove support for tagrgetframeworks on major version changes, to avoid breaking changes for the consumers. + +## Testing + +Testing with old framworks which are not supported anymore is getting painful, we therefore only test with frameworks which are still in active support. + +## Next removal + +Funcky 4 will remove the following Targetframeworks. + +* net7.0 +* net6.0 +* net5.0 +* netcoreapp3.1; From cecf8637d12862b2fcc0cfd1f3c9ca756f2fb068 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 14 Jan 2025 16:24:41 +0100 Subject: [PATCH 2/4] Update SupportPolicy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tau Gärtli --- SupportPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SupportPolicy.md b/SupportPolicy.md index dd8e64c2..bcd971f8 100644 --- a/SupportPolicy.md +++ b/SupportPolicy.md @@ -19,4 +19,4 @@ Funcky 4 will remove the following Targetframeworks. * net7.0 * net6.0 * net5.0 -* netcoreapp3.1; +* netcoreapp3.1 From e4774ba48615636f55e2dc3c19216601309cf2fc Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 14 Jan 2025 16:24:48 +0100 Subject: [PATCH 3/4] Update SupportPolicy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tau Gärtli --- SupportPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SupportPolicy.md b/SupportPolicy.md index bcd971f8..ea97ae70 100644 --- a/SupportPolicy.md +++ b/SupportPolicy.md @@ -14,7 +14,7 @@ Testing with old framworks which are not supported anymore is getting painful, w ## Next removal -Funcky 4 will remove the following Targetframeworks. +Funcky 4 will remove the following target frameworks: * net7.0 * net6.0 From 981bc39b48196b357f30b12f960503e2742b803c Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 14 Jan 2025 16:24:55 +0100 Subject: [PATCH 4/4] Update SupportPolicy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tau Gärtli --- SupportPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SupportPolicy.md b/SupportPolicy.md index ea97ae70..f19b57c4 100644 --- a/SupportPolicy.md +++ b/SupportPolicy.md @@ -6,7 +6,7 @@ Funcky is a stable base-library which tries to support many scenario's in the .N We support the all the activly supported modern Framworks, .NET Standard 2.1, 2.0 And.NET 4.8+ -* We only remove support for tagrgetframeworks on major version changes, to avoid breaking changes for the consumers. +* We only remove support for target frameworks on major version changes, to avoid breaking changes for the consumers. ## Testing