SIL.LCModel.Build.Tasks 11.0.0-beta0164

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-beta0164
                    
NuGet\Install-Package SIL.LCModel.Build.Tasks -Version 11.0.0-beta0164
                    
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-beta0164" />
                    
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-beta0164" />
                    
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-beta0164
                    
#r "nuget: SIL.LCModel.Build.Tasks, 11.0.0-beta0164"
                    
#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-beta0164
                    
#: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-beta0164&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SIL.LCModel.Build.Tasks&version=11.0.0-beta0164&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-beta0181 154 8/26/2026
11.0.0-beta0180 200 8/25/2026
11.0.0-beta0179 216 8/14/2026
11.0.0-beta0178 385 8/13/2026
11.0.0-beta0176 316 7/24/2026
11.0.0-beta0175 320 7/15/2026
11.0.0-beta0174 293 7/14/2026
11.0.0-beta0173 693 7/7/2026
11.0.0-beta0172 299 7/2/2026
11.0.0-beta0171 308 7/2/2026
11.0.0-beta0170 421 7/1/2026
11.0.0-beta0169 299 7/1/2026
11.0.0-beta0168 342 6/26/2026
11.0.0-beta0167 694 5/26/2026
11.0.0-beta0166 342 5/21/2026
11.0.0-beta0165 7,265 5/19/2026
11.0.0-beta0164 299 5/19/2026
11.0.0-beta0163 328 5/15/2026
11.0.0-beta0162 1,411 5/6/2026
10.1.0 3,317 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