ghul.targets 1.2.4

Prefix Reserved
dotnet add package ghul.targets --version 1.2.4
                    
NuGet\Install-Package ghul.targets -Version 1.2.4
                    
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="ghul.targets" Version="1.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ghul.targets" Version="1.2.4" />
                    
Directory.Packages.props
<PackageReference Include="ghul.targets" />
                    
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 ghul.targets --version 1.2.4
                    
#r "nuget: ghul.targets, 1.2.4"
                    
#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=ghul.targets&version=1.2.4
                    
Install ghul.targets as a Cake Addin
#tool nuget:?package=ghul.targets&version=1.2.4
                    
Install ghul.targets as a Cake Tool

ghul-targets

CI/CD NuGet version (ghul.targets) Release Release Date Issues License ghūl

This package provides MSBuild targets needed to build ghūl language projects. The targets work with the standard .NET SDK targets by overriding the CoreCompile target to call the ghūl compiler

This is a minimal example .ghulproj (ghūl project file) using the targets from this package:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>    
    <GhulCompiler>dotnet ghul-compiler</GhulCompiler>
    <GhulSources Include="**/*.ghul" /> 
    
    <PackageReference Include="ghul.runtime" Version="1.1.1" /> 
    <PackageReference Include="ghul.pipes" Version="1.1.1" /> 
    <PackageReference Include="ghul.targets" Version="1.2.3" /> 
  </ItemGroup>
</Project>

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
1.2.4 433 2/3/2024
1.2.3 180 2/3/2024
1.2.2 183 2/2/2024
1.2.1 526 1/19/2024
1.2.0 1,401 2/27/2022
1.1.0 337 1/3/2022
1.0.1 312 12/30/2021
1.0.0 572 12/21/2021
0.0.11 298 12/21/2021
0.0.10 378 12/17/2021
0.0.9 399 12/13/2021
0.0.8 705 12/13/2021
0.0.6 517 12/6/2021
0.0.5 396 12/4/2021
0.0.4 340 12/4/2021
0.0.2 325 11/18/2021
0.0.1 373 11/18/2021