Releases: sillsdev/liblcm
Releases · sillsdev/liblcm
v10.1.0 - 2021-10-01
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
andIntPropTypeOverrides.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
, andMiscUtils.IsDotNet
are deprecated in favor of the corresponding
Process.Is*
properties