SIL.BuildTasks
2.0.1
Prefix Reserved
See the version list below for details.
dotnet add package SIL.BuildTasks --version 2.0.1
NuGet\Install-Package SIL.BuildTasks -Version 2.0.1
<PackageReference Include="SIL.BuildTasks" Version="2.0.1" />
paket add SIL.BuildTasks --version 2.0.1
#r "nuget: SIL.BuildTasks, 2.0.1"
// Install SIL.BuildTasks as a Cake Addin #addin nuget:?package=SIL.BuildTasks&version=2.0.1 // Install SIL.BuildTasks as a Cake Tool #tool nuget:?package=SIL.BuildTasks&version=2.0.1
SIL.BuildTasks defines several msbuild tasks used in building our other projects.
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.0.0 | 205 | 11/8/2024 |
2.6.0-beta0044 | 78 | 11/8/2024 |
2.6.0-beta0042 | 75 | 11/7/2024 |
2.6.0-beta0036 | 73 | 11/6/2024 |
2.6.0-beta0032 | 110 | 10/18/2024 |
2.6.0-beta0030 | 280 | 8/11/2023 |
2.6.0-beta0028 | 150 | 8/7/2023 |
2.6.0-beta0024 | 369 | 11/23/2022 |
2.6.0-beta0023 | 297 | 8/9/2022 |
2.6.0-beta0022 | 191 | 8/9/2022 |
2.6.0-beta0020 | 183 | 8/5/2022 |
2.6.0-beta0010 | 181 | 8/5/2022 |
2.6.0-beta0008 | 1,546 | 8/12/2021 |
2.6.0-beta0007 | 226 | 8/2/2021 |
2.6.0-beta0006 | 221 | 8/2/2021 |
2.5.1-beta0005 | 297 | 5/27/2021 |
2.5.1-beta0004 | 282 | 5/27/2021 |
2.5.1-beta0003 | 259 | 5/18/2021 |
2.5.1-beta.2 | 175 | 3/19/2021 |
2.5.0 | 7,821 | 2/24/2021 |
2.4.0 | 488 | 1/22/2021 |
2.3.4 | 2,796 | 10/5/2020 |
2.3.3 | 493 | 7/31/2020 |
2.3.2 | 1,403 | 5/22/2020 |
2.3.1 | 2,986 | 5/19/2020 |
2.3.0 | 570 | 4/16/2020 |
2.2.0 | 1,679 | 12/11/2018 |
2.1.0 | 1,274 | 7/28/2018 |
2.0.2 | 885 | 7/2/2018 |
2.0.1 | 879 | 6/29/2018 |
2.0.0 | 955 | 6/18/2018 |
1.0.2 | 9,020 | 6/8/2018 |
1.0.1 | 1,073 | 4/20/2018 |
1.0.0 | 1,737 | 4/16/2018 |
Changes since version 2.0.0
Changed:
- Automatically set `PackageReleaseNotes` property
- [SetReleaseNotesProperty task] Remove empty lines
- [SetReleaseNotesProperty task] Add `VersionRegex` property, extract version number and mention
in `PackageReleaseNotes` property
- Allow to skip setting `PackageReleaseNotes` property automatically by setting the
`IgnoreSetReleaseNotesProp` property.