SIL.FwBuildTasks
10.0.1-beta0008
Prefix Reserved
See the version list below for details.
dotnet add package SIL.FwBuildTasks --version 10.0.1-beta0008
NuGet\Install-Package SIL.FwBuildTasks -Version 10.0.1-beta0008
<PackageReference Include="SIL.FwBuildTasks" Version="10.0.1-beta0008" />
paket add SIL.FwBuildTasks --version 10.0.1-beta0008
#r "nuget: SIL.FwBuildTasks, 10.0.1-beta0008"
// Install SIL.FwBuildTasks as a Cake Addin #addin nuget:?package=SIL.FwBuildTasks&version=10.0.1-beta0008&prerelease // Install SIL.FwBuildTasks as a Cake Tool #tool nuget:?package=SIL.FwBuildTasks&version=10.0.1-beta0008&prerelease
Additional msbuild tasks for FieldWorks
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETStandard 2.0
- System.Security.Principal.Windows (>= 4.7.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SIL.FwBuildTasks:
Package | Downloads |
---|---|
SIL.FwBuildTasks.Lib
Additional msbuild tasks for FieldWorks. Usually you won't need this package. Use it if you write tasks or classes that derive from FwBuildTasks. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.0.1-beta0012 | 151 | 3/17/2023 |
10.0.1-beta0011 | 175 | 10/19/2022 |
10.0.1-beta0010 | 158 | 9/28/2022 |
10.0.1-beta0009 | 217 | 8/5/2022 |
10.0.1-beta0008 | 205 | 6/20/2022 |
10.0.1-beta0007 | 201 | 6/20/2022 |
10.0.1-beta0006 | 220 | 3/7/2022 |
10.0.1-beta0004 | 193 | 3/7/2022 |
10.0.1-beta0003 | 302 | 5/27/2021 |
10.0.1-beta0002 | 306 | 5/27/2021 |
10.0.1-beta0001 | 282 | 4/29/2021 |
10.0.0 | 539 | 3/5/2021 |
Changed:
- Create nuget packages
- Projects that require access to the classes defined in FwBuildTasks should import the
`SIL.FwBuildTasks.Lib` nuget package, all others `SIL.FwBuildTasks`.
- Build for Netstandard 2.0
Fixed:
- `RegFree` task - don't fail if `Platform` is not specified. In this case just use the
bitness of the currently running process.
See full changelog at https://github.com/sillsdev/SIL.FwBuildTasks/blob/main/CHANGELOG.md