Skip to content

11/15 PM Publish#8358

Merged
huypub merged 4 commits intolivefrom
staging
Nov 15, 2021
Merged

11/15 PM Publish#8358
huypub merged 4 commits intolivefrom
staging

Conversation

@huypub
Copy link
Copy Markdown
Contributor

@huypub huypub commented Nov 15, 2021

No description provided.

sdwheeler and others added 4 commits November 15, 2021 10:21
* Document module metadata for experimental features

* Change H3 to H2 for better nav experience

* fix formatting
* Update MS Store appx limitations

* Move MU section under MSI
* Document PATHEXT environment var behavior in PS

* fix typo
* Additional hexadecimal indicators in strings

(℅ [BaseNumberConverter](https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.basenumberconverter.convertfrom))

* Update about_Numeric_Literals.md

* Numeric type conversion

### Numeric type conversion

When strings are converted to numbers, additional hexadecimal format indicators are
supported. Those additional formats are not recognised as literals.

```powershell
[int] '0xF' -eq 0xF
[int] '&hF' -eq 0xF
[int] '#F' -eq 0xF
[int] '0b1111' -eq 0b1111
[int] '0b1111' -eq 15
```

* Numeric type conversion

### Numeric type conversion

When strings are converted to numbers, additional hexadecimal format indicators are
supported. Those additional formats are not recognised as literals.

```powershell
[int] '0xF' -eq 0xF
[int] '&hF' -eq 0xF
[int] '#F' -eq 0xF
[int] '0b1111' -eq 0b1111
[int] '0b1111' -eq 15
```

* Copy changes to 5.1

* fix typo

Co-authored-by: Sean Wheeler <[email protected]>
@opbld32
Copy link
Copy Markdown

opbld32 commented Nov 15, 2021

Docs Build status updates of commit 196c13f:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Command_Precedence.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md ✅Succeeded View (powershell-5.1)
reference/7.0/Microsoft.PowerShell.Core/About/about_Command_Precedence.md ✅Succeeded View (powershell-7)
reference/7.0/Microsoft.PowerShell.Core/About/about_Environment_Variables.md ✅Succeeded View (powershell-7)
reference/7.0/Microsoft.PowerShell.Core/About/about_Experimental_Features.md ✅Succeeded View (powershell-7)
reference/7.0/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md ✅Succeeded View (powershell-7)
reference/7.1/Microsoft.PowerShell.Core/About/about_Command_Precedence.md ✅Succeeded View (powershell-7.1)
reference/7.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md ✅Succeeded View (powershell-7.1)
reference/7.1/Microsoft.PowerShell.Core/About/about_Experimental_Features.md ✅Succeeded View (powershell-7.1)
reference/7.1/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md ✅Succeeded View (powershell-7.1)
reference/7.2/Microsoft.PowerShell.Core/About/about_Command_Precedence.md ✅Succeeded View (powershell-7.2)
reference/7.2/Microsoft.PowerShell.Core/About/about_Environment_Variables.md ✅Succeeded View (powershell-7.2)
reference/7.2/Microsoft.PowerShell.Core/About/about_Experimental_Features.md ✅Succeeded View (powershell-7.2)
reference/7.2/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md ✅Succeeded View (powershell-7.2)
reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@huypub huypub merged commit b1c007a into live Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants