H.Build.CustomTasks 1.0.9

dotnet add package H.Build.CustomTasks --version 1.0.9
                    
NuGet\Install-Package H.Build.CustomTasks -Version 1.0.9
                    
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.Build.CustomTasks" Version="1.0.9">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="H.Build.CustomTasks" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="H.Build.CustomTasks">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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.Build.CustomTasks --version 1.0.9
                    
#r "nuget: H.Build.CustomTasks, 1.0.9"
                    
#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 H.Build.CustomTasks@1.0.9
                    
#: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=H.Build.CustomTasks&version=1.0.9
                    
Install as a Cake Addin
#tool nuget:?package=H.Build.CustomTasks&version=1.0.9
                    
Install as a Cake Tool

Constains custom MSBuild tasks:
     ReplaceAll(Paths, Start, End, Value = string.Empty, IncludeStartEnd = true)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • 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.0.9 562 12/1/2020
1.0.8 522 12/1/2020
1.0.7 569 11/22/2020
1.0.6 541 11/22/2020
1.0.5 547 11/22/2020
1.0.4 536 11/22/2020
1.0.3 551 11/22/2020
1.0.2 578 11/22/2020
1.0.1 558 11/22/2020
1.0.0 595 11/22/2020
0.9.9 584 11/22/2020
0.9.8 470 11/22/2020
0.9.7 483 11/22/2020
0.9.6 502 11/22/2020
0.9.5 514 11/22/2020
0.9.4 483 11/22/2020
0.9.3 504 11/22/2020
0.9.2 507 11/22/2020
0.9.1 541 11/22/2020
0.9.0 534 11/22/2020

Initial release.