Morphir.Tooling 0.2.0-alpha-003

Prefix Reserved
This is a prerelease version of Morphir.Tooling.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Morphir.Tooling --version 0.2.0-alpha-003
                    
NuGet\Install-Package Morphir.Tooling -Version 0.2.0-alpha-003
                    
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="Morphir.Tooling" Version="0.2.0-alpha-003" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Morphir.Tooling" Version="0.2.0-alpha-003" />
                    
Directory.Packages.props
<PackageReference Include="Morphir.Tooling" />
                    
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 Morphir.Tooling --version 0.2.0-alpha-003
                    
#r "nuget: Morphir.Tooling, 0.2.0-alpha-003"
                    
#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.
#:package Morphir.Tooling@0.2.0-alpha-003
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Morphir.Tooling&version=0.2.0-alpha-003&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Morphir.Tooling&version=0.2.0-alpha-003&prerelease
                    
Install as a Cake Tool

Package Description

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Morphir.Tooling:

Package Downloads
Morphir

Morphir executable package for AOT and single-file deployments

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0-rc.2 226 12/19/2025
0.3.0-rc.1 245 12/18/2025
0.2.0-alpha-003 229 12/16/2025
0.2.0-alpha-001 241 12/16/2025

### Added

- Platform-specific install scripts for Linux, macOS, and Windows that download from NuGet
- Support for installing Morphir without .NET SDK using platform-specific trimmed executables

### Changed

- Switched from AOT-compiled executables to trimmed (non-AOT) executables for publishing
- Updated deployment workflow to build trimmed single-file executables instead of AOT executables
- Updated pack-tool-platform script to handle trimmed executables with lowercase naming
- Updated installation documentation with platform-specific install script instructions