From 690ae4f01cddaa484a10a4a9e99b56ee19efbe6e Mon Sep 17 00:00:00 2001 From: The Sharp Ninja Date: Sun, 15 May 2022 17:57:59 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c967bc3..4dbc0bf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Allows hosting a Windows App SDK Application in an `IHost` that manages the life __(Convert existing project or the default template's output)__ 1. Add `DISABLE_XAML_GENERATED_MAIN` in the main `PropertyGroup` of your applications project file. -2. Add reference to `CommunityToolkit.Extensions.Hosting.WindowsAppSdk` +2. Add reference to `SparpNinja.Extensions.Hosting.WindowsAppSdk` 3. Add `Program.cs` to the root of your application project. 4. Add this code to the `Program.cs`: From 70e327a854f52e127df797be8916ae67206cd20a Mon Sep 17 00:00:00 2001 From: The Sharp Ninja Date: Sun, 15 May 2022 17:58:40 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dbc0bf..c967bc3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Allows hosting a Windows App SDK Application in an `IHost` that manages the life __(Convert existing project or the default template's output)__ 1. Add `DISABLE_XAML_GENERATED_MAIN` in the main `PropertyGroup` of your applications project file. -2. Add reference to `SparpNinja.Extensions.Hosting.WindowsAppSdk` +2. Add reference to `CommunityToolkit.Extensions.Hosting.WindowsAppSdk` 3. Add `Program.cs` to the root of your application project. 4. Add this code to the `Program.cs`: