Rename package to OpenMaui.Controls.Linux
- Changed package ID from Microsoft.Maui.Controls.Linux to OpenMaui.Controls.Linux - Updated all project files, namespaces, and documentation - Renamed template from maui-linux to openmaui-linux - Updated NuGet badges and install commands - Maintained MarketAlly LLC as owner/author Package: OpenMaui.Controls.Linux Template: OpenMaui.Linux.Templates Install: dotnet add package OpenMaui.Controls.Linux --prerelease
This commit is contained in:
@@ -31,7 +31,7 @@ sudo pacman -S libx11 libxrandr libxcursor libxi mesa fontconfig
|
||||
|
||||
1. Install the template:
|
||||
```bash
|
||||
dotnet new install Microsoft.Maui.Linux.Templates
|
||||
dotnet new install OpenMaui.Linux.Templates
|
||||
```
|
||||
|
||||
2. Create a new project:
|
||||
@@ -55,13 +55,13 @@ cd MyMauiLinuxApp
|
||||
|
||||
2. Add the NuGet package:
|
||||
```bash
|
||||
dotnet add package Microsoft.Maui.Controls.Linux --prerelease
|
||||
dotnet add package OpenMaui.Controls.Linux --prerelease
|
||||
```
|
||||
|
||||
3. Update your `Program.cs`:
|
||||
```csharp
|
||||
using Microsoft.Maui.Platform;
|
||||
using Microsoft.Maui.Platform.Linux;
|
||||
using OpenMaui.Platform.Linux;
|
||||
|
||||
var app = new LinuxApplication();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user