From cc21c4552aa79caf4cada98121fbbb722b1d0f3a Mon Sep 17 00:00:00 2001 From: Kevin Takla Date: Mon, 12 Aug 2024 13:41:13 -0400 Subject: [PATCH] docs: fix typo in diagnostics.md --- CHANGELOG.md | 1 + doc/Diagnostics.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6f746bf..c7c7037b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Prefix your items with `(Template)` if the change is about the template and not - Bump Uno packages to 5.2.121 to fix a crash on iOS. - Ensure NV.Template.Mobile nuget is only deployed from the main branch. - Updated `System.Text.Json` to resolve security vulnerabilities. +- Remove UWP references in Diagnostics.md ## 3.4.X - Added a kill switch feature to the app. diff --git a/doc/Diagnostics.md b/doc/Diagnostics.md index 2db24bfec..f423bce12 100644 --- a/doc/Diagnostics.md +++ b/doc/Diagnostics.md @@ -38,7 +38,7 @@ The page also allows you to manually set some configuration values. It also has various diagnostics utilities such as the following. - Send information via email (including log files as attachements). - Throw exceptions from various threads (to test the error handling or crash reporting). -- Open the settings folder where the settings files can be found (UWP only). +- Open the settings folder where the settings files can be found (WinUI only). ## Http Debugger @@ -52,7 +52,7 @@ Check the following for more details. - [`IHttpDebuggerService`](..\src\app\ApplicationTemplate.Access\Framework\HttpDebugger\IHttpDebuggerService.cs) - [`HttpDebuggerHandler`](..\src\app\ApplicationTemplate.Access\Framework\HttpDebugger\HttpDebuggerHandler.cs) - [`HttpDebuggerViewModel`](..\src\app\ApplicationTemplate.Presentation\ViewModels\Diagnostics\HttpDebugger\HttpDebuggerViewModel.cs) -- [`HttpDebuggerView`](..\src\app\ApplicationTemplate.UWP\Views\Content\Diagnostics\HttpDebuggerView.xaml) +- [`HttpDebuggerView`](..\src\app\ApplicationTemplate.Shared.Views\Content\Diagnostics\HttpDebuggerView.xaml) ## Configuration Debugger