Skip to content

Commit 86fa2ab

Browse files
authored
Update V3-V4.md
1 parent 6292f7c commit 86fa2ab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

migration_info/V3-V4.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
224227
This class can no longer be inherited because it was changed to sealed.
225228

226229
## WinGetInfoEntry class

0 commit comments

Comments
 (0)