SIL.FwBuildTasks 10.0.0

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.
<PackageVersion Include="SIL.FwBuildTasks" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SIL.FwBuildTasks" />
                    
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.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.
#:package SIL.FwBuildTasks@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SIL.FwBuildTasks&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SIL.FwBuildTasks&version=10.0.0
                    
Install as a Cake Tool

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 189 3/17/2023
10.0.1-beta0011 212 10/19/2022
10.0.1-beta0010 196 9/28/2022
10.0.1-beta0009 258 8/5/2022
10.0.1-beta0008 250 6/20/2022
10.0.1-beta0007 245 6/20/2022
10.0.1-beta0006 274 3/7/2022
10.0.1-beta0004 249 3/7/2022
10.0.1-beta0003 358 5/27/2021
10.0.1-beta0002 367 5/27/2021
10.0.1-beta0001 344 4/29/2021
10.0.0 614 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