SIL.LCModel.Build.Tasks 10.1.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.LCModel.Build.Tasks --version 10.1.0
NuGet\Install-Package SIL.LCModel.Build.Tasks -Version 10.1.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.LCModel.Build.Tasks" Version="10.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIL.LCModel.Build.Tasks --version 10.1.0
#r "nuget: SIL.LCModel.Build.Tasks, 10.1.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.LCModel.Build.Tasks as a Cake Addin
#addin nuget:?package=SIL.LCModel.Build.Tasks&version=10.1.0

// Install SIL.LCModel.Build.Tasks as a Cake Tool
#tool nuget:?package=SIL.LCModel.Build.Tasks&version=10.1.0

The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data.
SIL.LCModel.Build.Tasks provides msbuild tasks for generating C# classes for the FieldWorks model: IdlImp and LcmGenerate.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  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.
  • .NETFramework 4.6.1

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SIL.LCModel.Build.Tasks:

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

The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data. SIL.LCModel.Core provides a base library with core functionality.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.0.0-beta0088 182 4/2/2024
11.0.0-beta0087 270 2/27/2024
11.0.0-beta0083 221 12/7/2023
11.0.0-beta0081 161 11/14/2023
11.0.0-beta0078 238 9/19/2023
11.0.0-beta0077 336 9/12/2023
11.0.0-beta0076 280 7/31/2023
10.2.0-beta0075 477 6/15/2023
10.2.0-beta0074 262 6/15/2023
10.2.0-beta0072 367 5/9/2023
10.2.0-beta0069 265 2/23/2023
10.2.0-beta0068 363 1/25/2023
10.2.0-beta0067 277 1/17/2023
10.2.0-beta0065 240 4/21/2023
10.2.0-beta0064 314 2/7/2023
10.2.0-beta0063 404 1/16/2023
10.2.0-beta0062 326 1/11/2023
10.2.0-beta0061 262 12/14/2022
10.2.0-beta0060 228 11/23/2022
10.2.0-beta0059 318 11/1/2022
10.2.0-beta0058 299 11/1/2022
10.2.0-beta0057 302 11/1/2022
10.2.0-beta0056 357 10/12/2022
10.2.0-beta0055 307 10/7/2022
10.2.0-beta0054 322 10/5/2022
10.2.0-beta0053 302 9/19/2022
10.2.0-beta0052 283 9/16/2022
10.2.0-beta0051 248 9/12/2022
10.2.0-beta0050 396 9/9/2022
10.2.0-beta0049 368 9/8/2022
10.2.0-beta0048 260 9/6/2022
10.2.0-beta0047 299 9/2/2022
10.2.0-beta0046 341 8/25/2022
10.2.0-beta0045 304 8/22/2022
10.2.0-beta0044 379 8/1/2022
10.2.0-beta0043 406 7/29/2022
10.2.0-beta0042 351 7/19/2022
10.2.0-beta0041 308 7/18/2022
10.2.0-beta0040 141 7/14/2022
10.2.0-beta0039 157 6/28/2022
10.2.0-beta0036 141 6/15/2022
10.2.0-beta0035 164 6/14/2022
10.2.0-beta0034 152 6/9/2022
10.2.0-beta0033 154 3/25/2022
10.2.0-beta0032 132 3/7/2022
10.2.0-beta0031 164 2/28/2022
10.2.0-beta0027 142 2/22/2022
10.2.0-beta0026 143 2/17/2022
10.2.0-beta0025 146 2/14/2022
10.2.0-beta0024 164 1/28/2022
10.2.0-beta0023 166 1/25/2022
10.2.0-beta0022 154 1/25/2022
10.2.0-beta0011 243 12/14/2021
10.2.0-beta0007 174 12/6/2021
10.2.0-beta0006 164 12/2/2021
10.2.0-beta0005 160 12/1/2021
10.2.0-beta0004 909 12/1/2021
10.2.0-beta0002 196 10/7/2021
10.2.0-beta0001 300 10/4/2021
10.1.0 402 10/1/2021

Changed:
- Create nuget packages
- [SIL.LCModel.Build.Tasks] `IdlImp` task now reports errors and warnings through msbuild logger
 instead of console
- [SIL.LCModel.Build.Tasks] `LcmGenerate` task now allows to specify location that contains
 `HandGenerated.xml` and `IntPropTypeOverrides.xml` files (`HandGeneratedDir` property)

Deprecated:
- [SIL.LCModel.Utils] `MiscUtils.RunProcess` is deprecated in favor of
 `ProcessExtensions.RunProcess`
- [SIL.LCModel.Utils] `MiscUtils.IsWindows`, `MiscUtils.IsUnix`, `MiscUtils.IsMac`,
 `MiscUtils.IsMono`, and `MiscUtils.IsDotNet` are deprecated in favor of the corresponding
 `Process.Is*` properties
[Unreleased]: https://github.com/sillsdev/liblcm/compare/v10.1.0...develop
[10.1.0]: https://github.com/sillsdev/liblcm/compare/v9.0.0...v10.1.0

See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md