Skip to content

Releases: STARIONGROUP/reqifsharp

Version 3.0.1

18 Jun 11:44

Choose a tag to compare

Version 3.0.1 includes the following fixes:

  • [Fix] Serialization of default values of attribute definitions; fixes #17

Version 3.0.0

21 Mar 20:04

Choose a tag to compare

Version 3.0.0 includes the following fixes:

  • [Fix] deserialization and serialization of TOOL-EXTENSIONS; fixes #16
  • [Update] IReqIFDeSerializer interface to return and IEnumerable<ReqIF> to improve .reqifz support

Version 2.0.0

24 Oct 09:57

Choose a tag to compare

Version 2.0.0 includes the following fixes:

  • [Update] the use of 32-bit integers to 64-bit integers (long); fixes #13

Version 1.4.1

08 Mar 09:43

Choose a tag to compare

Version 1.4.1 includes the following fixes:

  • [Refactor] serialization of the "IS-SIMPLIFIED" proprty of the AttributeValueXHTML class; fixes #11

Version 1.4.0

13 Nov 09:09

Choose a tag to compare

Version 1.4.0 includes the following fixes:

  • [Add] mock object if not found in sources; fixes #10
  • [Refactor] AttributeValueXHTML to make se of XmlConver instead of bool.Parse and bool.ToString()

Version 1.3.1

02 Jun 13:13

Choose a tag to compare

Version 1.3.1 includes the following fixes:

  • [Fix] ReadXml of AttributeDefinition.IsMultiValued #1
  • [Fix] ReadXml of DatatypeDefinitionInteger.Max and DatatypeDefinitionInteger.Min #2

Version 1.3.0

27 Mar 15:09

Choose a tag to compare

[Add] support for reqifz files

Version 1.2.0

07 Jan 08:44

Choose a tag to compare

[Add] AttributeValue.ValueObject convenience property to be able to get/set the "value" of any concrete AttributeValue from the abstract type