majkinetor / au

Chocolatey Automatic Package Updater Module
GNU General Public License v2.0
227 stars 71 forks source link

#126 Fix issue when using AU with PowerShell 5.0 #133

Closed Thilas closed 6 years ago

Thilas commented 6 years ago

Replace [ordered] by [System.Collections.Specialized.OrderedDictionary] to make AU work even on PowerShell 5.0. See https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_hash_tables...

Thilas commented 6 years ago

@majkinetor, this is strange, don't you think? Any opinion? Otherwise I merge this.

majkinetor commented 6 years ago

[ordered] is shortcut for that type since 3.0.

This is the only report of this kind so far. I wouldn't do anything.

majkinetor commented 6 years ago

Ignore that, I see your explanation on the issue. Merge.