SIL.LCModel.Build.Tasks 11.0.0-beta0146

Prefix Reserved
This is a prerelease version of SIL.LCModel.Build.Tasks.
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 11.0.0-beta0146
                    
NuGet\Install-Package SIL.LCModel.Build.Tasks -Version 11.0.0-beta0146
                    
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="11.0.0-beta0146" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIL.LCModel.Build.Tasks" Version="11.0.0-beta0146" />
                    
Directory.Packages.props
<PackageReference Include="SIL.LCModel.Build.Tasks" />
                    
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.LCModel.Build.Tasks --version 11.0.0-beta0146
                    
#r "nuget: SIL.LCModel.Build.Tasks, 11.0.0-beta0146"
                    
#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.LCModel.Build.Tasks@11.0.0-beta0146
                    
#: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.LCModel.Build.Tasks&version=11.0.0-beta0146&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SIL.LCModel.Build.Tasks&version=11.0.0-beta0146&prerelease
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.6.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

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

Package Downloads
SIL.LCModel.Core

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-beta0159 365 3/6/2026
11.0.0-beta0158 364 2/13/2026
11.0.0-beta0157 334 2/12/2026
11.0.0-beta0156 504 2/12/2026
11.0.0-beta0154 241 2/9/2026
11.0.0-beta0153 290 2/6/2026
11.0.0-beta0152 278 2/6/2026
11.0.0-beta0151 259 1/29/2026
11.0.0-beta0150 321 1/22/2026
11.0.0-beta0149 532 1/9/2026
11.0.0-beta0148 448 12/12/2025
11.0.0-beta0147 632 12/10/2025
11.0.0-beta0146 580 12/10/2025
11.0.0-beta0145 699 11/20/2025
11.0.0-beta0144 609 11/19/2025
11.0.0-beta0143 553 11/12/2025
11.0.0-beta0142 419 10/23/2025
11.0.0-beta0141 394 10/8/2025
11.0.0-beta0140 587 10/7/2025
10.1.0 3,180 10/1/2021
Loading failed

Changes since version 10.1.0

Added:
- [SIL.LCModel] Add new virtual property LicenseTSS in CmPicture, to access info about the picture's copyright and license.
- [SIL.LCModel] Add new virtual property CreatorTSS in CmPicture, to access info about the picture's creator.
- [SIL.LCModel] Add SpecificItemAndFieldName() to ISenseOrEntry
- [SIL.LCModel] Added a parameter to GetBestGuess() and TryGetBestGuess() to do lowercase matching regardless of the occurrence index
- [SIL.LCModel] Add GetCaptionOrHeadword() to CmPicture
- [SIL.LCModel] `LCModelStrings.NotSure` to allow clients to know if a grammatical category is the placeholder
- [SIL.LCModel.Utils] `DateTime` extension method `ToLCMTimeFormatWithMillisString()` (replaces `ReadWriteServices.FormatDateTime`)

Fixed:
- [SIL.LCModel] Data migration now serializes dates using the culture-neutral `ToLCMTimeFormatWithMillisString` (LT-20698)
- [SIL.LCModel] `ReadWriteServices.LoadDateTime` now parses milliseconds correctly (LT-18205)
- [SIL.LCModel.Core] Copy `SIL.LCModel.Core.dll.config` to output directory
- [SIL.LCModel] Use `CaseFunctions` (to use the `WritingSystemDefinition.CaseAlias`, if any)
- [SIL.LCModel.Core] Use the `WritingSystemDefinition.CaseAlias`, if any, in `CaseFunctions`

Changed:
- [SIL.LCModel] `FileUtils.IsFileUriOrPath` checks for the presence of "file:" rather than the absence of known non-file URI schemes
- Changed to target .Net Framework 4.6.2 instead of 4.6.1
- Update libPalaso dependency from version 14.2.0-* to 17.0.0-*
- Update Newtonsoft.Json dependency from version 13.0.2 to 13.0.3
- Update icu.net dependency from version 3.0.0-* to 3.0.1

Deprecated:
- [SIL.LCModel] `SyncMsg` seems to be a relic of TE, which was discontinued years ago
- [SIL.LCModel.Core] `new CaseFunctions(string)` in favor of the new `new CaseFunctions(CoreWritingSystemDefinition)`

Removed:
- Support for .Net Framework 4.6.1

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