Skip to content

Commit b29a913

Browse files
authored
Change project names/namespaces (drop "Identity") (#650)
1 parent 5aeb2f1 commit b29a913

File tree

175 files changed

+206
-208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+206
-208
lines changed

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/MauiBlazorWebIdentity.Shared.csproj renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/MauiBlazorWeb.Shared.csproj

File renamed without changes.

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/Pages/Counter.razor renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/Pages/Counter.razor

File renamed without changes.

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/Pages/Home.razor renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/"
2-
@using MauiBlazorWebIdentity.Shared.Services
2+
@using MauiBlazorWeb.Shared.Services
33
@inject IFormFactor FormFactor
44

55
<PageTitle>Home</PageTitle>

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/Pages/Weather.razor renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/Pages/Weather.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@page "/weather"
22
@using Microsoft.AspNetCore.Authorization
3-
@using MauiBlazorWebIdentity.Shared.Services
3+
@using MauiBlazorWeb.Shared.Services
44
@attribute [Authorize]
55
@inject IWeatherService WeatherService
66

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/Services/IFormFactor.cs renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/Services/IFormFactor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace MauiBlazorWebIdentity.Shared.Services
1+
namespace MauiBlazorWeb.Shared.Services
22
{
33
public interface IFormFactor
44
{

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/Services/IWeatherService.cs renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/Services/IWeatherService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace MauiBlazorWebIdentity.Shared.Services
1+
namespace MauiBlazorWeb.Shared.Services
22
{
33
public interface IWeatherService
44
{

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/_Imports.razor renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/_Imports.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
@using static Microsoft.AspNetCore.Components.Web.RenderMode
88
@using Microsoft.AspNetCore.Components.Web.Virtualization
99
@using Microsoft.JSInterop
10-
@using MauiBlazorWebIdentity.Shared.Services
10+
@using MauiBlazorWeb.Shared.Services

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/wwwroot/app.css renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/wwwroot/app.css

File renamed without changes.

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/wwwroot/favicon.png renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/wwwroot/favicon.png

File renamed without changes.

10.0/MauiBlazorWebIdentity/MauiBlazorWebIdentity.Shared/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css renamed to 10.0/MauiBlazorWebIdentity/MauiBlazorWeb.Shared/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css

File renamed without changes.

0 commit comments

Comments
 (0)