Skip to content

v10.1.0 - 2021-10-01

Latest
Compare
Choose a tag to compare
@ermshiperete ermshiperete released this 01 Oct 11:29
· 110 commits to master since this release
v10.1.0
00f5429

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