Skip to content

Commit

Permalink
Changed assembly name in installation to Microsoft.WindowsAppSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 19, 2024
1 parent c0a5f2a commit cc64f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elmah.Io.WinUI/ElmahIoWinUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
],
};

Expand Down

0 comments on commit cc64f0a

Please sign in to comment.