Skip to content

Commit 232ae94

Browse files
authored
Update README.md (#1759)
Added support lifecycle documentation
1 parent 5adcf9b commit 232ae94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet
8383
c:\> PowerShell
8484
C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet\PSResourceGet.psd1
8585
```
86+
## Module Support Lifecycle
87+
Microsoft.PowerShell.PSResourceGet follows the support lifecycle of the version of PowerShell that it ships in.
88+
For example, PSResourceGet 1.0.x shipped in PowerShell 7.4 which is an LTS release so it will be supported for 3 years.
89+
Preview versions of the module, or versions that ship in preview versions of PowerShell are not supported.
90+
Versions of PSResourceGet that do not ship in a version of PowerShell will be fixed forward.
8691

8792
## Code of Conduct
8893

0 commit comments

Comments
 (0)