SIL.FwBuildTasks 10.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SIL.FwBuildTasks --version 10.0.0
NuGet\Install-Package SIL.FwBuildTasks -Version 10.0.0
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.FwBuildTasks" Version="10.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIL.FwBuildTasks --version 10.0.0
#r "nuget: SIL.FwBuildTasks, 10.0.0"
#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.
// Install SIL.FwBuildTasks as a Cake Addin
#addin nuget:?package=SIL.FwBuildTasks&version=10.0.0

// Install SIL.FwBuildTasks as a Cake Tool
#tool nuget:?package=SIL.FwBuildTasks&version=10.0.0

Additional msbuild tasks for FieldWorks

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SIL.FwBuildTasks:

Package Downloads
SIL.FwBuildTasks.Lib The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 127 3/17/2023
10.0.1-beta0011 146 10/19/2022
10.0.1-beta0010 128 9/28/2022
10.0.1-beta0009 176 8/5/2022
10.0.1-beta0008 166 6/20/2022
10.0.1-beta0007 160 6/20/2022
10.0.1-beta0006 176 3/7/2022
10.0.1-beta0004 163 3/7/2022
10.0.1-beta0003 262 5/27/2021
10.0.1-beta0002 263 5/27/2021
10.0.1-beta0001 242 4/29/2021
10.0.0 491 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