templates updated
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<RepositoryUrl>https://git.marketally.com/open-maui/maui-linux.git</RepositoryUrl>
|
<RepositoryUrl>https://git.marketally.com/open-maui/maui-linux.git</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<PackageTags>maui;linux;desktop;skia;gui;cross-platform;dotnet;x11;wayland;openmaui</PackageTags>
|
<PackageTags>maui;linux;desktop;skia;gui;cross-platform;dotnet;x11;wayland;openmaui</PackageTags>
|
||||||
<PackageReleaseNotes>RC1: Full XAML support with BindableProperty for all controls, Visual State Manager integration, data binding, and XAML styles.</PackageReleaseNotes>
|
<PackageReleaseNotes>RC1: 100% .NET MAUI API compliance - all public APIs use MAUI types (Color, Rect, Size, Thickness, double). Full XAML support with BindableProperty for all controls, Visual State Manager integration, data binding, and XAML styles. 217 passing tests.</PackageReleaseNotes>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<PackageIcon>icon.png</PackageIcon>
|
<PackageIcon>icon.png</PackageIcon>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageType>Template</PackageType>
|
<PackageType>Template</PackageType>
|
||||||
<PackageVersion>1.0.0-preview.1</PackageVersion>
|
<PackageVersion>1.0.0-rc.1</PackageVersion>
|
||||||
<PackageId>OpenMaui.Linux.Templates</PackageId>
|
<PackageId>OpenMaui.Linux.Templates</PackageId>
|
||||||
<Title>OpenMaui Linux Project Templates</Title>
|
<Title>OpenMaui Linux Project Templates</Title>
|
||||||
<Authors>MarketAlly LLC, David H. Friedel Jr.</Authors>
|
<Authors>MarketAlly LLC, David H. Friedel Jr.</Authors>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- OpenMaui Linux Platform -->
|
<!-- OpenMaui Linux Platform -->
|
||||||
<PackageReference Include="OpenMaui.Controls.Linux" Version="1.0.0-preview.1" />
|
<PackageReference Include="OpenMaui.Controls.Linux" Version="1.0.0-rc.*" />
|
||||||
|
|
||||||
<!-- Core MAUI packages -->
|
<!-- Core MAUI packages -->
|
||||||
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.40" />
|
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.40" />
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- OpenMaui Linux Platform -->
|
<!-- OpenMaui Linux Platform -->
|
||||||
<PackageReference Include="OpenMaui.Controls.Linux" Version="1.0.0-preview.*" />
|
<PackageReference Include="OpenMaui.Controls.Linux" Version="1.0.0-rc.*" />
|
||||||
|
|
||||||
<!-- Core MAUI packages (includes XAML support) -->
|
<!-- Core MAUI packages (includes XAML support) -->
|
||||||
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.*" />
|
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.*" />
|
||||||
|
|||||||
Reference in New Issue
Block a user