PowerShell / PowerShellStandard

MIT License
158 stars 24 forks source link

Several properties missing from ProviderInfo #95

Open matt9ucci opened 2 years ago

matt9ucci commented 2 years ago

The following properties are missing from class ProviderInfo in version 7 prerelease 1:

public bool VolumeSeparatedByColon
public char ItemSeparator
public char AltItemSeparator

The last two, ItemSeparator and AltItemSeparator, have been added by PowerShell/PowerShell#8587.