Skip to content

Commit d7e1e49

Browse files
committed
Fixup
1 parent 46c33af commit d7e1e49

22 files changed

+33
-33
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<EmbedUntrackedSources>true</EmbedUntrackedSources>
155155
<IncludeSymbols>true</IncludeSymbols>
156156
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
157-
<Product>Mali</Product>
157+
<Product>Lima</Product>
158158
<ProduceReferenceAssembly Condition="'$(UsingMicrosoftNETSdk)' == 'True' AND '$(Configuration)' == 'Debug'">True</ProduceReferenceAssembly>
159159
<ProduceReferenceAssemblyInOutDir>True</ProduceReferenceAssemblyInOutDir>
160160
<Win2DWarnNoPlatform>false</Win2DWarnNoPlatform>
@@ -167,9 +167,9 @@
167167
<PackageLicenseExpression>MIT</PackageLicenseExpression>
168168
<Authors>knocte,webwarrior-ws</Authors>
169169
<NeutralLanguage>en</NeutralLanguage>
170-
<RepositoryUrl>https://github.com/nblockchain/Mali.git</RepositoryUrl>
170+
<RepositoryUrl>https://github.com/nblockchain/Lima.git</RepositoryUrl>
171171
<RepositoryType>git</RepositoryType>
172-
<PackageProjectUrl>https://github.com/nblockchain/Mali/</PackageProjectUrl>
172+
<PackageProjectUrl>https://github.com/nblockchain/Lima/</PackageProjectUrl>
173173
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
174174
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
175175
<PackageVersion>$(DotNetVersionBand)-dev</PackageVersion>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MALI is a fork of Maui with support for Linux (GTK).
1+
LiMa is a fork of MAui that adds LInux support via GTK.

src/BlazorWebView/src/Maui/Microsoft.AspNetCore.Components.WebView.Maui.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<PropertyGroup>
1111
<!-- NuGet package information -->
1212
<IsPackable>true</IsPackable>
13-
<PackageId>Mali.AspNetCore.Components.WebView</PackageId>
13+
<PackageId>Lima.AspNetCore.Components.WebView</PackageId>
1414
<PackageTags>$(DefaultPackageTags);blazor;webview;aspnet</PackageTags>
1515
<PackageIconFile>$(MauiRootDirectory)Assets\aspnet-icon.png</PackageIconFile>
16-
<Description>(MALI is a fork of Maui with support for GTK) Build .NET Multi-platform App UI (.NET MAUI) apps with Blazor web UI in the BlazorWebView control.</Description>
16+
<Description>(LiMa is a fork of Maui with support for GTK) Build .NET Multi-platform App UI (.NET MAUI) apps with Blazor web UI in the BlazorWebView control.</Description>
1717
</PropertyGroup>
1818

1919
<Import Project="$(MauiSrcDirectory)MultiTargeting.targets" />

src/Compatibility/Core/src/Compatibility.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PropertyGroup>
2525
<!-- NuGet package information -->
2626
<IsPackable>True</IsPackable>
27-
<PackageId>Mali.Controls.Compatibility</PackageId>
27+
<PackageId>Lima.Controls.Compatibility</PackageId>
2828
<PackageTags>$(DefaultPackageTags);compatibility;xamarin.forms;migration</PackageTags>
2929
<Description>Compatibility APIs and objects for .NET Multi-platform App UI (.NET MAUI) apps. This package contains a collection of APIs and views that allow for easier migration from Xamarin.Forms.</Description>
3030
</PropertyGroup>

src/Controls/Foldable/src/Controls.Foldable.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>$(_MauiDotNetTfm);$(MauiPlatforms)</TargetFrameworks>
44
<AssemblyName>Microsoft.Maui.Controls.Foldable</AssemblyName>
55
<RootNamespace>Microsoft.Maui.Controls.Foldable</RootNamespace>
6-
<PackageId>Mali.Controls.Foldable</PackageId>
6+
<PackageId>Lima.Controls.Foldable</PackageId>
77
<WarningsNotAsErrors>BI1234</WarningsNotAsErrors>
88
<IsTrimmable>false</IsTrimmable>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -14,7 +14,7 @@
1414
<!-- NuGet package information -->
1515
<IsPackable>True</IsPackable>
1616
<PackageTags>$(DefaultPackageTags);foldable;surface-duo</PackageTags>
17-
<Description>(MALI is a fork of Maui with support for GTK) Foldable or multi-screen device support for .NET Multi-platform App UI (.NET MAUI) apps.</Description>
17+
<Description>(LiMa is a fork of Maui with support for GTK) Foldable or multi-screen device support for .NET Multi-platform App UI (.NET MAUI) apps.</Description>
1818
</PropertyGroup>
1919
<Import Project="$(MauiSrcDirectory)MultiTargeting.targets" />
2020
<ItemGroup Condition=" '$(UseMaui)' != 'true' ">

src/Controls/samples/Controls.Sample/Maui.Controls.Sample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

3-
<Import Condition=" '$(UseMaui)' != 'true' " Project="..\..\..\BlazorWebView\src\Maui\build\Mali.AspNetCore.Components.WebView.props" />
3+
<Import Condition=" '$(UseMaui)' != 'true' " Project="..\..\..\BlazorWebView\src\Maui\build\Lima.AspNetCore.Components.WebView.props" />
44

55
<PropertyGroup>
66
<TargetFrameworks>$(MauiPlatforms);$(_MauiDotNetTfm)</TargetFrameworks>
@@ -93,7 +93,7 @@
9393
<Content Remove="Properties\launchSettings.json" />
9494
</ItemGroup>
9595

96-
<Import Condition=" '$(UseMaui)' != 'true' " Project="..\..\..\BlazorWebView\src\Maui\build\Mali.AspNetCore.Components.WebView.targets" />
96+
<Import Condition=" '$(UseMaui)' != 'true' " Project="..\..\..\BlazorWebView\src\Maui\build\Lima.AspNetCore.Components.WebView.targets" />
9797

9898
<Import Project="$(MauiSrcDirectory)Maui.InTree.props" Condition=" '$(UseMaui)' != 'true' " />
9999

src/Controls/src/Core/Controls.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<PropertyGroup>
1818
<!-- NuGet package information -->
1919
<IsPackable>true</IsPackable>
20-
<PackageId>Mali.Controls.Core</PackageId>
21-
<Description>(MALI is a fork of Maui with support for GTK) This package only contains the core C# and XAML objects used by .NET MAUI. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.</Description>
20+
<PackageId>Lima.Controls.Core</PackageId>
21+
<Description>(LiMa is a fork of Maui with support for GTK) This package only contains the core C# and XAML objects used by .NET MAUI. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.</Description>
2222
</PropertyGroup>
2323

2424
<Import Project="$(MauiSrcDirectory)MultiTargeting.targets" />

src/Controls/src/Xaml/Controls.Xaml.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<PropertyGroup>
1919
<!-- NuGet package information -->
2020
<IsPackable>true</IsPackable>
21-
<PackageId>Mali.Controls.Xaml</PackageId>
22-
<Description>(MALI is a fork of Maui with support for GTK) This package only contains the XAML tooling. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.</Description>
21+
<PackageId>Lima.Controls.Xaml</PackageId>
22+
<Description>(LiMa is a fork of Maui with support for GTK) This package only contains the XAML tooling. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.</Description>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)