SIL.BuildTasks 2.0.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SIL.BuildTasks --version 2.0.2
                    
NuGet\Install-Package SIL.BuildTasks -Version 2.0.2
                    
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="SIL.BuildTasks" Version="2.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIL.BuildTasks" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="SIL.BuildTasks" />
                    
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 SIL.BuildTasks --version 2.0.2
                    
#r "nuget: SIL.BuildTasks, 2.0.2"
                    
#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=SIL.BuildTasks&version=2.0.2
                    
Install SIL.BuildTasks as a Cake Addin
#tool nuget:?package=SIL.BuildTasks&version=2.0.2
                    
Install SIL.BuildTasks as a Cake Tool

SIL.BuildTasks defines several msbuild tasks used in building our other projects.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.6.1

    • 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
3.1.2-beta0005 155 5/28/2025
3.1.2-beta0002 135 5/27/2025
3.1.1 201 3/18/2025
3.1.1-beta0005 133 3/18/2025
3.1.1-beta0001 205 3/6/2025
3.1.0 226 3/4/2025
3.0.1-beta0004 97 2/22/2025
3.0.0 312 11/8/2024
2.6.0-beta0044 84 11/8/2024
2.6.0-beta0042 80 11/7/2024
2.6.0-beta0036 79 11/6/2024
2.6.0-beta0032 116 10/18/2024
2.6.0-beta0030 292 8/11/2023
2.6.0-beta0028 158 8/7/2023
2.6.0-beta0024 388 11/23/2022
2.6.0-beta0023 322 8/9/2022
2.6.0-beta0022 215 8/9/2022
2.6.0-beta0020 207 8/5/2022
2.6.0-beta0010 205 8/5/2022
2.6.0-beta0008 2,045 8/12/2021
2.6.0-beta0007 260 8/2/2021
2.6.0-beta0006 256 8/2/2021
2.5.1-beta0005 333 5/27/2021
2.5.1-beta0004 317 5/27/2021
2.5.1-beta0003 296 5/18/2021
2.5.1-beta.2 216 3/19/2021
2.5.0 8,211 2/24/2021
2.4.0 534 1/22/2021
2.3.4 2,844 10/5/2020
2.3.3 538 7/31/2020
2.3.2 1,454 5/22/2020
2.3.1 3,041 5/19/2020
2.3.0 623 4/16/2020
2.2.0 1,740 12/11/2018
2.1.0 1,403 7/28/2018
2.0.2 1,016 7/2/2018
2.0.1 1,009 6/29/2018
2.0.0 1,153 6/18/2018
1.0.2 9,220 6/8/2018
1.0.1 1,282 4/20/2018
1.0.0 1,877 4/16/2018

Changes since version 2.0.1

Fixed:
- Implement workaround for [msbuild bug #3468](https://github.com/Microsoft/msbuild/issues/3468):
 use @ as escape character instead of \\ (backslash) for `VersionRegex` property