From cc64f0a0a88010aa9827f31a16ec1ab5d3dbb618 Mon Sep 17 00:00:00 2001 From: Thomas Ardal Date: Tue, 19 Nov 2024 13:55:54 +0100 Subject: [PATCH] Changed assembly name in installation to Microsoft.WindowsAppSDK --- src/Elmah.Io.WinUI/ElmahIoWinUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elmah.Io.WinUI/ElmahIoWinUI.cs b/src/Elmah.Io.WinUI/ElmahIoWinUI.cs index c997a9c..cccd9f1 100644 --- a/src/Elmah.Io.WinUI/ElmahIoWinUI.cs +++ b/src/Elmah.Io.WinUI/ElmahIoWinUI.cs @@ -167,7 +167,7 @@ private static void CreateInstallation() [ new AssemblyInfo { Name = "Elmah.Io.WinUI", Version = _assemblyVersion }, new AssemblyInfo { Name = "Elmah.Io.Client", Version = _elmahIoClientAssemblyVersion }, - new AssemblyInfo { Name = "Microsoft.WinUI", Version = _winUiAssemblyVersion } + new AssemblyInfo { Name = "Microsoft.WindowsAppSDK", Version = _winUiAssemblyVersion } ], };