Morphir.Tooling
0.2.0-alpha-003
Prefix Reserved
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
<PackageReference Include="Morphir.Tooling" Version="0.2.0-alpha-003" />
<PackageVersion Include="Morphir.Tooling" Version="0.2.0-alpha-003" />
<PackageReference Include="Morphir.Tooling" />
paket add Morphir.Tooling --version 0.2.0-alpha-003
#r "nuget: Morphir.Tooling, 0.2.0-alpha-003"
#:package Morphir.Tooling@0.2.0-alpha-003
#addin nuget:?package=Morphir.Tooling&version=0.2.0-alpha-003&prerelease
#tool nuget:?package=Morphir.Tooling&version=0.2.0-alpha-003&prerelease
Package Description
| Product | Versions 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. |
-
net10.0
- Dunet (>= 1.11.3)
- FluentValidation (>= 11.12.0)
- Generator.Equals (>= 3.2.1)
- JasperFx.CodeGeneration.Commands (>= 3.7.2)
- Json.More.Net (>= 2.2.0)
- JsonPointer.Net (>= 6.0.0)
- JsonSchema.Net (>= 8.0.3)
- LanguageExt.Core (>= 5.0.0-beta-59)
- Microsoft.Extensions.Hosting (>= 9.0.0)
- Microsoft.Extensions.Logging (>= 9.0.0)
- Morphir.Core (>= 0.2.0-alpha-003)
- Oakton (>= 6.3.0)
- Vogen (>= 8.0.3)
- WolverineFx (>= 3.13.5)
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