SIL.FwBuildTasks 10.0.1-beta0008

Prefix Reserved
This is a prerelease version of SIL.FwBuildTasks.
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.1-beta0008                
NuGet\Install-Package SIL.FwBuildTasks -Version 10.0.1-beta0008                
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.1-beta0008" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIL.FwBuildTasks --version 10.0.1-beta0008                
#r "nuget: SIL.FwBuildTasks, 10.0.1-beta0008"                
#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.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 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

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