From 704ee5f54f07493299b17606b1245b223e9634ad Mon Sep 17 00:00:00 2001 From: Sydney Smith <43417619+SydneyhSmith@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:24:24 -0800 Subject: [PATCH] Update README.md Added support lifecycle documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5222ac17a..e94344ae1 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,11 @@ C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet c:\> PowerShell C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet\PSResourceGet.psd1 ``` +## Module Support Lifecycle +Microsoft.PowerShell.PSResourceGet follows the support lifecycle of the version of PowerShell that it ships in. +For example, PSResourceGet 1.0.x shipped in PowerShell 7.4 which is an LTS release so it will be supported for 3 years. +Preview versions of the module, or versions that ship in preview versions of PowerShell are not supported. +Versions of PSResourceGet that do not ship in a version of PowerShell will be fixed forward. ## Code of Conduct