From 7307fe7552d04fdc68d76d0a824436643f6dc352 Mon Sep 17 00:00:00 2001 From: manojdemel12d <48337568+manojdemel12d@users.noreply.github.com> Date: Wed, 15 Sep 2021 16:29:05 +1000 Subject: [PATCH 1/5] Help details incorrect Help details were same as FilePicker.PickAsync --- docs/en/Xamarin.Essentials/FilePicker.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Xamarin.Essentials/FilePicker.xml b/docs/en/Xamarin.Essentials/FilePicker.xml index 037f6f533..5892bb94a 100644 --- a/docs/en/Xamarin.Essentials/FilePicker.xml +++ b/docs/en/Xamarin.Essentials/FilePicker.xml @@ -32,7 +32,7 @@ File picker options to use; may be null - Starts file picker for selecting a single file. + Starts file picker for selecting multiple files. File picking result object, or null when picking was cancelled by the user. File types can be specified in order to limit files that can be selected, using a From 7d4fdaf99673bb6cef4cd4ed0bded4289cdeef6b Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Thu, 7 Oct 2021 15:04:41 -0700 Subject: [PATCH 2/5] Update FilePicker.xml --- docs/en/Xamarin.Essentials/FilePicker.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Xamarin.Essentials/FilePicker.xml b/docs/en/Xamarin.Essentials/FilePicker.xml index 5892bb94a..77e44803a 100644 --- a/docs/en/Xamarin.Essentials/FilePicker.xml +++ b/docs/en/Xamarin.Essentials/FilePicker.xml @@ -32,7 +32,7 @@ File picker options to use; may be null - Starts file picker for selecting multiple files. + Starts file picker for selecting files. File picking result object, or null when picking was cancelled by the user. File types can be specified in order to limit files that can be selected, using a From ddc3cce56b6dc827febe38135f2d0759d2229f7e Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sat, 30 Jul 2022 12:39:29 +0900 Subject: [PATCH 3/5] =?UTF-8?q?Typo=20"point=20ot"=E2=86=92"point=20to"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://docs.microsoft.com/en-us/dotnet/api/xamarin.essentials.pointextensions.tosystempointf?view=xamarin-essentials-android https://github.com/xamarin/Essentials/blob/live/docs/en/Xamarin.Essentials/PointExtensions.xml #PingMSFTDocs --- docs/en/Xamarin.Essentials/PointExtensions.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en/Xamarin.Essentials/PointExtensions.xml b/docs/en/Xamarin.Essentials/PointExtensions.xml index bd500ac3c..c4f5f8575 100644 --- a/docs/en/Xamarin.Essentials/PointExtensions.xml +++ b/docs/en/Xamarin.Essentials/PointExtensions.xml @@ -32,7 +32,7 @@ The point to convert. - Converts the point ot the system representation. + Converts the point to the system representation. The converted point. @@ -54,7 +54,7 @@ The point to convert. - Converts the point ot the system representation. + Converts the point to the system representation. The converted point. @@ -76,7 +76,7 @@ The point to convert. - Converts the point ot the system representation. + Converts the point to the system representation. The converted point. @@ -98,7 +98,7 @@ The point to convert. - Converts the point ot the system representation. + Converts the point to the system representation. The converted point. @@ -120,7 +120,7 @@ The point to convert. - Converts the point ot the system representation. + Converts the point to the system representation. The converted point. @@ -142,7 +142,7 @@ The point to convert. - Converts the point ot the system representation. + Converts the point to the system representation. The converted point. From cf720d945602a8cc51fc80c00515d25ceefb1cf1 Mon Sep 17 00:00:00 2001 From: Ivo Snoza <39790891+ivosnoza@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:22:57 +0100 Subject: [PATCH 4/5] Fix typos in MainThread.cs Typo aysnc -> async --- docs/en/Xamarin.Essentials/MainThread.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/Xamarin.Essentials/MainThread.xml b/docs/en/Xamarin.Essentials/MainThread.xml index 8d8b82d87..4e83a2e5a 100644 --- a/docs/en/Xamarin.Essentials/MainThread.xml +++ b/docs/en/Xamarin.Essentials/MainThread.xml @@ -72,7 +72,7 @@ Action to invoke - Invoke the main thread aysnc + Invoke the main thread async A task that can be awaited To be added. @@ -94,7 +94,7 @@ A function task to execute - Invoke the main thread aysnc + Invoke the main thread async A task that can be awaited To be added. @@ -120,7 +120,7 @@ To be added. A function task to execute - Invoke the main thread aysnc + Invoke the main thread async A task that can be awaited To be added. @@ -146,7 +146,7 @@ To be added. A function to execute - Invoke the main thread aysnc + Invoke the main thread async A task that can be awaited To be added. From b08fd9b2bc7a5aa63ec8c91a179491703b89de7f Mon Sep 17 00:00:00 2001 From: Ivo Snoza <39790891+ivosnoza@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:39:37 +0100 Subject: [PATCH 5/5] Update FilePicker.xml --- docs/en/Xamarin.Essentials/FilePicker.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Xamarin.Essentials/FilePicker.xml b/docs/en/Xamarin.Essentials/FilePicker.xml index 77e44803a..037f6f533 100644 --- a/docs/en/Xamarin.Essentials/FilePicker.xml +++ b/docs/en/Xamarin.Essentials/FilePicker.xml @@ -32,7 +32,7 @@ File picker options to use; may be null - Starts file picker for selecting files. + Starts file picker for selecting a single file. File picking result object, or null when picking was cancelled by the user. File types can be specified in order to limit files that can be selected, using a