File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Therefore references to `WinGetData` need to be changed to `WinGetInfo`.
124124- ` Links ` return type changed from ` List<WinGetInfoEntry> ` to ` ReadOnlyCollection<WinGetLink> `
125125- ` AdminSetting `
126126 - Renamed to ` AdminSettings `
127- - Return type changed from ` List<WinGetInfoEntry> ` to ` ReadOnlyCollection<WinGetAdminOption > `
127+ - Return type changed from ` List<WinGetInfoEntry> ` to ` ReadOnlyCollection<WinGetAdminSetting > `
128128
129129## WinGetSourceManager
130130
@@ -221,6 +221,9 @@ public void ExportSourcesToFile(string file); // New
221221
222222## WinGetAdminOption class
223223
224+ The ` WinGetAdminOption ` class was renamed to ` WinGetAdminSetting ` , because ‘*** setting*** ’ is used as the singular in winget.
225+ Therefore references to ` WinGetAdminOption ` need to be changed to ` WinGetAdminSetting ` .
226+
224227This class can no longer be inherited because it was changed to sealed.
225228
226229## WinGetInfoEntry class
You can’t perform that action at this time.
0 commit comments