SIL.LCModel.Core 10.1.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SIL.LCModel.Core --version 10.1.0
                    
NuGet\Install-Package SIL.LCModel.Core -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.Core" Version="10.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIL.LCModel.Core" Version="10.1.0" />
                    
Directory.Packages.props
<PackageReference Include="SIL.LCModel.Core" />
                    
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.Core --version 10.1.0
                    
#r "nuget: SIL.LCModel.Core, 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.
#:package SIL.LCModel.Core@10.1.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.LCModel.Core&version=10.1.0
                    
Install as a Cake Addin
#tool nuget:?package=SIL.LCModel.Core&version=10.1.0
                    
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.Core provides a base library with core functionality.

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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SIL.LCModel.Core:

Package Downloads
SIL.LCModel

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 is the main library.

SIL.LCModel.Core.Tests

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. This package provides unit tests for SIL.LCModel.Core.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SIL.LCModel.Core:

Repository Stars
sillsdev/FieldWorks
FieldWorks is a suite of software tools for language and cultural data, with support for complex scripts.
Version Downloads Last Updated
11.0.0-beta0175 168 7/15/2026
11.0.0-beta0174 228 7/14/2026
11.0.0-beta0173 343 7/7/2026
11.0.0-beta0172 231 7/2/2026
11.0.0-beta0171 240 7/2/2026
11.0.0-beta0170 364 7/1/2026
11.0.0-beta0169 244 7/1/2026
11.0.0-beta0168 286 6/26/2026
11.0.0-beta0167 633 5/26/2026
11.0.0-beta0166 288 5/21/2026
11.0.0-beta0165 5,120 5/19/2026
11.0.0-beta0164 251 5/19/2026
11.0.0-beta0163 256 5/15/2026
11.0.0-beta0162 1,339 5/6/2026
11.0.0-beta0161 511 5/4/2026
11.0.0-beta0160 555 3/24/2026
11.0.0-beta0159 740 3/6/2026
11.0.0-beta0158 344 2/13/2026
11.0.0-beta0157 310 2/12/2026
10.1.0 3,334 10/1/2021
Loading failed

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