Skip to content

v1.2.3

Choose a tag to compare

@LorisYounger LorisYounger released this 28 Nov 15:24
· 61 commits to master since this release

1.2.3 版本

此处发布仅为代码存档,如需使用请使用 NuGet

LineputScript
https://www.nuget.org/packages/LinePutScript/
SQLHelper
https://www.nuget.org/packages/LinePutScript.SQLHelper/
Lineput
https://www.nuget.org/packages/LinePutScript.LinePut/

1.2.2 更新内容

Line和LpsDocument支持新增以下功能:

  • FindAll/FindAllLine 匹配拥有相同名称和信息的Line的所有元素
  • Find/FindLine 搜索与指定名称和信息,并返回整个Assemblage中的第一个匹配元素
  • FindInfo 搜索与指定信息,并返回整个Assemblage中的第一个匹配元素
  • Nuget 支持 net6.0 取消支持 netstandard2.0

1.2.1 更新内容

Line和LpsDocument支持接口:

  • IList<>
  • ICollection<>
  • IEnumerable<>
  • IEnumerable
  • IReadOnlyList<>
  • IReadOnlyCollection<>

新增以下功能:

  • Count
  • IsReadOnly
  • this[int index]
  • IndexOf
  • Insert
  • RemoveAt
  • Add
  • Clear
  • CopyTo

1.2.0 更新内容

  • 支持直接指定string来获得sub和line
  • 为设置文件优化,支持Get和Set更多属性的line和sub,方便制作设置文件
  • 删除了图标,大幅度减少了包大小
  • 删除了LinePutScript.Standard版本,现已用Core支持
  • nuget支持更多版本 包括 net451,net46,net472,net48,net50,core2.0,core3.1,netstandard2.1