We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adcf9b commit 232ae94Copy full SHA for 232ae94
README.md
@@ -83,6 +83,11 @@ C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet
83
c:\> PowerShell
84
C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet\PSResourceGet.psd1
85
```
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.
91
92
## Code of Conduct
93
0 commit comments