H.Uno.Sdk.Manifest 0.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package H.Uno.Sdk.Manifest --version 0.10.0
                    
NuGet\Install-Package H.Uno.Sdk.Manifest -Version 0.10.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="H.Uno.Sdk.Manifest" Version="0.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="H.Uno.Sdk.Manifest" Version="0.10.0" />
                    
Directory.Packages.props
<PackageReference Include="H.Uno.Sdk.Manifest" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add H.Uno.Sdk.Manifest --version 0.10.0
                    
#r "nuget: H.Uno.Sdk.Manifest, 0.10.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=H.Uno.Sdk.Manifest&version=0.10.0
                    
Install as a Cake Addin
#tool nuget:?package=H.Uno.Sdk.Manifest&version=0.10.0
                    
Install as a Cake Tool

Uno.Sdk

Nuget package dotnet License: MIT Discord

Easy configuration for Uno projects in 2 lines of code. Now is only there platforms are supported:

  • Mobile(macOS, MacCatalyst and Android)
  • Windows
  • WebAssembly
  • Skia.Gkt(Skia.Wpf, Skia.Linux.Framebuffer and Skia.Tizen still are unsupported)

I think we need to replace net7.0-skia to net7.0-windows(Skia.Wpf), net7.0-gtk(Skia.Gtk), net7.0-linux(Skia.Linux.Framebuffer) and net7.0-tizen(Skia.Tizen) to support all Skia project types.

Usage

<Project Sdk="H.Uno.Sdk/0.10.0">

    <PropertyGroup>
        <TargetFrameworks>net7.0-maccatalyst;net7.0-android;net7.0-ios;net7.0-skia;net7.0-webassembly</TargetFrameworks>
        <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
    </PropertyGroup>

</Project>

Install

To support custom target frameworks, you need to install the appropriate workloads:

  • On Linux / macOS:
curl -sSL https://raw.githubusercontent.com/HavenDV/Skia/main/scripts/workload-install.sh | sudo bash
curl -sSL https://raw.githubusercontent.com/HavenDV/WebAssembly/main/scripts/workload-install.sh | sudo bash
  • On Windows:
Invoke-WebRequest 'https://raw.githubusercontent.com/HavenDV/Skia/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1';
./workload-install.ps1
Invoke-WebRequest 'https://raw.githubusercontent.com/HavenDV/WebAssembly/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1';
./workload-install.ps1

Uninstall

dotnet workload uninstall skia
dotnet workload uninstall webassembly

Disclaimer

Although this is a working solution, I have simplified some things regarding workload and manifest, which could theoretically cause problems (for example, when upgrading to a new sdk version).

Docs

Official documentation regarding the design of Workloads and Sdks:

Support

Priority place for bugs: https://github.com/HavenDV/Uno.Sdk/issues
Priority place for ideas and general questions: https://github.com/HavenDV/Uno.Sdk/discussions
Discord: https://discord.gg/g8u2t9dKgE

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.27.0 259 1/31/2024
0.26.0 337 11/27/2023
0.25.0 237 11/25/2023
0.24.0 264 11/23/2023
0.23.0 258 11/19/2023
0.22.0 193 11/15/2023
0.21.0 184 11/15/2023
0.20.0 213 11/3/2023
0.19.0 223 11/3/2023
0.18.0 289 10/11/2023
0.17.2 304 10/7/2023
0.17.1 260 10/7/2023
0.17.0 271 10/7/2023
0.16.0 264 10/7/2023
0.15.0 201 10/6/2023
0.14.0 293 10/6/2023
0.13.1 252 10/5/2023
0.13.0 292 10/5/2023
0.12.0 238 10/5/2023
0.11.1 262 10/5/2023
0.11.0 262 10/5/2023
0.10.0 256 10/3/2023
0.9.8 320 10/2/2023
0.9.7 238 10/2/2023
0.9.6 314 10/2/2023
0.9.5 266 10/2/2023
0.9.4 234 10/2/2023
0.9.3 243 10/2/2023
0.9.2 267 10/1/2023
0.9.1 296 10/1/2023
0.9.0 274 10/1/2023
0.8.4 266 9/30/2023
0.8.3 295 9/30/2023
0.8.2 260 9/29/2023
0.8.1 274 9/29/2023
0.8.0 234 9/29/2023