From 6fc48a6ef166c6e5e0df105bcd9a86615639d777 Mon Sep 17 00:00:00 2001 From: Caro Caserio Date: Wed, 4 Apr 2018 11:47:04 -0300 Subject: [PATCH] C14191: Possible content blocked for localization Hello, @JKeithB, Localization team has reported source content issue that causes localized version to have different format compared to en-us version. Please, help to check my proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR. --- wmf/5.0/feedback_moduleversionranges.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmf/5.0/feedback_moduleversionranges.md b/wmf/5.0/feedback_moduleversionranges.md index dd2c9adb9c1b..a83e6ef1cac5 100644 --- a/wmf/5.0/feedback_moduleversionranges.md +++ b/wmf/5.0/feedback_moduleversionranges.md @@ -8,9 +8,9 @@ keywords: wmf,powershell,setup # Modules support for declaring version ranges (1.*, etc) Combined with **-MinimumVersion**, **-MaximumVersion** now allows user to get/import module within specific range. The parameter also support **.**\*. The following example shows how it works: -```powershell Now, you can combine **-MinimumVersion** and **-MaximumVersion** to import module within specific range: +```powershell PS C:\> Import-Module psreadline -Verbose -MinimumVersion 1.0 -MaximumVersion 1.2.* VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\psreadline\1.1\psreadline.psd1'. @@ -20,4 +20,4 @@ VERBOSE: Importing cmdlet 'Remove-PSReadlineKeyHandler'. VERBOSE: Importing cmdlet 'Set-PSReadlineKeyHandler'. VERBOSE: Importing cmdlet 'Set-PSReadlineOption'. VERBOSE: Importing function 'PSConsoleHostReadline'. -``` \ No newline at end of file +```