From 285cd7e2e0b5a7aee7784935fe5d643335d87660 Mon Sep 17 00:00:00 2001 From: KristofferStrube Date: Sun, 24 Sep 2023 16:15:40 +0200 Subject: [PATCH] rename sample project --- .../App.razor | 0 ...ube.Blazor.WebAuthentication.WasmExample.csproj} | 0 .../Pages/Index.razor | 0 .../Pages/Index.razor.cs | 2 +- .../Program.cs | 2 +- .../Properties/launchSettings.json | 0 .../Shared/MainLayout.razor | 0 .../Shared/MainLayout.razor.css | 0 .../Shared/NavMenu.razor | 2 +- .../Shared/NavMenu.razor.css | 0 .../_Imports.razor | 4 ++-- .../wwwroot/404.html | 0 .../wwwroot/css/app.css | 0 .../wwwroot/css/bootstrap-icons/bootstrap-icons.css | 0 .../css/bootstrap-icons/bootstrap-icons.json | 0 .../css/bootstrap-icons/bootstrap-icons.min.css | 0 .../css/bootstrap-icons/bootstrap-icons.scss | 0 .../css/bootstrap-icons/fonts/bootstrap-icons.woff | Bin .../css/bootstrap-icons/fonts/bootstrap-icons.woff2 | Bin .../wwwroot/css/bootstrap/bootstrap.min.css | 0 .../wwwroot/css/bootstrap/bootstrap.min.css.map | 0 .../wwwroot/favicon.png | Bin .../wwwroot/icon-192.png | Bin .../wwwroot/index.html | 2 +- 24 files changed, 6 insertions(+), 6 deletions(-) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/App.razor (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample/KristofferStrube.Blazor.WebAuthentication.BlazorExample.csproj => KristofferStrube.Blazor.WebAuthentication.WasmExample/KristofferStrube.Blazor.WebAuthentication.WasmExample.csproj} (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/Pages/Index.razor (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/Pages/Index.razor.cs (97%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/Program.cs (90%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/Properties/launchSettings.json (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/Shared/MainLayout.razor (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/Shared/MainLayout.razor.css (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/Shared/NavMenu.razor (96%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/Shared/NavMenu.razor.css (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/_Imports.razor (76%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/404.html (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/css/app.css (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/css/bootstrap-icons/bootstrap-icons.css (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/css/bootstrap-icons/bootstrap-icons.json (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/css/bootstrap-icons/bootstrap-icons.min.css (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/css/bootstrap-icons/bootstrap-icons.scss (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/css/bootstrap-icons/fonts/bootstrap-icons.woff (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/css/bootstrap-icons/fonts/bootstrap-icons.woff2 (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/css/bootstrap/bootstrap.min.css (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/css/bootstrap/bootstrap.min.css.map (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/favicon.png (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/icon-192.png (100%) rename samples/{KristofferStrube.Blazor.WebAuthentication.BlazorExample => KristofferStrube.Blazor.WebAuthentication.WasmExample}/wwwroot/index.html (96%) diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/App.razor b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/App.razor similarity index 100% rename from samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/App.razor rename to samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/App.razor diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/KristofferStrube.Blazor.WebAuthentication.BlazorExample.csproj b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/KristofferStrube.Blazor.WebAuthentication.WasmExample.csproj similarity index 100% rename from samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/KristofferStrube.Blazor.WebAuthentication.BlazorExample.csproj rename to samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/KristofferStrube.Blazor.WebAuthentication.WasmExample.csproj diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Pages/Index.razor b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor similarity index 100% rename from samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Pages/Index.razor rename to samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Pages/Index.razor.cs b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs similarity index 97% rename from samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Pages/Index.razor.cs rename to samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs index 5e1435d..e2456f1 100644 --- a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Pages/Index.razor.cs +++ b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs @@ -4,7 +4,7 @@ using System.Security.Cryptography; using System.Text; -namespace KristofferStrube.Blazor.WebAuthentication.BlazorExample.Pages; +namespace KristofferStrube.Blazor.WebAuthentication.WasmExample.Pages; public partial class Index : ComponentBase { diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Program.cs b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Program.cs similarity index 90% rename from samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Program.cs rename to samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Program.cs index da9ed70..c3398ff 100644 --- a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Program.cs +++ b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Program.cs @@ -1,5 +1,5 @@ using KristofferStrube.Blazor.CredentialManagement; -using KristofferStrube.Blazor.WebAuthentication.BlazorExample; +using KristofferStrube.Blazor.WebAuthentication.WasmExample; using KristofferStrube.Blazor.WebIDL; using Microsoft.AspNetCore.Components.Web; using Microsoft.AspNetCore.Components.WebAssembly.Hosting; diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Properties/launchSettings.json b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Properties/launchSettings.json similarity index 100% rename from samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Properties/launchSettings.json rename to samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Properties/launchSettings.json diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Shared/MainLayout.razor b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Shared/MainLayout.razor similarity index 100% rename from samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Shared/MainLayout.razor rename to samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Shared/MainLayout.razor diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Shared/MainLayout.razor.css b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Shared/MainLayout.razor.css similarity index 100% rename from samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Shared/MainLayout.razor.css rename to samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Shared/MainLayout.razor.css diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Shared/NavMenu.razor b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Shared/NavMenu.razor similarity index 96% rename from samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Shared/NavMenu.razor rename to samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Shared/NavMenu.razor index 3cd91d2..573402c 100644 --- a/samples/KristofferStrube.Blazor.WebAuthentication.BlazorExample/Shared/NavMenu.razor +++ b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Shared/NavMenu.razor @@ -1,6 +1,6 @@